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
Previous fixes patch the occurrence of make_setter in Stmt.parse_Assign(), however the occurrence of make_setter in core.append_dyn_array() called by Expr.parse_Call() happens to be affected by the same issue:
Version Information
vyper --version
): 0.4.0rc6+commit.608feda9python --version
): 3.11.4What's your issue about?
Yet another occurrence of #2418 and #3503
Previous fixes patch the occurrence of
make_setter
inStmt.parse_Assign()
, however the occurrence ofmake_setter
incore.append_dyn_array()
called byExpr.parse_Call()
happens to be affected by the same issue:vyper/vyper/codegen/core.py
Line 406 in ad9c10b
POC
The text was updated successfully, but these errors were encountered: