[swift-evolution] proposal 0143-conditional-conformances
Brent Royal-Gordon
brent at architechies.com
Mon Nov 20 02:16:48 CST 2017
> On Nov 19, 2017, at 4:11 PM, Matt Whiteside via swift-evolution <swift-evolution at swift.org> wrote:
>
> Bosses at Apple: if you are reading this, please allow the swift compiler team the bandwidth to work on this. Thanks.
They are. If you take a look at recent pull requests at <https://github.com/apple/swift/pulls?utf8=✓&q=is%3Apr>, you'll see all sorts of conditional-conformance-related stuff is being worked on right now.
In fact, the first conditional conformances (making Array, Dictionary, and Optional conform to Equatable) briefly landed a few days ago: <https://github.com/apple/swift/pull/12910> Unfortunately, they had to be backed out because they broke a couple tests, but that's software development, right?
--
Brent Royal-Gordon
Architechies
More information about the swift-evolution
mailing list