You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sysimage built. Summary:
Base ──────── 104.756326 seconds 68.4229%
Stdlibs ───── 48.338018 seconds 31.5726%
Total ─────── 153.101366 seconds
JULIA usr/lib/julia/sys-o.a
WARNING: Detected access to binding `Base.DL_LOAD_PATH`in a world prior to its definition world.
Julia 1.12 has introduced more strict world age semantics forglobal bindings.
!!! This code may malfunction under Revise.
!!! This code will error in future versions of Julia.
Hint: Add an appropriate `invokelatest` around the access to this binding.
Collecting and executing precompile statements
└ Collect (Basic: ✓ 1165) => Execute ✓ 1234
Precompilation complete. Summary:
Total ─────── 91.738754 seconds
Outputting sysimage file...
The text was updated successfully, but these errors were encountered:
Yes it is the same warning I see in #57288 , please feel free to close my issue and open separate ones for clarity. Please note that one is more a question than a bug.
The warning in this issue seems to have moved up the building chain following PR #57500 but I might be wrong.
strings/search.jl
strings/unicode.jl
WARNING: Detected access to binding `Base.DL_LOAD_PATH` in a world prior to its definition world.
Julia 1.12 has introduced more strict world age semantics for global bindings.
!!! This code may malfunction under Revise.
!!! This code will error in future versions of Julia.
Hint: Add an appropriate `invokelatest` around the access to this binding.
From a (Cygwin) Windows build:
The text was updated successfully, but these errors were encountered: