quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Feature request: since ql:quickload accepts a string designator, ql:uninstall (and others?) should too

Open lmj opened this issue 13 years ago • 1 comments

I was bitten by this a couple times.

(ql:quickload :alexandria)  ; => (:alexandria)
(ql:uninstall :alexandria)  ; => NIL
(ql:uninstall "alexandria") ; => T

There may be a reason for this behavior, but it seems inconsistent to me.

lmj avatar Mar 30 '12 00:03 lmj

I was bitten by the same issue for quicklisp-client:who-depends-on.

scymtym avatar Dec 12 '12 09:12 scymtym