mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
Previously, you could get into a state where a key was present in the map, but after a tombstone in the probe sequence. If they key was added again, it stopped at the first tombstone and added it there, resulting in the key being in the map multiple times. Fix #373.