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

Compile warnings on Julia 1.12-nightly #4784

Open
3 tasks done
eschnett opened this issue Feb 12, 2025 · 0 comments
Open
3 tasks done

Compile warnings on Julia 1.12-nightly #4784

eschnett opened this issue Feb 12, 2025 · 0 comments
Labels

Comments

@eschnett
Copy link
Contributor

  • what version of Makie are you running? (]st -m Makie)
[ee78f7c6] Makie v0.22.1
  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
    yes

  • What platform + GPU are you on?

julia> versioninfo()
Julia Version 1.12.0-DEV.1976
Commit 0c1e800dbdc (2025-02-04 10:20 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: macOS (arm64-apple-darwin24.0.0)
  CPU: 12 × Apple M3 Pro
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, apple-m3)
  GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 6 virtual cores)
  1 dependency had output during precompilation:
┌ Makie
│  WARNING: Detected access to binding `Makie.Axis3D` 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 `Makie.PlotList` 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.
@eschnett eschnett added the bug label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant