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
Don't hard-code numeric representations of ABI versions. (#968)
This PR replaces some hard-coded ABI version numbers (`-1`, `0`, and
`1`) with symbolic references. It also removes a common code path
between the Xcode 16-compatible C entry point and the formal "v0"
one so that deleting the Xcode 16 legacy paths will be easier
later.
### 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