Re: [swift-evolution] Move where clause to end of declaration

2016-05-09 Thread Douglas Gregor via swift-evolution
> On May 2, 2016, at 12:16 AM, David Hart via swift-evolution > wrote: > > Hello swift-evolution, > > I took the pitch originally from Developer to move the where clause out of > the generic parameter list, with improvements brought up by Pyry Jahkola, and > wrote

Re: [swift-evolution] Move where clause to end of declaration

2016-05-02 Thread David Hart via swift-evolution
Nice catch! > On 02 May 2016, at 11:58, Dany St-Amant via swift-evolution > wrote: > > Hello > > You have an extra where dangling in the from example > > Dany > > Le 2 mai 2016 à 03:16, David Hart via swift-evolution >

Re: [swift-evolution] Move where clause to end of declaration

2016-05-02 Thread Dany St-Amant via swift-evolution
Hello You have an extra where dangling in the from example Dany > Le 2 mai 2016 à 03:16, David Hart via swift-evolution > a écrit : > : > func anyCommonElements T.Generator.Element: Equatable, > T.Generator.Element == U.Generator.Element>(lhs: T, _ rhs: U)

Re: [swift-evolution] Move where clause to end of declaration

2016-05-02 Thread David Hart via swift-evolution
Name updated: https://github.com/apple/swift-evolution/pull/281 > On 02 May 2016, at 09:39, David Hart wrote: > > I'll update the proposal ASAP :) Btw, wasn't sure if you wanted to be cited > as co-author because I did not have your express approval, but I thought it > was

Re: [swift-evolution] Move where clause to end of declaration

2016-05-02 Thread David Hart via swift-evolution
I'll update the proposal ASAP :) Btw, wasn't sure if you wanted to be cited as co-author because I did not have your express approval, but I thought it was the right thing to do. Was in a bit in a hurry to send the Pull Request before going to work. > On 02 May 2016, at 09:20, Developer

Re: [swift-evolution] Move where clause to end of declaration

2016-05-02 Thread Developer via swift-evolution
Hi there, just wanted to let you know I have a name! It's unfortunate that the mailing list won't accept the update I've made (this has been the 3rd-ish time I've tried). ~Robert Widmann 2016/05/02 3:16、David Hart のメッセージ: > Hello swift-evolution, > > I took the pitch

[swift-evolution] Move where clause to end of declaration

2016-05-02 Thread David Hart via swift-evolution
Hello swift-evolution, I took the pitch originally from Developer to move the where clause out of the generic parameter list, with improvements brought up by Pyry Jahkola, and wrote a proposal for it. I opened a Pull Request, but if anybody wants to bring some modifications to it before it is