Skip to content
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

Remove AsyncStream.makeStream backports now we support only Swift 5.9+ #34

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

simonjbeaumont
Copy link
Collaborator

@simonjbeaumont simonjbeaumont commented Nov 27, 2023

Motivation

We had some code in an #if swift(<5.9) block, which can now be removed because we only support Swift 5.9 and newer.

Modifications

Remove code required to support Swift 5.8.

Result

Removed dead code.

Test Plan

Tests pass.

@simonjbeaumont simonjbeaumont marked this pull request as ready for review November 27, 2023 16:08
@simonjbeaumont simonjbeaumont merged commit 0e75335 into apple:main Nov 27, 2023
@czechboy0 czechboy0 added the 🆕 semver/minor Adds new public API. label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants