Skip to content

Commit

Permalink
Comment required-components
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 16, 2024
1 parent cf02e14 commit 6b8f9cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/asdf-utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ DIRECTORY."
"Return a list of all the required systems for SYSTEM topologically
sorted by load order."
(with-recursive-compile-bundle-op
;; ASDF:REQUIRED-COMPONENTS traverses the dependency operations
;; required to perform :GOAL-OPERATION on the provided system,
;; returning a list of the components involved that have
;; :COMPONENT-TYPE.
;;
;; TODO: what exactly do :OTHER-SYSTEMS and :KEEP-OPERATION do?
(asdf:required-components system
:other-systems t
:component-type 'asdf:system
Expand Down

0 comments on commit 6b8f9cc

Please sign in to comment.