Skip to content

[🍒 swift/release/6.1] The _code field in an NSError is signed, not unsigned. (#119764) #9902

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

Conversation

JDevlieghere
Copy link

The NSError summary provider was fetching and printing the _code field as an unsigned integer, but it's defined to be an NSInteger, which is signed.

(cherry picked from commit 7c165f7)

The NSError summary provider was fetching and printing the `_code` field
as an unsigned integer, but it's defined to be an NSInteger, which is
signed.

(cherry picked from commit 7c165f7)
@JDevlieghere JDevlieghere requested a review from a team as a code owner January 28, 2025 05:10
@JDevlieghere
Copy link
Author

@swift-ci test

@JDevlieghere JDevlieghere merged commit f379c52 into swift/release/6.1 Jan 28, 2025
3 checks passed
@JDevlieghere JDevlieghere deleted the cherrypick-swift/release/6.1-7c165f7fccfd branch January 28, 2025 17:33
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