-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
Assert unreachable statement #1445
Assert unreachable statement #1445
Conversation
- Change assure to assert <expr>, UNREACHABLE.
Yassssss Ohhh, I can actually test this because I've been working on a tool |
Nope.... can't test this ugh. |
Overall LGTM, mainly just wondering how the gas estimate was arrived at. |
Co-Authored-By: Charles Cooper <[email protected]>
Fixed the gas cost after calculating generated code by hand. |
@fubuloubu I tested above, and the exception info is empty, so message will do fine here. ipdb> print(e_info.value.__context__ )
None
ipdb>print(e_info.value.__cause__)
None |
What I did
Fixes #711.
@charles-cooper @fubuloubu Time to lay this one to rest?
How I did it
How to verify it
Description for the changelog
Cute Animal Picture