JuliaPluto/Malt.jl

Avoid pollution Main namespace on worker process

Open

#35 创建于 2023年1月27日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Julia (13 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (53 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南