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
Currently, child containers are allowed to be mutated while their parent container is iterated. However, there does not appear to be any tests for this.
Suggested Solution
Add tests for child container being mutated while parent container is iterated.
Alternatively, determine if it is feasible to not allow child containers being mutated while parent container is iterated.
fxamacker
changed the title
Add tests for child container being mutated while parent container is iterated
Add tests (or don't allow) child container being mutated while parent container is iterated
Jul 18, 2023
fxamacker
changed the title
Add tests (or don't allow) child container being mutated while parent container is iterated
Add tests for child container being mutated while parent container is iterated
Jul 19, 2023
It would be good to have this for onflow/atree#292.
Issue to be solved
Currently, child containers are allowed to be mutated while their parent container is iterated. However, there does not appear to be any tests for this.
Suggested Solution
Add tests for child container being mutated while parent container is iterated.
Alternatively, determine if it is feasible to not allow child containers being mutated while parent container is iterated.For more details, see Discord thread.
The text was updated successfully, but these errors were encountered: