Skip to content

[NFC] Test that @abi handles SendableMetatype #82468

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
Jun 26, 2025

Conversation

beccadax
Copy link
Contributor

The @abi checker ignores uses of marker protocols, as they don’t have any impact on call compatibility. Add tests to ensure that this rule encompasses SE-0470’s SendableMetatype.

This PR does not change compiler behavior—it just expands test coverage.

Fixes rdar://152602566.

The `@abi` checker ignores uses of marker protocols, as they don’t have any impact on call compatibility. Add tests to ensure that this rule encompasses SE-0470’s `SendableMetatype`.

Fixes rdar://152602566.
@beccadax
Copy link
Contributor Author

@swift-ci please test

@beccadax beccadax requested review from DougGregor and hborla June 24, 2025 22:43
@nkcsgexi
Copy link
Contributor

Nice to know that we don't need functional change! Mind cherry-picking to release/6.2?

@beccadax
Copy link
Contributor Author

@swift-ci please test Linux platform

@beccadax beccadax enabled auto-merge June 25, 2025 22:05
@beccadax
Copy link
Contributor Author

@swift-ci please test Linux platform

@beccadax beccadax merged commit 7460ce1 into swiftlang:main Jun 26, 2025
5 checks passed
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.

4 participants