After upgrading to Julia 1.11.8, I am seeing this:
(@v1.11) pkg> Unhandled Task ERROR: KeyError: key Base.PkgId(Base.UUID("e5eb5ef1-03cf-53a7-ae1d-5a66b08e832b"), "REPLExt") not found
Stacktrace:
[1] pop!
@ ./dict.jl:583 [inlined]
[2] end_loading
@ ./loading.jl:2140 [inlined]
[3] macro expansion
@ ./loading.jl:2724 [inlined]
[4] macro expansion
@ ./lock.jl:273 [inlined]
[5] require_stdlib(package_uuidkey::Base.PkgId, ext::String, from::Module)
@ Base ./loading.jl:2689
[6] load_pkg()
@ REPL ~/.julia/juliaup/julia-1.11.8+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/Pkg_beforeload.jl:8
[7] (::REPL.var"#123#141"{REPL.LineEdit.MIState, REPL.LineEditREPL, REPL.LineEdit.Prompt})()
@ REPL ~/.julia/juliaup/julia-1.11.8+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/REPL/src/REPL.jl:1284
if I do a using Revise in my startup.jl. If I comment that out, everything is good.
If I manually load Revise after starting the REPL, everything is good. If I change Julia version to 1.12.3, everything is good.
After upgrading to Julia
1.11.8, I am seeing this:if I do a
using Revisein mystartup.jl. If I comment that out, everything is good.If I manually load
Reviseafter starting the REPL, everything is good. If I change Julia version to1.12.3, everything is good.