-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
v1.11 errors when loading REPL and Pkg #56111
Comments
We missed backporting #55316 it seems. Will be in 1.11.1 |
Great. I'll stick with 1.10 in the meantime |
This is probably the cause of this bug too, isn't it? (Loading some other packages like julia> using Pluto
ERROR: InitError: MethodError: no method matching
Stacktrace:
[1] __init__()
@ REPLExt ~/.julia/juliaup/julia-1.11.0+0.x64.linux.gnu/share/julia/stdlib/v1.11/Pkg/ext/REPLExt/REPLExt.jl:305
[2]
SYSTEM (REPL): showing an error caused an error
ERROR: TypeError:
Stacktrace:
[1] active_module()
@ REPL ~/.julia/juliaup/julia-1.11.0+0.x64.linux.gnu/share/julia/stdlib/v1.11/REPL/src/REPL.jl:593
[2] #invokelatest#2
@ ./essentials.jl:1054 [inlined]
[3] invokelatest
@ ./essentials.jl:1051 [inlined]
[4] active_module
@ ./show.jl:519 [inlined]
[5]
SYSTEM (REPL): caught exception of type TypeError while trying to handle a nested exception; giving up |
Is this fixed on 11.1? If yes, can this bug be closed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: