Skip to content

Warnings in Julia v1.12.0-DEV Detected access to binding in a world prior to its definition world #107

@nickrobinson251

Description

@nickrobinson251
(FixedPointDecimals) pkg> instantiate
    Updating registry at `~/.julia/registries/General.toml`
    Updating `~/repos/FixedPointDecimals.jl/Project.toml`
  [c3b6d118] + BitIntegers v0.3.2
  [69de0a69] + Parsers v2.8.1
    Updating `~/repos/FixedPointDecimals.jl/Manifest.toml`
  [c3b6d118] + BitIntegers v0.3.2
  [69de0a69] + Parsers v2.8.1
  [aea7be01] + PrecompileTools v1.2.1
  [21216c6a] + Preferences v1.4.3
  [ade2ca70] + Dates v1.11.0
  [de0858da] + Printf v1.11.0
  [9a3f8284] + Random v1.11.0
  [ea8e919c] + SHA v0.7.0
  [fa267f1f] + TOML v1.0.3
  [cf7118a7] + UUIDs v1.11.0
  [4ec0a83e] + Unicode v1.11.0
Precompiling packages finished.
  1 dependency successfully precompiled in 2 seconds. 9 already precompiled.
  1 dependency had output during precompilation:
┌ FixedPointDecimals
│  WARNING: Detected access to binding `FixedPointDecimals.truncmul` 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.
│  WARNING: Detected access to binding `FixedPointDecimals.floormul` 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.
│  WARNING: Detected access to binding `FixedPointDecimals.ceilmul` 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.
└

julia> VERSION
v"1.12.0-DEV.1954"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions