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
julia>using Documenter
julia>module Foo
end
Main.Foo
julia> DocMeta.setdocmeta!(Foo, :DocTestSetup, :(using Foo); recursive=true)
WARNING: Detected access to binding `Foo.##docmeta#274`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.
Yes, the documenter code needs to be fixed. Usually if have done that first, but were trying to get the first rc out, so I'm focusing on the Julia base changes first.
Since JuliaLang/julia#57133, we see a lot of these issues in our CI at https://github.com/oscar-system/GAP.jl, when running doctests with julia nightly.
I managed to break it down to a very small mwe:
cc @Keno
The text was updated successfully, but these errors were encountered: