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
extract32()
slice()
vyper --version
extract32() and slice() builtins hardcode checks for STORAGE, they should use the location.word_addressable check instead.
STORAGE
location.word_addressable
thanks to @trocher for reporting
The text was updated successfully, but these errors were encountered:
slice
extract32
fixed in #3874
Sorry, something went wrong.
No branches or pull requests
Version Information
vyper --version
): 0.3.10What's your issue about?
extract32()
andslice()
builtins hardcode checks forSTORAGE
, they should use thelocation.word_addressable
check instead.thanks to @trocher for reporting
The text was updated successfully, but these errors were encountered: