Skip to content

better integration with NSError #195

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
Feb 25, 2021
Merged

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Feb 25, 2021

motivation: some of TSC errors go through Foundation layers and can loose information (the description specifically) when crossing the Error <> NSError boundries

changes: conform most Error types to CustomNSError and provide the description via NSLocalizedDescriptionKey

rdar://74712707

motivation: some of TSC errors go through Foundation layers and can loose information (the description specifically) when crossing the Error <> NSError boundries

changes: conform most Error types to CustomNSError and provide the description via NSLocalizedDescriptionKey

rdar://74712707
@tomerd
Copy link
Contributor Author

tomerd commented Feb 25, 2021

@swift-ci please test

@tomerd tomerd merged commit 5b0bfcb into swiftlang:main Feb 25, 2021
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