Skip to content

[ST-0008] Add missing conformances to CustomStringConvertible and Equatable #2789

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
Apr 12, 2025

Conversation

grynspan
Copy link
Contributor

This PR adds a couple of missing protocol conformances to types in the exit tests proposal.

… in exit tests proposal.

This PR adds a couple of missing protocol conformances to types in the exit tests proposal.
@grynspan grynspan added editorial Editorial change to an existing document TWG Contains topics under the domain of the Testing Workgroup labels Apr 11, 2025
@grynspan grynspan added content change Content change to an existing document and removed editorial Editorial change to an existing document labels Apr 11, 2025
grynspan added a commit to swiftlang/swift-testing that referenced this pull request Apr 12, 2025
… `StatusAtExit`. (#1073)

This PR adds `CustomStringConvertible` conformance to these data/value
types so that they are presented reasonably in expectation failure
messages or when printed.

Strictly speaking, API changes should go through a review, but there's
not really anything to review here, so with the consent of the Testing
Workgroup we can amend the exit tests proposal to retroactively include
these conformances.

See also: swiftlang/swift-evolution#2789

### Checklist:

- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
@maartene maartene merged commit d527bd1 into main Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content change Content change to an existing document TWG Contains topics under the domain of the Testing Workgroup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants