-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Incremental compilation error with @doc on a submodule #37771
Milestone
Comments
It looks like 3826279 (#37626) introduced the bug. See the brute-force search here: https://github.com/tkf/julia/actions/runs/274646833 cc @timholy |
mergify bot
pushed a commit
to JuliaPreludes/Maybe.jl
that referenced
this issue
Sep 27, 2020
This patch workarounds the change in Julia 1.6-DEV JuliaLang/julia#37771 i.e., `@doc SubModule "..."` outside `SubModule` stopped working. This patch avoids the precompilation error by simply inlining `Extras` docstring.
I implemented a workaround in my package affected by this. Depending on how hard it is to solve this, I think it might be reasonable to treat #37626 as a "minor change" and leave it as-is. |
That eval is supposed to be permitted |
vtjnash
added a commit
that referenced
this issue
Oct 13, 2020
This was never intended to be disallowed, but got mixed up in a refactor. Fixes #37771
vtjnash
added a commit
that referenced
this issue
Oct 13, 2020
This was never intended to be disallowed, but got mixed up in a refactor. Fixes #37771
vtjnash
added a commit
that referenced
this issue
Oct 15, 2020
This was never intended to be disallowed, but got mixed up in a refactor. Fixes #37771
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In recent versions of Julia 1.6-DEV, this MWE (tkf/MyPlayground.jl#38)
fails to precompile with error
The text was updated successfully, but these errors were encountered: