Skip to content

Concurrency: swift_deletedAsyncMethodError() should be internal #76288

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

Conversation

tshortli
Copy link
Contributor

@tshortli tshortli commented Sep 5, 2024

This function is an implementation detail of the runtime, not something that clients of the _Concurrency library should be able to directly name. Make it @usableFromInline internal instead of public so that it remains as ABI but doesn't show up in auto-complete or documentation.

This function is an implementation detail of the runtime, not something that
clients of the _Concurrency library should be able to directly name. Make it
`@usableFromInline internal` instead of `public` so that it remains as ABI but
doesn't show up in auto-complete or documentation.
@tshortli
Copy link
Contributor Author

tshortli commented Sep 5, 2024

@swift-ci please smoke test

@tshortli
Copy link
Contributor Author

tshortli commented Sep 5, 2024

@swift-ci please build toolchain macOS platform

@tshortli tshortli enabled auto-merge September 5, 2024 19:48
Copy link
Member

@DougGregor DougGregor left a comment

Choose a reason for hiding this comment

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

Good find, thanks

@tshortli tshortli merged commit 0aaaa60 into swiftlang:main Sep 5, 2024
3 of 4 checks passed
@tshortli tshortli deleted the make-swift-deleted-async-error-method-internal branch September 6, 2024 00:27
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