We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that Corset didn't pick up "id-data" as being a problem in the Shakira constraints file, line 69.
I think this is a typo and should be "is-data"???
https://github.com/Consensys/linea-constraints/blob/7fe32e2761e3246628fc135dd5e3837e01ba1295/shakiradata/constraints.lisp#L69
The text was updated successfully, but these errors were encountered:
@booleanfunction So, the issue seems to be that is-last-data-row is not actually used anywhere. Is that right?
is-last-data-row
Sorry, something went wrong.
I couldn't recreate the issue when the function in question is being used. But I can recreate it when its not being used:
(module m1) (defcolumns X Y Z) (defun (fun1) (force-bool (+ X Y))) (defun (fun2) (force-bool (* (fun3) (next Z)))) (defconstraint tmp () (vanishes! (fun1)))
Here, fun2 refers to the missing fun3.
fun2
fun3
No branches or pull requests
I noticed that Corset didn't pick up "id-data" as being a problem in the Shakira constraints file, line 69.
I think this is a typo and should be "is-data"???
https://github.com/Consensys/linea-constraints/blob/7fe32e2761e3246628fc135dd5e3837e01ba1295/shakiradata/constraints.lisp#L69
The text was updated successfully, but these errors were encountered: