Skip to content
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

Improve windows::core::Error formatting #2075

Merged
merged 2 commits into from Sep 29, 2022
Merged

Conversation

kennykerr
Copy link
Collaborator

The Display and Debug formatting for the windows::core::Error type is refined to make it more consistent with std error types and provides meaningful output in the event that an error message is not available.

Fixes: #2059

@kennykerr kennykerr merged commit e067fab into master Sep 29, 2022
@kennykerr kennykerr deleted the error-display-debug branch September 29, 2022 15:22
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.

Bug: Display impl for windows::core::Error is sometimes empty
2 participants