Skip to content

[Refactoring] Disable availability checking to reduce errors #38660

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
Jul 28, 2021

Conversation

bnbarham
Copy link
Contributor

#38510 introduces a new error for concurrency not being available, so every async function will cause an error: concurrency is only available in macOS 12.0.0 or newer if on an older platform.

We don't care about availability in swift-refactor, so just disable it to reduce the error spam when a test fails.

@bnbarham bnbarham requested review from ahoppen and hamishknight July 28, 2021 03:53
@bnbarham
Copy link
Contributor Author

@swift-ci please test

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bnbarham bnbarham merged commit ebd820c into main Jul 28, 2021
@bnbarham bnbarham deleted the disable-refactoring-availability-checking branch July 28, 2021 23:11
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.

3 participants