Claire Foster
Claire Foster
Unfortunately I don't know how to do this in full generality, otherwise I'd already have done it. It's semi-possible to do as a side-effect at macro expansion time if people...
So yeah, to be more blunt - I don't think this is possible :-)
Overall comments on this: * Having a well defined category precedence (eg, `code > docstring > comment`) would make categorizing lines easy, given there can be multiple categories per line....
I've just thought of an upstream change that would help make this cleaner. I'm planning to emit docstrings as nodes of kind `K"doc"` in the next version - this reflects...
> You can interleave positional and keyword arguments Yikes, I didn't know about that. I mean ok you can currently do it, but perhaps it should be a lowering error?...
I think the ideal fix here would need both `Distributed` workers and master to be aware of the standard logging framework. I have something like the following in mind: *...
Yeah I still think it would be nice to have logging "just work" with `Distributed` by default, in a similar way to the `stdout` handling. However it's also clear that...
Thanks everyone for a really great in-depth analysis. This issue belongs upstream in JuliaLang/julia. Let's see if I can move it there. [Edit: oh wait, silly me - I was...
So far I've only observed this a single time, but I'll post a reproducer if I find one.
I've seen this more than once now, but still no idea what causes it.