JuliaOpt / CoinOptServices.jl

Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS
Other
16 stars 4 forks source link

Numerous warnings: "Base.String is deprecated, use AbstractString instead" (Julia 0.4) #9

Closed sschnug closed 8 years ago

sschnug commented 8 years ago

Should be observable with all kinds of examples. E.g. JuMP's mle.jl.

tkelman commented 8 years ago

any still in this package after https://github.com/JuliaOpt/CoinOptServices.jl/commit/56f2535c56cf70c8b8f9cb46291b51c2f0934d5e ?

sschnug commented 8 years ago

It's working now! Issue seems ready to be closed.

Care to elaborate on a convenient way of updating installed packages to some tag? (Did patch it manually this time and the Pkg.clone approach needs some more args or it will complain about already existing packages).

tkelman commented 8 years ago

You can do Pkg.checkout to use master before it gets tagged. After a tag is ready, do Pkg.free to go back to using tagged releases.