-
-
Notifications
You must be signed in to change notification settings - Fork 810
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
typechecker state committer has incorrect behavior for nested loops #3374
Comments
This was referenced Apr 29, 2023
fixed in #3375, see: vyper/tests/functional/semantics/analysis/test_for_loop.py Lines 104 to 142 in 7c3cf61
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version Information
What's your issue about?
per @trocher - as of 66930fd, this does not compile:
while this compiles:
or this outputs an
AssertionError: unreachable, uint256 != uint16
:How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: