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 (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (53 stars)
PR merge metrics
 (No merged PRs in 30d)

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