Skip to content

[5.7][TypeChecker] SE-0324: Extend Swift -> C pointer conversions to inout #59084

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
May 26, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented May 25, 2022

Cherry-pick of #59051


Fixes an oversight where inout -> C pointer conversion wasn't covered
by implementation of new pointer conversion semantics proposed by SE-0324.

Resolves: rdar://92583588
(cherry picked from commit 8720718)

@xedin xedin added the r5.7 label May 25, 2022
@xedin xedin requested a review from hborla May 25, 2022 20:24
@xedin xedin requested a review from a team as a code owner May 25, 2022 20:24
@xedin
Copy link
Contributor Author

xedin commented May 25, 2022

@swift-ci please test

Fixes an oversight where `inout` -> C pointer conversion wasn't covered
by implementation of new pointer conversion semantics proposed by SE-0324.

Resolves: rdar://92583588
(cherry picked from commit 0a5b3f0)
@xedin xedin force-pushed the rdar-92583588-5.7 branch from 53ef218 to b5a475a Compare May 26, 2022 03:56
@xedin
Copy link
Contributor Author

xedin commented May 26, 2022

@swift-ci please test

@xedin xedin merged commit 38839fc into swiftlang:release/5.7 May 26, 2022
@stephentyrone
Copy link
Contributor

This maybe merits a release note.

@xedin
Copy link
Contributor Author

xedin commented May 26, 2022

@atrick Could you please take care of that?

@atrick
Copy link
Contributor

atrick commented May 26, 2022

I'll add release notes to the radar

@xedin
Copy link
Contributor Author

xedin commented May 26, 2022

Thank you!

@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.7 labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants