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
Remove a workaround for varargs not compiling on WASI. (#1323)
This PR removes a workaround on WASI where we were avoiding a call to
`withVaList()` because it miscompiled there. That problem was fixed by
swiftlang/swift#84029. It was cherry-picked to
6.2, but does not appear to be fixed in 6.2 CI, so the change here only
applies to 6.3 onward.
### 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