-
Notifications
You must be signed in to change notification settings - Fork 204
ABIChecking: use the always-generated-abi-descriptor to diagnose ABI breakages #885
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 please test |
@swift-ci please test |
1 similar comment
@swift-ci please test |
…breakages rdar://84595482
@swift-ci please test |
@@ -41,7 +41,7 @@ public struct Job: Codable, Equatable, Hashable { | |||
case generateAPIBaseline = "generate-api-baseline" | |||
case generateABIBaseline = "generate-abi-baseline" | |||
case compareAPIBaseline = "compare-api-baseline" | |||
case compareABIBaseline = "compare-abi-baseline" | |||
case compareABIBaseline = "Check ABI stability" |
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.
nit: this seems to now stand out from the surrounding raw value style, what's the reason for this change?
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.
This shows up in the build log in a way that's quite different from other task descriptions. We may look into updating other raw values as well.
rdar://84595482