-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fix missing checks in execute and use match
in loops
#505
Conversation
we also need to update |
yeah I thought I'd do it in another PR but you're right. Updated |
…ix_missing_checks_in_execute
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.
uTACK
…ix_missing_checks_in_execute
Fixes some missing checks in execute, update proposal, and min/max setters.
Also uses
match
in loops when possible.Closes #501