-
Notifications
You must be signed in to change notification settings - Fork 219
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
chore(parser)!: deprecate constrain
keyword for assert
#1286
Conversation
Blocked by: #1288 |
constrain
keyword for assert
@joss-aztec error is because some test cases use |
Fixing other failing tests... |
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.
Looks good. I think this PR is another good reason why warnings should be enabled by default. Since the warnings generated here still result in a hard error for users if they don't have warnings enabled.
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.
Thanks!
Related issue(s)
Resolves #1228
Description
Summary of changes
constrain
keywordDependency additions / changes
Test additions / changes
Checklist
cargo fmt
with default settings.Documentation needs
Additional context
I'll PR the performance focused refactor separately.