Alex Arslan
Alex Arslan
Hm. I wonder what changed recently that caused this, since this wasn't happening on Nanosoldier until yesterday.
FYI: No longer relevant to Nanosoldier, as Nanosoldier no longer uses JLD.
Thanks for the report! It would be great if you could submit a pull request with this fix.
That's fine, error reports are much appreciated. In case you're interested in submitting a pull request in the future, here's how to do it: 1. Fork JuliaGraphics/Winston.jl to your account...
What version of Winston are you using?
Okay, thanks for checking. The issue seems actually to be with the Tk package, which is a dependency of Winston, rather than with Winston itself.
Reported in Tk at https://github.com/JuliaGraphics/Tk.jl/issues/140.
That's a good question, I don't think I've ever seen a comment in the middle of a comprehension. The YASGuide itself definitely doesn't have anything specific to say on this....
It's no longer possible to use `begin`/`end` in comprehensions as of 1.4, since `x[begin]` is a thing (mirrors `x[end]`). You can use `let`/`end` I think though.
Ah, gotcha.