flint icon indicating copy to clipboard operation
flint copied to clipboard

Unexpected mutatingness of subscript accesses

Open bearbin opened this issue 6 years ago • 0 comments

Accessing storage dictionaries and dynamic arrays by subscript (particularly after #274) might mutate the state unexpectedly, instead of simply returning a value. Until this is fixed, these accesses should be considered mutating and only used in mutating functions.

bearbin avatar Aug 15 '18 14:08 bearbin