JuliaCollections / OrderedCollections.jl

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

remove `@deprecate` on `Base.Dict` (type piracy) #114

Open krynju opened 8 months ago

krynju commented 8 months ago

This causes some warnings on 1.10 and some significant issues with sysimages. It's been also deprecated years ago, so probably safe to remove

However, it is a breaking change if anyone is still using this interface

krynju commented 8 months ago

Just found that this was already tackled https://github.com/JuliaCollections/OrderedCollections.jl/pull/110

I guess this is waiting till the next major release