Guillaume Lessard

Results 152 comments of Guillaume Lessard

@swift-ci please build toolchain macOS platform

@swift-ci please test Windows platform

@swift-ci please test

@swift-ci please test

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...

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