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
Correcting replace_string_methods to not overwrite the map we iterate on
The previous implementation was writing in the map while iterating on
it which could cause some bugs. The new implementation does this in
two steps to avoid the problem.
0 commit comments