-
Notifications
You must be signed in to change notification settings - Fork 13
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
Exit Code on Error #193
Comments
This can be implemented by replacing |
This was implemented in this way as a smooth transition toward a fully typed constraint system that would not suddenly break the whole zkEVM. Ideally that would be converted to an error when the transition is done (i.e. no more |
I figured it had something to do with not breaking existing code. My plan is to carefully reenable stricter checks whilst making sure they don't break anything. Then see what happens :) |
Here's a specific question. I didn't figure this out yesterday. Is it possible (at the end) to determine than an
Well, one step at a time. I don't know when that is likely to happen given the current priorities. I am still working hard on trying to get the go port operational, but also fixing stuff as it arises here. So, I think this feature (removing conditioning) is a low priority for now. |
As you mentioned above, the |
Currently,
corset
does not actually fail when certain errors are identified. For example, consider this input:With commands such as
debug
,compile
,wizard-iop
,check
an error is reported for this:But, this does not generate a non-zero exit code. Therefore, we cannot take action upon an error like this.
The text was updated successfully, but these errors were encountered: