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
python --version
@view def bar(s: int256) -> String[32]: return "reason" @external def foo(e: int256): raise self.bar(5 % e)
raises:
Error compiling: tests/custom/test4.vy vyper.exceptions.InvalidType: revert reason must fit within String[1024] contract "tests/custom/test4.vy:9", function "foo", line 9:4 8 def foo(e: int256): ---> 9 raise self.bar(5 % e) -----------^
vyper.exceptions.InvalidType: revert reason must fit within String[1024] which isn't the true cause
vyper.exceptions.InvalidType: revert reason must fit within String[1024]
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
): b3ea663python --version
):What's your issue about?
raises:
vyper.exceptions.InvalidType: revert reason must fit within String[1024]
which isn't the true causeHow can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: