anriseth / MultiJuMP.jl

MultiJuMP enables the user to easily run multiobjective optimisation problems and generate Pareto fronts.
Other
61 stars 11 forks source link

Fix depratiation in Julia 1.0 #19

Closed amgad-naiem closed 5 years ago

anriseth commented 5 years ago

Thanks for the PR. I was planning to wait until JuMP 0.19 was out but if someone wants to fix this sooner that's great :)

I think this will break 0.6 support, so could you please update REQUIRE, Travis, and AppVeyor to reflect the move to 1.0?

anriseth commented 5 years ago

We're getting closer;) Seems like an issue with the using statement in runtests.jl.

Did you check whether the tests pass locally before pushing? That often speeds up the process as you don't have to wait for Travis.

anriseth commented 5 years ago

Thank you:))

anriseth commented 5 years ago

Release 0.2.0 should work with Julia 1.0 https://github.com/JuliaLang/METADATA.jl/pull/18732

amgad-naiem commented 5 years ago

Great. Thanks for pointing out to test locally first :)