Closed NicholasWMRitchie closed 1 week ago
Might be a good chance to delete those depwarns and release a new minor version. Can you test whether that fixes Gadfly?
Can this one be closed?
Yes, I ran the code that initially produced the error (https://github.com/GiovineItalia/Gadfly.jl/issues/1466) and it now works fine.
It seems that recent changes to ImageCore.jl has broken Gadfly.ManualDiscreteKey (manual_discrete_key(....) and manual_color_key(...)). The key line is
convert(::Type{Array{ColorTypes.Color,N} where N}, ::Array{ColorTypes.Color,1})@deprecations.jl:62
which is in ImageCore.jl and seems to be one of these dreaded invalidations.I don't know if Gadfly or ImageCore needs to fix this so I submitted to both. (https://github.com/GiovineItalia/Gadfly.jl/issues/1466)