-
Notifications
You must be signed in to change notification settings - Fork 204
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
Divide by zero in 9_conditional
#1802
Comments
kevaundray
changed the title
(SSA Refactor): Divide by zero in
Divide by zero in Jun 23, 2023
9_conditional
9_conditional
Looks like this is caused by the parameter fn main f0 {
b0(v0: Field, ..):
..
v33601 = div v33442, v0
.. The error is while running execute_cmd so I'm not sure why it is only occurring now. |
6 tasks
a minified example of this problem would be:
|
Seems the error is in the quotient directive:
This line in particular:
Where int_b is zero |
2 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aim
Tried to prove and verify test
9_conditional
with the--experimental-ssa
flagExpected Behavior
Expected the test to prove and verify
Bug
The program panics with:
To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: