Guillaume Lessard
Guillaume Lessard
@swift-ci please build toolchain macOS platform
@swift-ci please test Windows platform
@swift-ci please test
@swift-ci please test
@swift-ci please test
Thanks @rauhul!
The current state of `FileDescriptor` on Windows is that it's become a questionable POSIX-emulation layer, and it shouldn't be this way. We should have the thinnest possible wrappers over the...
@swift-ci please test
Here's a case that is improved a lot by this PR: ```swift func equalityTest(_ a: T, _ b: T) {} func equalityTest(_ a: (T,U), _ b: (T,U)) {} func equalityTest(_...
@swift-ci please build toolchain macOS