JuliaPluto/Malt.jl

Avoid pollution Main namespace on worker process

Open

#35 opened on Jan 27, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (53 stars) (13 forks)auto 404
enhancementgood first issue

Description

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

Contributor guide