Skip to content

build: prevent FILE_DEPENDS from being used #29608

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

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Feb 3, 2020

The FILE_DEPENDS option is used in exactly one location: swiftCore.
This prevention sets the groundwork for removing the option.
Dependencies should be tracked at the target level.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

The `FILE_DEPENDS` option is used in exactly one location: swiftCore.
This prevention sets the groundwork for removing the option.
Dependencies should be tracked at the target level.
@compnerd
Copy link
Member Author

compnerd commented Feb 3, 2020

CC: @Rostepher @edymtt @xiaobai

@compnerd
Copy link
Member Author

compnerd commented Feb 3, 2020

@swift-ci please smoke test

@Rostepher
Copy link
Contributor

This looks good to me. We could also probably just delete this option entirely!

@compnerd
Copy link
Member Author

compnerd commented Feb 3, 2020

Yes, that is the plan for all the "deprecated" options.

@compnerd compnerd merged commit 7934cdf into swiftlang:master Feb 3, 2020
@compnerd compnerd deleted the no-dependency branch February 3, 2020 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants