Re: [swift-evolution] proposal 0143-conditional-conformances

2017-11-20 Thread Matt Whiteside via swift-evolution
Thanks for the links. This news makes my week. -Matt On Nov 20, 2017, at 00:16, Brent Royal-Gordon wrote: >> On Nov 19, 2017, at 4:11 PM, Matt Whiteside via swift-evolution >> wrote: >> >> Bosses at Apple: if you are reading this, please allow the swift compiler >> team the bandwidth to wo

Re: [swift-evolution] proposal 0143-conditional-conformances

2017-11-20 Thread Goffredo Marocchi via swift-evolution
In many software projects in the real world the tests would have been gone not the code... *weeps as that is so true :/“... Sent from my iPhone On 20 Nov 2017, at 08:16, Brent Royal-Gordon via swift-evolution wrote: >> On Nov 19, 2017, at 4:11 PM, Matt Whiteside via swift-evolution >> wrote

Re: [swift-evolution] proposal 0143-conditional-conformances

2017-11-20 Thread Brent Royal-Gordon via swift-evolution
> On Nov 19, 2017, at 4:11 PM, Matt Whiteside via swift-evolution > 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

Re: [swift-evolution] proposal 0143-conditional-conformances

2017-11-20 Thread Goffredo Marocchi via swift-evolution
+1 Sent from my iPhone > On 20 Nov 2017, at 00:11, Matt Whiteside via swift-evolution > wrote: > > Just wanted to upvote the conditional conformances proposal. > > I was bummed to find out that I couldn’t do this: > > extension Array:Drawable where Element == CGPoint{} > > Bosses at Apple:

[swift-evolution] proposal 0143-conditional-conformances

2017-11-19 Thread Matt Whiteside via swift-evolution
Just wanted to upvote the conditional conformances proposal. I was bummed to find out that I couldn’t do this: extension Array:Drawable where Element == CGPoint{} Bosses at Apple: if you are readi