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
type inference was being too greedy by returning `None` for no matching
methods. it's safer to be able to handle methods that might not be
defined yet. we might be able to roll back this change when JuliaLang#265 is
fixed.
also fix a bug in ... with keyword arguments that caused GiovineItalia/Gadfly.jl#157
I get a hard-to-debug crash when trying to call
plot
with gadfly in IJulia. Valgrind says:Julia commit 202668d
Gadfly commit GiovineItalia/Gadfly.jl@8cc09b1
The text was updated successfully, but these errors were encountered: