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
Switch to Pkg mode prompt immediately and load Pkg in the background (#54594)
Because Pkg is now a pkgimage it can load slowly on slower machines,
which is a bit frustrating in the first repl switch.
This makes the repl immediately switch to a dummy prompt that looks like
Pkg mode to allow the user to keep typing while Pkg loads. During which
the keymap is disabled.
It works best if julia has >1 thread, otherwise typing stalls during Pkg
load.
If Pkg takes longer to load than the user to type the command and press
return, then the UX isn't great as it won't do anything.
https://github.com/JuliaLang/julia/assets/1694067/1bf17323-441a-4db2-8a3b-4d571eac622f
(cherry picked from commit 13635e1)
0 commit comments