-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docstring doctest failures missing if calling makedocs multiple times #974
Comments
This only happens for doctests included in docstrings and not doctests from markdown files. |
Hmm.. it might be because we modify the |
Yes, on the second run the language is
How? Are thosed saved somewhere then? |
Yeah, somewhere in the global state. I am not entirely sure, but I think each module has a variable that holds all the docstrings of that module. The |
We should probably |
Could it at least print some infomation or warning about this? |
Not sure what's up, but if you use the workflow where you
include("make.jl")
multiple times in a REPL session (to avoid recompilation) , then doctest errors that arise from docstrings are only shown the first time youinclude
and are missing in laterinclude
s.The text was updated successfully, but these errors were encountered: