-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Description
Already noticed this in rc3 but it's still a problem and I've just set up a completely new machine so could confirm that this happens on a fresh install (Windows 11, Julia 1.11-rc4 installed through Juliaup, then just add IJulia; using IJulia; notebook() and allowing the standard install of miniconda).
Then in a notebook I do:
] st
and get:
MethodError: no method matching do_cmd(::IJulia.MiniREPL, ::String; do_rethrow::Bool)
The function `do_cmd` exists, but no method is defined for this combination of argument types.
Closest candidates are:
do_cmd(::Pkg.REPLMode.Command, ::Any) got unsupported keyword argument "do_rethrow"
@ Pkg ...\.julia\juliaup\julia-1.11.0-rc4+0.x64.w64.mingw32\share\julia\stdlib\v1.11\Pkg\src\REPLMode\REPLMode.jl:398
I assume this is related to the excision of Pkg?
MasonProtter, Moelf and dominic-chang
Metadata
Metadata
Assignees
Labels
No labels