You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use String(reflecting:) instead of _typeName(_:qualified:) to get the fully-qualified names of types. (#325)
We were directly using the Swift standard library function
`_typeName(_:qualified:)` to get the fully-qualified names of types, but
`String(reflecting:)` does this for us and is supported API. This PR
switches us over to the API.
### 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.
0 commit comments