-
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
still to do #1192
Comments
This was done mostly offline between me, @bjarthur, and @dcjones, but essentially the idea is that JuliaPlots is expanding to not just be |
Was point 3 resolved by #1193? |
yes. thanks @nalimilan ! |
ETA for julia 0.7 release? |
We'll probably be tagging a new release by the end of the week. You can use Compose and Gadfly master for now. |
Thank you very much!
On Mon, Sep 17, 2018 at 19:44 Tamas Nagy ***@***.***> wrote:
We'll probably be tagging a new release by the end of the week. You can
use Compose and Gadfly master for now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1192 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFXxeO1n0xL-Zu1IHHsBS3zze_3iz0uTks5ucE_xgaJpZM4WpGJq>
.
--
-monty
|
@bjarthur we should go ahead and release Gadfly for Julia 1.0. Can you update the README and then we can pull the trigger. I'm comfortable releasing it now. |
i should be done with #1204 today. let me merge that before we tag |
Alright, I'm gonna merge GiovineItalia/Compose.jl#319 soon and then tag a new version of Compose. Then we should go ahead and tag a new version of Gadfly immediately after that. Sound reasonable? Let's have a 1.0 release out in the next 24 hours. |
The docs don't seem to be rebuilding on latest e.g. new code and figure added in #1201 should appear in |
Looks like the problem is strip returning a substring now: JuliaLang/julia#22496 ERROR: MethodError: no method matching add_or_develop(::SubString{String}; mode=:add)
Closest candidates are:
add_or_develop(!Matched::Pkg.Types.Context, !Matched::Array{Pkg.Types.PackageSpec,1}; mode, shared, kwargs...) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:32
add_or_develop(!Matched::Array{Pkg.Types.PackageSpec,1}; kwargs...) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:29
add_or_develop(!Matched::Array{String,1}; kwargs...) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:28
...
Stacktrace:
[1] #add#18(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::SubString{String}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:69
[2] add(::SubString{String}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:69
[3] (::getfield(Main, Symbol("##3#4")))(::String) at ./none:1
[4] foreach(::getfield(Main, Symbol("##3#4")), ::Array{String,1}) at ./abstractarray.jl:1835
[5] top-level scope at none:0 |
resolve possible dispatch errorFix test failure in discretize_make_ia #1193get interactivity in Juno workingproperly escape data uris JunoLab/Atom.jl#243Announce on Discourse to get people testing it (Tamas)https://discourse.julialang.org/t/julia-1-0-support-just-landed-on-gadfly-master/14978The text was updated successfully, but these errors were encountered: