JuliaWeb / HttpParser.jl

Deprecated! Julia wrapper for joyent/http-parser
MIT License
13 stars 37 forks source link

BinDeps related warnings #10

Closed IainNZ closed 10 years ago

IainNZ commented 11 years ago

I've written a blog post that uses HttpServer.jl/HttpParser.jl and want to throw it out on HackerNews etc. but the warnings that I get when starting the server are kind of awkward. I'm not really sure how to fix them, they come from ext.jl at least and possibly other places:

WARNING: BinDeps.find_library is deprecated, use Base.find_library instead. in include at boot.jl:238 WARNING: add_library_mapping is deprecated, use push!(DL_LOAD_PATH,"/path/to/search") instead. WARNING: contains(collection, item) is deprecated, use in(item, collection) instead in contains at reduce.jl:238

zachallaun commented 11 years ago

I believe the first two come from BinDeps. I've fixed the last one (we now have a fancy new item in collection syntax), and I have a pending PR in METADATA bumping the versions.

IainNZ commented 10 years ago

This is fixed now