Skip to content

[Concurrency] NonisolatedNonsendingByDefault: Except @Test test-cases and $ prefixed declarations from migration #82229

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Jun 12, 2025

  • @Test asynchronous functions

    The execution of these functions is controlled by the testing
    framework and it's okay if their behavior changes when the feature
    flag is enabled.

  • $ prefix functions declarations

    These are special declarations that are synthesized by the compiler
    or a macro and warnings about them are non-actionable.

Resolves: rdar://152687527

@xedin xedin requested review from hborla and slavapestov as code owners June 12, 2025 23:50
@xedin
Copy link
Contributor Author

xedin commented Jun 12, 2025

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Jun 12, 2025

@swift-ci please smoke test

@xedin xedin requested a review from AnthonyLatsis June 12, 2025 23:57
@xedin
Copy link
Contributor Author

xedin commented Jun 13, 2025

@swift-ci please smoke test

xedin added 2 commits June 13, 2025 14:36
…e swift-testing test cases

The execution of these functions is controlled by the testing
framework and it's okay if their behavior changes when the feature
flag is enabled.

Resolves: rdar://152687527
…e `$` prefixed declarations

These are special declarations that are synthesized by the compiler
or a macro and warnings about them are non-actionable.
@xedin
Copy link
Contributor Author

xedin commented Jun 13, 2025

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Jun 14, 2025

@swift-ci please smoke test Linux platform

@xedin
Copy link
Contributor Author

xedin commented Jun 14, 2025

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Jun 14, 2025

@swift-ci please smoke test Linux platform

@xedin
Copy link
Contributor Author

xedin commented Jun 14, 2025

@swift-ci please smoke test

@xedin
Copy link
Contributor Author

xedin commented Jun 15, 2025

swiftlang/swift-driver#1931
@swift-ci please smoke test

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.

4 participants