Stuart Montgomery

Results 90 comments of Stuart Montgomery

Tracked internally as rdar://129677005

I've extracted some of the general macro refactoring into a separate PR (#834)

This is blocked by https://github.com/swiftlang/swift-testing/pull/1000: once that's in place, it should make this much easier to implement.

> - `@autoclosure () -> U` is treated as escaping, which means syntactically we can't borrow the right-hand argument of a binary operator. To avoid this problem, could we change...

> If so, we could also check `#if compiler(>=6.3)` to make sure this is not parsed by the 6.2 toolchain. That was going to be my suggestion as well.