JuliaCollections / LRUCache.jl

An implementation of an LRU Cache in Julia
Other
56 stars 23 forks source link

Remove `is` as it's Julia v0.6 deprecated #8

Closed dmoliveira closed 6 years ago

dmoliveira commented 6 years ago

Change comparator is to !=== since from Julia v0.6 it's deprecated.

jcrist commented 6 years ago

Apologies for the delay. This has since been resolved on master.