JuliaPluto/Malt.jl

Avoid pollution Main namespace on worker process

Open

#35 opened on 2023年1月27日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (53 stars)
PR merge metrics
 (30d に merged 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 :)

コントリビューターガイド