Skip to content

[Dependency Scanning] Deprecate/Remove batch scanning capability #1735

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
Nov 21, 2024

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Nov 19, 2024

Batch dependency scanning was added as a mechanism to support multiple compilation contexts within a single module dependency graph. The Swift compiler and the Explicitly-built modules model has long since abandoned this approach and this code has long been stale. It is time to remove it.

Compiler-side change: swiftlang/swift#77719

Batch dependency scanning was added as a mechanism to support multiple compilation contexts within a single module dependency graph. The Swift compiler and the Explicitly-built modules model has long since abandoned this approach and this code has long been stale. It is time to remove it.
@artemcm
Copy link
Contributor Author

artemcm commented Nov 19, 2024

@swift-ci test

@artemcm
Copy link
Contributor Author

artemcm commented Nov 20, 2024

@swift-ci test Windows platform

@artemcm artemcm merged commit 4ca55fd into swiftlang:main Nov 21, 2024
3 checks passed
@artemcm artemcm deleted the RemoveBatchDependencyScan branch November 21, 2024 21:38
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