Skip to content

Fix accidental ABI break with AsyncSequence.flatMap #71895

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
Feb 26, 2024

Conversation

DougGregor
Copy link
Member

At the type that I introduced type throws into AsyncSequence and its algorithms, I accidentally dropped a @preconcurrency on the ABI entrypoint, leading to a mangled name change.

Fixes rdar://123639030.

At the type that I introduced type throws into AsyncSequence and its
algorithms, I accidentally dropped a `@preconcurrency` on the ABI
entrypoint, leading to a mangled name change.

Fixes rdar://123639030.
@DougGregor DougGregor requested a review from ktoso as a code owner February 26, 2024 20:41
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor DougGregor enabled auto-merge February 26, 2024 20:41
@DougGregor DougGregor merged commit 7ff06a7 into swiftlang:main Feb 26, 2024
@DougGregor DougGregor deleted the unbreak-flat-map-abi branch February 27, 2024 03:08
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.

2 participants