Using pop
or append
on constant DynArray
leads to CompilerPanic
#3180
Labels
bug - type 0
compiler halts or panics instead of generating code
bug - typechecker
issue with typechecker
Version Information
vyper --version
): 0.3.8+commit.e60b021bpython --version
): 3.8.0What's your issue about?
Please include information like:
When trying to
pop
of or toappend
to a constant Dynamic Array, the compiler panic instead of raising an exceptionThe text was updated successfully, but these errors were encountered: