JuliaDocs/Documenter.jl

Executing jldoctest blocks out of process

Open

#893 ouverte le 27 nov. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Julia (513 forks)batch import
Status: SpeculativeType: Featurehelp wanted

Métriques du dépôt

Stars
 (910 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur