onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 13 forks source link

Allow detection and logging on mutation of elements returned by readonly iterators #409

Closed fxamacker closed 1 month ago

fxamacker commented 1 month ago

Projects using atree might unintentionally mutate elements returned by readonly iterators.

Add support for detecting and logging such mutations.

Thanks @turbolent for this feature request! :+1:

fxamacker commented 1 month ago

Started work on this yesterday and will open 2 PRs today unless something more urgent comes up.

fxamacker commented 1 month ago

Closed by #410 and #411.