MikeInnes / Lazy.jl

I was gonna maintain this package, but then I got high
Other
470 stars 54 forks source link

Using deprecated syntax for collections. #120

Closed racinmat closed 4 years ago

racinmat commented 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
racinmat commented 4 years ago

Fixed in newest version, occuring in 0.14.