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 want to see which line is failing when a constraint is broken when executing my Noir code
I should get a nice error like:
error: Failed constraint ┌─ /home/tom/Programming/noir/crates/nargo_cli/tests/execution_success/1_mul/src/main:8:12 │ 8 │ assert(x == z); │ ------ │ = Call stack: 1. /home/tom/Programming/noir/crates/nargo_cli/tests/execution_success/1_mul/src/main.nr:8:12 Error: Cannot satisfy constraint Location: crates/nargo_cli/src/cli/mod.rs:90:5
I only get the output
Error: Cannot satisfy constraint Location: crates/nargo_cli/src/cli/mod.rs:90:5
1_mul
nargo execute
Compiled from source
No response
No
The text was updated successfully, but these errors were encountered:
update_acir
TomAFrench
Successfully merging a pull request may close this issue.
Aim
I want to see which line is failing when a constraint is broken when executing my Noir code
Expected Behavior
I should get a nice error like:
Bug
I only get the output
To Reproduce
1_mul
so that the assertion fails.nargo execute
on1_mul
.Installation Method
Compiled from source
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: