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

[Concurrency] Implement isIsolatingCurrentContext requirement and mode #79788

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

ktoso
Copy link
Contributor

@ktoso ktoso commented Mar 5, 2025

This implements the isIsolatingCurrentContext function form swiftlang/swift-evolution#2716

It is not yet enabled.

@ktoso
Copy link
Contributor Author

ktoso commented Mar 5, 2025

@swift-ci please smoke test

@ktoso ktoso enabled auto-merge (squash) March 5, 2025 10:23
Copy link
Contributor

@al45tair al45tair left a comment

Choose a reason for hiding this comment

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

I suspect this is going to conflict with my work, since a lot of this code has been rearranged slightly.

@ktoso
Copy link
Contributor Author

ktoso commented Mar 5, 2025

@swift-ci please smoke test

@ktoso ktoso disabled auto-merge March 6, 2025 02:48
@ktoso ktoso force-pushed the wip-isIsolatingCurrentContext branch from 1eee717 to f3f1e1e Compare March 10, 2025 06:53
@ktoso ktoso force-pushed the wip-isIsolatingCurrentContext branch from f3f1e1e to fccff14 Compare March 10, 2025 13:41
@ktoso ktoso requested a review from a team as a code owner March 10, 2025 13:41
@ktoso
Copy link
Contributor Author

ktoso commented Mar 10, 2025

@swift-ci please test

@ktoso
Copy link
Contributor Author

ktoso commented Mar 11, 2025

This is just a first step, I'm continuing work on this because we need to detect which method to call -- this just introduces the flag/option that we need to actually set.

@ktoso ktoso merged commit e056c63 into swiftlang:main Mar 11, 2025
5 checks passed
@ktoso ktoso deleted the wip-isIsolatingCurrentContext branch March 11, 2025 00:48
@ktoso
Copy link
Contributor Author

ktoso commented Mar 11, 2025

rdar://129302897

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