Skip to content
Snippets Groups Projects
Commit e61f3cbe authored by Robert Goldman's avatar Robert Goldman
Browse files

Clarify the meaning of "resolve."

parent b0a04b68
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
(:documentation "Find a component by resolving the PATH starting from BASE parent. (:documentation "Find a component by resolving the PATH starting from BASE parent.
If REGISTERED is true, only search currently registered systems.")) If REGISTERED is true, only search currently registered systems."))
(defgeneric resolve-dependency-combination (component combinator arguments) (defgeneric resolve-dependency-combination (component combinator arguments)
(:documentation "Resolve dependency (COMBINATOR . ARGUMENTS) in the context of COMPONENT")) (:documentation "Return a component satisfying the dependency specification (COMBINATOR . ARGUMENTS)
in the context of COMPONENT"))
;; Methods for find-component ;; Methods for find-component
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment