-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Incremental] Turn fine-grained-dependencies on-by-default. #29379
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
@swift-ci please smoke test |
@swift-ci please test |
@swift-ci please test windows |
@swift-ci please test source compatibility |
@swift-ci please test compiler performance |
Just a random thought (kinda' struck me after reading your PR): do you find it odd that we have the default values for different options duplicated in several places? It does seem a little bit dissatisfying but maybe it is fine. Do you think maybe we should lift out the default values into a separate header in the future or is the status quo better? |
@swift-ci please test windows platform |
Thanks for reading it over, and I like your thought. It's not a layering violation, so I will make that change as a separate PR, and land that one first! |
60e9167
to
0852a1b
Compare
@swift-ci please smoke test |
@swift-ci please smoke test os x platform |
1 similar comment
@swift-ci please smoke test os x platform |
@swift-ci please clean smoke test linux platform |
@swift-ci please smoke test linux |
Turn off by passing in
-disable-fine-grained-dependencies
.