Remaining tasks for storage #1006
Labels
compiler
General compiler. Should eventually become more specific as the issue is triaged
enhancement
New feature or request
language feature
Core language features visible to end users
P: critical
Should be looked at before anything else
storage
Anything related to how we treat the storage in Sway
#646 introduces storage accesses and reassignment using the
storage
keywords. There are still a few things to do to mark the feature complete. Summarizing them here:storage
declarations #1182storage.s.t.x
works well ifs
andt
are structs. However,storage.s.t.0
won't ift
is a tuple. This might get better with the new parser.(storage.s.t).0
but that only works when reading. When writing, the whole tuple needs to be written.storage
keyword is not valid in scripts. #1184The text was updated successfully, but these errors were encountered: