-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[gardening] Change an if-else over ApplySite to a covered switch over… #22519
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
[gardening] Change an if-else over ApplySite to a covered switch over… #22519
Conversation
@swift-ci smoke test and merge |
ae2b406
to
ea9bcd9
Compare
… ApplySiteKind. This will ensure that we get covered switch warnings if a new apply site is ever added. NFC.
ea9bcd9
to
bc280ab
Compare
@swift-ci smoke test and merge |
3 similar comments
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
@swift-ci smoke test and merge |
The os x failure is due to a non-deterministic test that @slavapestov is fixing. I disabled it in #22523. @slavapestov will re-enable once he has the fix. |
@swift-ci smoke test os x platform |
1 similar comment
@swift-ci smoke test os x platform |
@swift-ci smoke test OS X platform |
@swift-ci smoke test os x platform |
5 similar comments
@swift-ci smoke test os x platform |
@swift-ci smoke test os x platform |
@swift-ci smoke test os x platform |
@swift-ci smoke test os x platform |
@swift-ci smoke test os x platform |
@swift-ci smoke test macOS platform |
@swift-ci smoke test macOS |
1 similar comment
@swift-ci smoke test macOS |
… ApplySiteKind.
This will ensure that we get covered switch warnings if a new apply site is ever
added.
NFC.