Open fonsp opened 1 year ago
Right now, everything in worker.jl will be defined as a global in the Main module. I think we should just wrap the file in module MaltRunner to fix it :)
worker.jl
Main
module MaltRunner
Right now, everything in
worker.jl
will be defined as a global in theMain
module. I think we should just wrap the file inmodule MaltRunner
to fix it :)