-
Notifications
You must be signed in to change notification settings - Fork 119
Open
JuliaLang/julia
#60736Description
Put these to startup.jl:
using Revise
import REPL
atreplinit() do repl
if !isdefined(repl, :interface)
repl.interface = REPL.setup_interface(repl)
end
REPL.numbered_prompt!(repl)
end
Open julia, using some package, say using LinearAlgebra, then I get this warning:
WARNING: Detected access to binding `MainInclude.Out` 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.
To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`.
julia: 1.12.4
Revise: 3.13.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels