Skip to content

[5.10][CSSimplify] Determine whether type is know Foundation entity in a safer way #68991

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 5, 2023

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Oct 5, 2023

Cherry-pick of #68964


  • Explanation:

Addresses a common source of crashes in 5.9

Instead of trying to get string representation of the type itself,
let's just get it based on the type name, which works well with
the list of types we have.

Resolves: rdar://113675093
(cherry picked from commit b83a73d)

…fer way

Instead of trying to get string representation of the type itself,
let's just get it based on the type name, which works well with the
list of types we have.

Resolves: rdar://113675093
(cherry picked from commit b83a73d)
@xedin xedin added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.10 labels Oct 5, 2023
@xedin xedin requested a review from hborla October 5, 2023 16:08
@xedin xedin requested a review from a team as a code owner October 5, 2023 16:08
@xedin
Copy link
Contributor Author

xedin commented Oct 5, 2023

@swift-ci please test

@xedin xedin merged commit a7b5ca8 into swiftlang:release/5.10 Oct 5, 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.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants