Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Andrew Trick via swift-dev
> On Jul 27, 2016, at 1:21 PM, Jordan Rose via swift-dev > wrote: > >> SE-0107 - UnsafeRawPointer API >> Andy >> has been working on this. I still need to land one major source-breaking for UnsafePointer

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Erik Eckstein via swift-dev
> On Jul 27, 2016, at 2:01 PM, Roman Levenstein wrote: > > > SE-0130 - Replace repeating Character and UnicodeScalar forms of String.init > > > This one was implemented by me. It was committed

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Roman Levenstein via swift-dev
SE-0130 - Replace repeating Character and UnicodeScalar forms of String.init This one was implemented by me. It was committed yesterday. And, BTW, it was not mentioned in the original list of pr

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Douglas Gregor via swift-dev
> On Jul 27, 2016, at 1:21 PM, Jordan Rose via swift-dev > wrote: > > Associating some proposals with their current implementers for the record… > >> On Jul 27, 2016, at 12:38, Ted Kremenek via swift-dev > > wrote: >> >> Dear friends, >> >> Today is July 27 — and

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread ematejska--- via swift-dev
> On Jul 27, 2016, at 1:21 PM, Jordan Rose via swift-dev > wrote: > > Associating some proposals with their current implementers for the record… > >> On Jul 27, 2016, at 12:38, Ted Kremenek via swift-dev > > wrote: >> >> Dear friends, >> >> Today is July 27 — and

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Jordan Rose via swift-dev
Associating some proposals with their current implementers for the record… > On Jul 27, 2016, at 12:38, Ted Kremenek via swift-dev > wrote: > > Dear friends, > > Today is July 27 — and the last planned day to take source-breaking changes > for Swift 3. It has been an incredible ride to this p

[swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Ted Kremenek via swift-dev
Dear friends, Today is July 27 — and the last planned day to take source-breaking changes for Swift 3. It has been an incredible ride to this point, so let's take stock of where we are. Here are the list of currently accepted — but not yet (fully) implemented — evolution proposals (this is draw

Re: [swift-dev] End of source-breaking changes for Swift 3

2016-07-27 Thread Slava Pestov via swift-dev
> On Jul 27, 2016, at 12:38 PM, Ted Kremenek via swift-dev > wrote: > > > SE-0092 - Typealiases in protocols and protocol extensions > > SE-0102 - Remove @noreturn attribute and introduce an empt