JuliaCollections / DataStructures.jl

Julia implementation of Data structures
https://juliacollections.github.io/DataStructures.jl/latest/
MIT License
679 stars 242 forks source link

[Backport] Bugfix for resize in RobinDict #889

Closed eulerkochy closed 6 months ago

eulerkochy commented 6 months ago

@oxinabox should I bump up the version and release this?

oxinabox commented 6 months ago

Yes

eulerkochy commented 6 months ago

Merging this but there are some uncovered lines in src/balanced_tree.jl as pointed out by this Codecov CI run. Will raise an issue and fix this when I find some spare time.