JuliaCollections / OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order
MIT License
92 stars 37 forks source link

Fix merge for >2 LittleDicts #79

Closed morris25 closed 3 years ago

morris25 commented 3 years ago

Closes https://github.com/JuliaCollections/OrderedCollections.jl/issues/78.

Fixes merge so that merging 3 or more LittleDicts no longer returns a Dict. Also adds tests to check merged values are what we expect.

rofinn commented 3 years ago

Not sure what the workflow on this repo is, but maybe just bump the patch release?

oxinabox commented 3 years ago

yes, bump the patch release. It is a bug that it doesn't properly match the behavour of other AbstractDicts with merge.