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

[RemoteMirror] Handle UnsafeContinuation #75607

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

tbkka
Copy link
Contributor

@tbkka tbkka commented Aug 1, 2024

UnsafeContinuations can be stored in variables or properties, so it's important for RemoteMirror to be able to at least minimally recognize them.

This just treats an UnsafeContinuation as a refcounted pointer. Which might be "good enough" for now.

Resolves rdar://110351406

UnsafeContinuations can be stored in variables or properties,
so it's important for RemoteMirror to be able to at least minimally
recognize them.

This just treats an UnsafeContinuation as a refcounted pointer.
Which might be "good enough" for now.

Working towards rdar://110351406
@tbkka tbkka requested review from slavapestov and a team as code owners August 1, 2024 01:16
@tbkka tbkka requested review from mikeash and removed request for a team and slavapestov August 1, 2024 01:16
@tbkka tbkka enabled auto-merge August 1, 2024 14:29
@tbkka
Copy link
Contributor Author

tbkka commented Aug 1, 2024

@swift-ci Please test

@tbkka tbkka merged commit 9debfbc into swiftlang:main Aug 1, 2024
5 checks passed
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.

2 participants