We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b525ae5 + 63eea09 commit 31b3611Copy full SHA for 31b3611
quicklisp/misc.lisp
@@ -14,6 +14,7 @@
14
15
(defun who-depends-on (system-name)
16
"Return a list of names of systems that depend on SYSTEM-NAME."
17
+ (setf system-name (string-downcase system-name))
18
(loop for system in (provided-systems t)
19
when (member system-name (required-systems system) :test 'string=)
20
collect (name system)))
0 commit comments