JuliaDocs/Documenter.jl

Executing jldoctest blocks out of process

Open

#893 建立於 2018年11月27日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Julia (513 fork)batch import
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.

貢獻者指南