JuliaDocs / Documenter.jl

A documentation generator for Julia.
https://documenter.juliadocs.org
MIT License
814 stars 480 forks source link

Calling `@warn` multiple time inside a code block makes Documenter stall #903

Open diegozea opened 5 years ago

diegozea commented 5 years ago

I found the error because Travis failed: https://travis-ci.org/diegozea/MIToS.jl/jobs/462647203 @warn is called here: https://github.com/diegozea/MIToS.jl/blob/master/src/SIFTS/ResidueMapping.jl#L253

make.jl stalled (0 CPU usage):

image 1

fredrikekre commented 5 years ago

My guess it that the we keep waiting for the pipe that we use to capture output.