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

Lower availability/compiler guards #1364

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Feb 28, 2022

Motivation:

Concurrency support was backported to older OS versions in Swift 5.5.2;
we should lower our availability guards accordingly.

Modifications:

  • Update compiler guards and availability in GRPC
  • Update generated guards

Result:

Async gRPC is availabile on older OSs.

Motivation:

Concurrency support was backported to older OS versions in Swift 5.5.2;
we should lower our availability guards accordingly.

Modifications:

- Update compiler guards and availability in GRPC
- Update generated guards

Result:

Async gRPC is availabile on older OSs.
@glbrntt glbrntt requested a review from fabianfett February 28, 2022 11:47
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Feb 28, 2022
@glbrntt glbrntt merged commit b0e710c into grpc:1.6.0-async-await Feb 28, 2022
@glbrntt glbrntt deleted the gb-fix-availability branch February 28, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants