-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
constant folding of some builtins results in compiler panic #3363
Comments
closing since |
note: this regression seems to have been introduced in be2c59a |
convert is also having issues: _BATCH_SIZE: constant(uint16) = convert(max_value(uint8), uint16)) |
charles-cooper
changed the title
constant folding of some builtins results in compiler panic
May 30, 2023
shift
constant folding results in compiler panic
the source code if needed: https://github.com/pcaversaccio/snekmate/blob/main/src/tokens/ERC1155.vy#L70 |
I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version Information
vyper --version
): c93bc06What's your issue about?
repro:
results in
How can it be fixed?
The text was updated successfully, but these errors were encountered: