-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve external dependency discovery logic #195
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
Conversation
|
||
void cool() { | ||
foo(); | ||
} |
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.
Very minor thing but this is missing a line break at the end of the file :)
Really, we shouldn't be detecting this, we should specify explicitly external deps at a higher level. |
Yeah I understand this is a total hack to begin with, I can try fixing it next week. |
@mxcl Fixed, Review/CI |
@swift-ci Please test |
@swift-ci Please test |
LGTM, please merge when you're done. |
…tion Improved build cancellation
Packages can have few different layouts, the logic to detect if a dep is an external dep was not handling all the cases.