-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Precompilation broken on julia 1.5 beta1 #105
Comments
On julia 1.4.2 this is just a warning julia> using DiffEqBenchmarks
[ Info: Precompiling DiffEqBenchmarks [31c91b34-3c75-11e9-0341-95557aab0344]
WARNING: eval into closed module Markdown:
Expr(:block, #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):11 =#, Expr(:function, Expr(:call, :latex, Expr(:::, :io, :IO), Expr(:::, :tex, Expr(:., :Markdown, :(:LaTeX)))), Expr(:block, #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):12 =#, :math_envs = Expr(:vect, "align", "equation", "eqnarray"), #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):13 =#, :use_dollars = Expr(:call, Symbol("!"), Expr(:call, :any, Expr(:comprehension, Expr(:generator, Expr(:call, :occursin, Expr(:string, "\begin{", :me), Expr(:., :tex, :(:formula))), :me = :math_envs)))), #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):14 =#, Expr(:&&, :use_dollars, Expr(:call, :write, :io, "\[")), #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):15 =#, Expr(:call, :write, :io, Expr(:call, :string, "
", Expr(:., :tex, :(:formula)), "
")), #= Symbol("C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl"):16 =#, Expr(:&&, :use_dollars, Expr(:call, :write, :io, "\]
")))))
** incremental compilation may be fatally broken for this module **
WARNING: Method definition latex(IO, Markdown.LaTeX) in module Markdown at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Markdown\src\IPython\IPython.jl:28 overwritten at C:\Users\sebastian\.julia\packages\Weave\zT0iu\src\WeaveMarkdown\markdown.jl:12.
** incremental compilation may be fatally broken for this module ** |
This is an upstream issue with Weave. It should be harmless here though. JunoLab/Weave.jl#356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is due to Weave
eval
ing in Markdown during__init__
. This is tracked here.The text was updated successfully, but these errors were encountered: