Closed j1010001 closed 3 months ago
This occurs in the view
checking, seemingly because it assumes the code successfully type checks.
Minimal reproducer:
view fun f() { a[b] = 1 }
Here, the indexing expression of the assignment is invalid, because neither a
or b
are defined.
TN migration for
ac391223d88c98e4.PuffPalz
runs intoruntime error: invalid memory address or nil pointer dereference
.Investigate the root cause and evaluate if it is feasible to fix this for Mainnet migration.
Slack: https://flow-foundation.slack.com/archives/C074F78ECNL/p1723592715418549