-
Notifications
You must be signed in to change notification settings - Fork 200
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
feat: Add Acir debug information #1864
Conversation
This looks a lot better now without the duplication of each |
For the tests to work we need a new acvm versionI presume |
Co-authored-by: jfecher <jake@aztecprotocol.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
spoke internally, addressed two outstanding comments by reverting tests and removing clone by following the suggessted action
Description
Generates debug information for ACIR
Problem*
When a constraint is failing, the user has no clue on which constraint is failing.
Resolves
Summary*
Adds source location from the frontend in a map and use it to map acir opcodes to their corresponding location.
Documentation
This PR requires documentation updates when merged.
Additional Context
PR Checklist*
cargo fmt
on default settings.