-
Notifications
You must be signed in to change notification settings - Fork 250
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
Julia 0.7.0-alpha is out #1158
Comments
the output of this script follows:
|
as of today:
all of Compose's dependencies now work on 0.7. but we probably shouldn't work on that until Gadfly's are too. note that the recommendation is to drop support for 0.6 when support for 0.7 is added. |
I have a Julia 0.7 branch for Mattriks/CoupledFields.jl#4 |
getting closer, but still a lot of Gadfly's dependencies are not yet working on 0.7. @tlnagy what is your time frame for finishing GiovineItalia/Compose.jl#282 ? would be best not to merge it until have we tag a final julia 0.6 release for both Gadfly and Compose.
|
It's getting there, I just made another stab at it, but ran into some problems: GiovineItalia/Compose.jl#282 (comment). Basically, the code we used to optional precompilation-time loading of optional dependency glue code is broken on v0.7 and the runtime-equivalent from |
|
|
DataArrays.jl looks like it might soon be deprecated, so this might be the time to reduce Gadfly's dependency on it. JuliaStats/DataArrays.jl#304 (comment) |
I'm definitely for dropping DataArrays support. Does someone want to start a PR updating Gadfly for 1.0? Checking GiovineItalia/Compose.jl#282 out should help with that. If no one gets to it first, I'll get to it when I'm back from vacation in a week |
There is a DataArrays branch named "jq/1.0" that supports v1.0. I have been trying to get Gadfly compiled in v0.7 (in order to make split violin plots that don't fail with the KDE precision problem, as discussed in #1157) and it seems happy with that version of DataArrays but is still not fully working... There seems to be an error with the varset macro when compiling:
There are not many similar errors when I google about the LineNumberNode, so I don't really understand the problem here. |
https://github.com/JuliaLang/julia/releases/tag/v0.7.0-alpha
Time to get serious about 0.7 compatibility.
The text was updated successfully, but these errors were encountered: