Status: SpeculativeType: Featurehelp wanted
仓库指标
- Star
- (910 star)
- PR 合并指标
- (平均合并 16天 9小时) (30 天内合并 3 个 PR)
描述
It will be nice to have an option to execute jldoctest blocks in an external, spawned process. This would be an alternate option to wrapping the code block in a module before execution. Will help in addressing issues like https://github.com/JuliaLang/Distributed.jl/issues/19 . stdout of the spawned process can be used to check for correctness.