-
-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
The commit in JuliaLang/Pkg.jl@9472f56 is backported to Pkg 1.11. This changes the signature of complete_remote_package
to complete_remote_package!(comps, partial; hint::Bool)
. This makes the check at
Pluto.jl/src/packages/PkgCompat.jl
Lines 294 to 300 in 47c8789
@static if hasmethod(REPLMode.complete_remote_package, (String,), (:hint,)) | |
REPLMode.complete_remote_package(partial_name; hint=false) | |
elseif hasmethod(REPLMode.complete_remote_package, (String,)) | |
REPLMode.complete_remote_package(partial_name) | |
else | |
REPLMode.complete_remote_package(partial_name, 1, length(partial_name))[1] | |
end |
cc @fonsp
Metadata
Metadata
Assignees
Labels
No labels