Closed racinmat closed 4 years ago
In Julia 1.5, following deprecation is occurring.
┌ Warning: `@get!(dict, key, default)` at /root/.julia/packages/Lazy/mAoZN/src/collections.jl:49 is deprecated, use `get!(()->default, dict, key)` instead. └ @ Base deprecated.jl:204
Fixed in newest version, occuring in 0.14.
In Julia 1.5, following deprecation is occurring.