Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just install is failing on master #3

Open
jinankjain opened this issue May 10, 2022 · 3 comments
Open

just install is failing on master #3

jinankjain opened this issue May 10, 2022 · 3 comments

Comments

@jinankjain
Copy link

> just install
julia --project=. -e "import Pkg; Pkg.instantiate()"
┌ Warning: The active manifest file is an older format with no julia version entry. Dependencies may have been resolved with a different julia version.
└ @ ~/dev/EcneProject/Manifest.toml:0
Precompiling project...
  ✗ R1CSConstraintSolver
  0 dependencies successfully precompiled in 4 seconds (70 already precompiled)
  1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package
@jinankjain
Copy link
Author

After fixing this:

diff --git a/src/R1CSConstraintSolver.jl b/src/R1CSConstraintSolver.jl
index 5b4bf39..e320e02 100644
--- a/src/R1CSConstraintSolver.jl
+++ b/src/R1CSConstraintSolver.jl
@@ -78,7 +78,7 @@ function solveWithTrustedFunctions(
     debug::Bool=false,
     printRes::Bool=true,
     abstractionOnly::Bool=false,
-    input_sym::String="",
+    input_sym_t::String="",
     secp_solve::Bool=false
 )

I am hitting another error in make_values invoked by SolveConstraintsSymbolic. From the looks of it feels like changing:

variable_states[unknown_var], to unknown_var should fix the problem. But it does not.

@jinankjain
Copy link
Author

@franklynwang can you please help me out here?

@franklynwang
Copy link
Owner

@jinankjain sorry for the late response. I pushed some new code (basically tried reverting it) -- does just install work now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants