Skip to content
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

using SciMLTutorials on julia 1.5.0-rc2 currently fails #294

Closed
miguelfp opened this issue Jul 30, 2020 · 2 comments
Closed

using SciMLTutorials on julia 1.5.0-rc2 currently fails #294

miguelfp opened this issue Jul 30, 2020 · 2 comments

Comments

@miguelfp
Copy link

using SciMLTutorials on on julia 1.5.0-rc2 currently fails and gives the following error message:

julia> using SciMLTutorials
[ Info: Precompiling SciMLTutorials [30cb0354-2223-46a9-baa0-41bdcfbe0178]
ERROR: LoadError: InitError: Evaluation into the closed module `Markdown` breaks incremental compilation because the side effects will not be permanent. This is likely due to some other module mutating `Markdown` with `eval` during precompilation - don't do this.
Stacktrace:
 [1] eval at ./boot.jl:331 [inlined]
 [2] eval at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Markdown/src/Markdown.jl:6 [inlined]
 [3] __init__() at /home/miguel/.julia/packages/Weave/AL87K/src/WeaveMarkdown/markdown.jl:10
 [4] _include_from_serialized(::String, ::Array{Any,1}) at ./loading.jl:697
 [5] _require_search_from_serialized(::Base.PkgId, ::String) at ./loading.jl:782
 [6] _require(::Base.PkgId) at ./loading.jl:1007
 [7] require(::Base.PkgId) at ./loading.jl:928
 [8] require(::Module, ::Symbol) at ./loading.jl:923
 [9] include(::Function, ::Module, ::String) at ./Base.jl:380
 [10] include(::Module, ::String) at ./Base.jl:368
 [11] top-level scope at none:2
 [12] eval at ./boot.jl:331 [inlined]
 [13] eval(::Expr) at ./client.jl:467
 [14] top-level scope at ./none:3
during initialization of module WeaveMarkdown
in expression starting at /home/miguel/.julia/packages/SciMLTutorials/XjrfK/src/SciMLTutorials.jl:3
ERROR: Failed to precompile SciMLTutorials [30cb0354-2223-46a9-baa0-41bdcfbe0178] to /home/miguel/.julia/compiled/v1.5/SciMLTutorials/YWFFy_4r1as.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1290
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
@SebastianM-C
Copy link
Contributor

This is similar to SciML/SciMLBenchmarks.jl#105

@ChrisRackauckas
Copy link
Member

Looks like it's an upstream issue in Weave.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants