-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Legacy Driver] Obsolete and remove batch compilation mode from the legacy driver #81569
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
base: main
Are you sure you want to change the base?
Conversation
@swift-ci test |
@swift-ci test |
@swift-ci test Linux platform |
@swift-ci test Windows platform |
…egacy driver It is a maintenance burden and having the legacy driver exist in a simplified state reduces the possibility of things going wrong and hitting old bugs.
@swift-ci test |
@swift-ci test macOS platform |
3 similar comments
@swift-ci test macOS platform |
@swift-ci test macOS platform |
@swift-ci test macOS platform |
@swift-ci test macOS platform |
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.
Do we still support the testing new swift-driver from lit test?
Maybe instead of removing all the tests, we should add a feature for legacy-driver
and disable the batch test under legacy-driver.
To my knowledge and a quick scan of logs/configs to sanity check, we have never actually ran these test sets with |
I am talking about this: https://github.com/swiftlang/swift-driver/blob/8594e088e4a9dcb84496794d80d08ceb7458a093/README.md?plain=1#L86-L99 I think today, if we didn't specify use legacy only flag in |
I don't think we do, due to these: |
It is a maintenance burden and having the legacy driver exist in a simplified state reduces the possibility of things going wrong and hitting old bugs.