-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to compile on Julia v1.0 #18
Comments
Try switching to master branch, it should support julia 0.7 and thus julia 1.0 |
Hi Mosè, I tried to switch to the master branch by
But I got a similar error when I compile it for use:
|
Ok, I will have to look into this. Now I'm on vacation without a computer, it'll take some days |
Thanks! And enjoy your vacation!! |
For the record, this package passed CI without warnings about 20 days before release of julia 1.0: https://travis-ci.org/JuliaPhysics/Measurements.jl/jobs/406597690 thus either there have been late breaking changes or deprecation warnings were missing. |
Could this be an issue related to the dependent packages? |
No, from a cursory look at the code I think it's an issue in this package, but until a few days ago it worked without warnings |
Fixed in #19 |
when using Measurements in Julia 1.0, it fails
How should it be solved? Many thanks!!
The text was updated successfully, but these errors were encountered: