-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement resolving missing requests for embedded components
If a package asks for some component `dep:comp1` and `dep` is already in the solution because it comes embedded in some other package `other`, but `dep:comp1` is embedded in some component of `other:comp2` and no request for `other:comp2` is present, then in order to satisfy the requirement for `dep:comp1`, automatically detect this situation, find what component(s) of `other` provide the missing components, roll back the state to before `other` was resolved, and inject a request for those components. Signed-off-by: J Robert Ray <[email protected]>
- Loading branch information
Showing
3 changed files
with
164 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters