JuliaPluto/Malt.jl

Avoid pollution Main namespace on worker process

Open

Aperta il 27 gen 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (53 star) (13 fork)auto 404
enhancementgood first issue

Descrizione

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 :)

Guida contributor