Closed odow closed 1 month ago
Can you try it on the 1.11-rc4 branch? You'll need to probably build from source, but the hope was that it can be the release.
Does it happen on nightly?
I'll try.
Seems like this might be fixed by https://github.com/JuliaLang/julia/pull/55757
Confirmed fixed on nightly, so I'm going to declare this fixed by #55757 which has already been back-ported to rc4.
julia> import COSMO
julia> COSMO.Optimizer()
Empty COSMO - Optimizer
julia> versioninfo()
Julia Version 1.12.0-DEV.1216
Commit 00739173311 (2024-09-17 23:47 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU: 8 × Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
Reported on https://discourse.julialang.org/t/repl-hangs-at-compile/119562/4
Julia 1.11.0-rc3 installed via juliaup. Intel macOS, but discourse also reports that it happens on Windows.
whereas