You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using Gadfly
julia> plot(y=[1])
Error showing value of type Gadfly.Plot:
ERROR: StackOverflowError:
Stacktrace:
[1] media(::Type{T} where T) at /Users/arthurb/.julia/v0.6/Media/src/system.jl:70 (repeats 80000 times)
reverting back to current_module() fixes it. a bug in compat?
I don't think we'll keep master compatible with Julia 0.6 since Juno development will switch to 0.7 in the near future and I'm not aware of any bugs that would necessitate a new Media.jl release for 0.6.
Should definitely update Media's REQUIRE file though.
b0e887c introduces a breaking change:
https://github.com/JunoLab/Media.jl/blob/master/src/system.jl#L73
The text was updated successfully, but these errors were encountered: