JuliaCollections / Memoize.jl

@memoize macro for Julia
Other
177 stars 22 forks source link

Updates for Julia v0.5 compatibility #9

Closed essenciary closed 8 years ago

essenciary commented 8 years ago

symbol => Symbol

kmsquire commented 8 years ago

Thanks! It looks like this was already changed on master, but a new version was never tagged.

Until it's tagged, you can do a Pkg.checkout("Memoize") to get the latest version, and Pkg.free("Memoize") after a new version is tagged.

essenciary commented 8 years ago

Thanks!