forio / Curl.jl

a Julia HTTP curl library
Other
11 stars 8 forks source link

unsafe_ref is deprecated, use unsafe_load instead. #7

Closed ordovician closed 11 years ago

ordovician commented 11 years ago

When running Curl.get("http://jsonip.com").text I get the message:

WARNING: unsafe_ref is deprecated, use unsafe_load instead.
 in gen_write_cb at /Users/erikengheim/.julia/Curl/src/Curl.jl:75
pauladam commented 11 years ago

I believe this is fixed by 2e3c3fb04d51470c2d59f5f90cea0717b0edd314, have you updated and tried again?

WestleyArgentum commented 11 years ago

I think we needed to bump the sha in Metadata. I submitted a pull request: https://github.com/JuliaLang/METADATA.jl/pull/270

Once someone does a remaster it should be available with Pkg.update()

ordovician commented 11 years ago

@pauladam I tried again. Looks fine now.