Fixes #125 for when use_distributed=true. The fix loads the symbol from Base.loaded_modules which obviously shouldn't be done. However, this is because eval(:(using Markdown)) fails in the distributed worker. A better and "final" solution will be #85 (which I know how to do on paper thanks to a discussion with Fons, I just need to find a few hours of focus time to dive into it)
Fixes #125 for when
use_distributed=true
. The fix loads the symbol fromBase.loaded_modules
which obviously shouldn't be done. However, this is becauseeval(:(using Markdown))
fails in the distributed worker. A better and "final" solution will be #85 (which I know how to do on paper thanks to a discussion with Fons, I just need to find a few hours of focus time to dive into it)