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
Related to #2049, I think we ought to detect attempts to modify hashmaps and other mutable data structures during iteration and fail fast. This should be relatively easy to do thanks to the use of methods to define when iteration is occurring. We can also allow certain kinds of modifications (for example, only the current key) if desired.