You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vyper Version (output of vyper --version): 0.4.1b2+commit.5f04c0e22
What's your issue about?
was testing some ugly code and this crashes the compiler
MAX: constant(uint256) = DynArray[uint256, 10]
AttributeError: type object 'DArrayT' has no attribute 'typ'
During handling of the above exception, another exception occurred:
vyper.exceptions.CompilerPanic: unhandled exception type object 'DArrayT' has no attribute 'typ'
contract "tests/custom/test.vy:1", line 1:0
---> 1 MAX: constant(uint256) = DynArray[uint256, 10]
-------^
This is an unhandled internal compiler error. Please create an issue on Github to notify the developers!
https://github.com/vyperlang/vyper/issues/new?template=bug.md
The text was updated successfully, but these errors were encountered:
Version Information
vyper --version
): 0.4.1b2+commit.5f04c0e22What's your issue about?
was testing some ugly code and this crashes the compiler
The text was updated successfully, but these errors were encountered: