JuliaDocs/Documenter.jl

Executing jldoctest blocks out of process

Open

#893 opened on 2018年11月27日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Julia (513 forks)batch import
Status: SpeculativeType: Featurehelp wanted

Repository metrics

Stars
 (910 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 3 merged PRs)

説明

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.

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