JuliaDiff / DualNumbers.jl

Julia package for representing dual numbers and for performing dual algebra
Other
80 stars 30 forks source link

Fix depwarns on Julia 0.6 #50

Closed ararslan closed 7 years ago

ararslan commented 7 years ago

Weird, unrelated Travis failure on Julia 0.4. Will close and reopen to see if it goes away.

mlubin commented 7 years ago

Travis failure very likely related: https://github.com/JuliaDiff/DualNumbers.jl/pull/50/commits/264d32840e3624433a08433458aa789060014e10

No objection here to dropping support for 0.4 though.

ararslan commented 7 years ago

It was failing on all of Linux without that change. I commented out the overridden test script to see if it would get it working, and it does, for everything but 0.4 on Linux...

ararslan commented 7 years ago

As it turns out, it's a bug with Travis. I've pushed a fix to the Travis YAML that works around it. Things should be fine on 0.4 now.

ararslan commented 7 years ago

I've reorganized the commits to group related changes. The Travis fixes are now a single separate commit. I've also added the PkgEval badges to the README and updated the Travis badge to point specifically to the master branch. (Currently it shows the status from the most recent build, which may not be relevant to master at all.)

ararslan commented 7 years ago

Thanks, Miles and Jarrett!

ararslan commented 7 years ago

Any chance someone could do a patch release to fix the depwarns?