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

OrdinaryDiffEq fails precompilation with julia 1.8.0-rc1 #2023

Closed
NilsNiggemann opened this issue Sep 6, 2023 · 1 comment
Closed

OrdinaryDiffEq fails precompilation with julia 1.8.0-rc1 #2023

NilsNiggemann opened this issue Sep 6, 2023 · 1 comment

Comments

@NilsNiggemann
Copy link

steps to reproduce:

] activate --temp
add OrdinaryDiffEq

seems to error both on linux and on macOS.

When I import it explicitly, I get the following error:

julia> using OrdinaryDiffEq
[ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]
ERROR: LoadError: ArgumentError: @assume_effects foldable not supported
Stacktrace:
 [1] var"@assume_effects"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any})
   @ Base ./expr.jl:586
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:422
 [3] include(x::String)
   @ OrdinaryDiffEq /storage/user/.julia/packages/OrdinaryDiffEq/NbEDr/src/OrdinaryDiffEq.jl:4
 [4] top-level scope
   @ /storage/user/.julia/packages/OrdinaryDiffEq/NbEDr/src/OrdinaryDiffEq.jl:168
 [5] include
   @ ./Base.jl:422 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
   @ Base ./loading.jl:1407
 [7] top-level scope
   @ stdin:1
in expression starting at /storage/user/.julia/packages/OrdinaryDiffEq/NbEDr/src/misc_utils.jl:171
in expression starting at /storage/user/.julia/packages/OrdinaryDiffEq/NbEDr/src/tableaus/low_order_rk_tableaus.jl:539
in expression starting at /storage/user/.julia/packages/OrdinaryDiffEq/NbEDr/src/OrdinaryDiffEq.jl:1
in expression starting at stdin:1
ERROR: Failed to precompile OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed] to /storage/user/.julia/compiled/v1.8/OrdinaryDiffEq/jl_7vsYiX.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, ignore_loaded_modules::Bool)
   @ Base ./loading.jl:1558
 [3] compilecache
   @ ./loading.jl:1502 [inlined]
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1203
 [5] _require_prelocked(uuidkey::Base.PkgId)
   @ Base ./loading.jl:1091
 [6] macro expansion
   @ ./loading.jl:1071 [inlined]
 [7] macro expansion
   @ ./lock.jl:223 [inlined]
 [8] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:1035
@ChrisRackauckas
Copy link
Member

1.8.0-rc1 is not a supported architecture since it was just a release candidate with known bugs. We generally do not provide support for custom builds of Julia on custom branches and only released versions. If you need v1.8, please try a released non-beta version of it using a standard Julia binary from https://julialang.org/downloads/.

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

2 participants