Skip to content

Age-incorrect access to Base.DL_LOAD_PATH when building on Windows #57505

@topolarity

Description

@topolarity

From a (Cygwin) Windows build:

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 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.
Collecting and executing precompile statements
└ Collect (Basic:1165) => Execute ✓ 1234
Precompilation complete. Summary:
Total ───────  91.738754 seconds
Outputting sysimage file...

Metadata

Metadata

Assignees

Labels

buildingBuild system, or building Julia or its dependenciessystem:windowsAffects only Windows

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions