Skip to content

[Runtime] Fix SwiftError handling in CVW runtime #77197

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
Oct 24, 2024

Conversation

drexin
Copy link
Contributor

@drexin drexin commented Oct 24, 2024

rdar://138085348

Even though errors are ObjC boxes, they can't be tagged pointers and in fact may use that bit to store enum tags, so treating them like regular ObjC references here can cause ref count issues.

rdar://138085348

Even though errors are ObjC boxes, they can't be tagged pointers and in fact may use that bit to store enum tags, so treating them like regular ObjC references here can cause ref count issues.
@drexin
Copy link
Contributor Author

drexin commented Oct 24, 2024

@swift-ci smoke test

@drexin drexin merged commit c67b0c7 into swiftlang:main Oct 24, 2024
3 checks passed
@drexin drexin deleted the wip-138085348 branch October 24, 2024 20:13
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