We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for
vyper --version
python --version
This contract fails, but compiles if we change the last statement to f: uint64 = x
f: uint64 = x
@external def main(): for x in [1, 2, 3]: a: uint32 = convert(x, uint32) f: uint16 = x
h/t @trocher @ptrcarta
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered:
this is fixed as of #3596
Sorry, something went wrong.
No branches or pull requests
Version Information
vyper --version
): 95bf73fpython --version
): 3.10.8What's your issue about?
This contract fails, but compiles if we change the last statement to
f: uint64 = x
h/t @trocher @ptrcarta
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: