-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Support additional dependencies in forced resolution mode #7023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support additional dependencies in forced resolution mode #7023
Conversation
Seems like adding to managed dependencies isn't the only missing piece here, so more work is required for this. |
Ah the issue with this PR is actually pretty simple: we need to prepopulate managed dependencies a bit earlier, at the point where I am doing it, they have already been dropped from the equation. |
d22436c
to
b7cd543
Compare
rdar://115630439
b7cd543
to
67ebd97
Compare
@swift-ci please test |
@swift-ci please test windows |
@swift-ci please test windows |
1 similar comment
@swift-ci please test windows |
@swift-ci test windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have the terminology documented anywhere in the codebase? What's the best place to check what a managed dependency or a root is?
Don't think we have any meaningful docs for this. |
rdar://115630439