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
vyper Version (output of vyper --version): 0.4.1b2+commit.f31ff46bd
vyper --version
OS: osx/linux/win
Python Version (output of python --version):
python --version
MAX: constant(DynArray[uint256, 10]) = [1, 2, 3] a: constant(uint256) = MAX[3] @external def foo() -> uint256: return a
the subscript (including clamping) happens at runtime. we should promote the runtime error to a compile time error
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Information
vyper Version (output of
vyper --version
): 0.4.1b2+commit.f31ff46bdOS: osx/linux/win
Python Version (output of
python --version
):What's your issue about?
the subscript (including clamping) happens at runtime. we should promote the runtime error to a compile time error
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: