-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Add support for Julia v0.7 #1506
Comments
This is due to JuliaLang/julia#23642 i.e. the deprecation of When will it be possible to use femtocleaner to do these things automatically? |
Thank you @mkborregaard! I checked the branch locally, but still getting the same error. Sorry for the delay to reply, I was in a conference these two last days. Coding during the coffee breaks... |
Oh I didn't actually do anything I just created the branch. Perhaps it's as easy as find-replacing Nullable{SomeType} to Union{SomeType, Nothing} - I've tried that in #1508 , which you could try to check out? |
I pulled the |
OK, thanks for giving it a shot |
What about using the Nullable package https://github.com/JuliaArchive/Nullables.jl ? |
No, rather look forward. That's a legacy package. |
Sorry, I now see that it was not a mere cleanup of Base, but rather a true deprecation, because of performance issues. |
I have a branch (ras/julia0.7) in my fork (https://github.com/RalphAS/Plots.jl) running under 0.7-alpha, with |
I got the Julia 0.7 rc2 installed and I am unable to use Plots at all because it gives me the above mentioned error. Is this still an open issue? |
I just installed the brand new official Julia 0.7 featured on the Julia homepage and got this same error. It is quite ironic because the "Plots" package is the first one highlighted on Julia's home page! It is definitely still an open issue! |
Same problem as @JeffFessler using the new official Julia 0.7. |
You're right - the solution for now is |
With both Julia 0.7.0 and 1.0.0, Plots v0.19.2 seems to be working fine now at least with default gr() backend. Thanks! |
Could you please help fix this build error in Julia v0.7? I am not sure how to fix it myself.
Please let me know if there is a branch with support added.
The text was updated successfully, but these errors were encountered: