-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Dependency Scanning] Deprecate/Remove batch scanning capability #77719
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 test |
2 similar comments
@swift-ci test |
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.
LGTM
@@ -24,8 +24,8 @@ | |||
/// The version constants for the SwiftDependencyScan C API. | |||
/// SWIFTSCAN_VERSION_MINOR should increase when there are API additions. | |||
/// SWIFTSCAN_VERSION_MAJOR is intended for "major" source/ABI breaking changes. | |||
#define SWIFTSCAN_VERSION_MAJOR 0 | |||
#define SWIFTSCAN_VERSION_MINOR 10 | |||
#define SWIFTSCAN_VERSION_MAJOR 1 |
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.
👍
@swift-ci test macOS platform |
1 similar comment
@swift-ci test macOS platform |
2551118
to
8505360
Compare
@swift-ci test |
8505360
to
149f1f7
Compare
@swift-ci test |
149f1f7
to
9b820da
Compare
@swift-ci test |
9b820da
to
415791f
Compare
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 and its associated C API.
415791f
to
41e4712
Compare
@swift-ci test |
c9f0de1
to
8db90f4
Compare
@swift-ci test |
8db90f4
to
477ba0d
Compare
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 and its associated C API.