Jacob Quinn
Jacob Quinn
Currently remote refs (`RemoteChannel`, `Future`) are a bit of a silent killer if used in precompiled module. Though our precompilation docs spell out in great detail the various constructors/patterns that...
Currently, even if you define your own `AbstractLogger` and set `Base.global_logger(mylogger)`, worker loggers still prepend `" From worker X: ` to all logs. My current work-around is doing ```julia using...
This isn't quite ready to merge yet, but starting the PR to get CI running and document what there is left to do: [ ] Incorporate @IanButterworth's recent precompile work...
Just wondering if this would be possible given the existing machinery of the package? i.e. the type-based analysis is helpful, but I find myself every so often in a case...