Skip to content

Commit

Permalink
Fix cases where *source-registry* is nil
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Aug 1, 2023
1 parent 872f2ca commit 8b240f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/micros-systems.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Returns the Quicklisp and ASDF systems list."
(unless (member :quicklisp *features*)
(error "Could not find Quicklisp already loaded."))
(asdf:ensure-source-registry)
(let ((asdf-systems
(sort (loop :for system-name :being :each :hash-key :of asdf/source-registry:*source-registry*
:collect system-name)
Expand Down

0 comments on commit 8b240f1

Please sign in to comment.