[swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread Tony Parker via swift-corelibs-dev
Hi everyone, We’re getting close to the finish line for Swift 3, but we still have some work to do in swift-corelibs, especially swift-corelibs-foundation. I want to lay out what our goals and plans are for the next few weeks. As Swift 3 has been wrapping up, an immense number of important synt

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread Dan Stenmark via swift-corelibs-dev
> 1. Integrate swift-corelibs-dispatch into Foundation. Are there any lingering items in swift-corelibs-dispatch that are still pending full implementations on either Darwin or Linux? Dan ___ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread David P Grove via swift-corelibs-dev
Tony Parker wrote on 07/28/2016 01:41:55 PM: > > 1. Integrate swift-corelibs-dispatch into Foundation. Hi Tony, Hopefully this is on the task list already, but if it isn't we should add it before it gets to be too late to change the compiler... When compiling a Swift program on

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread Tony Parker via swift-corelibs-dev
Hi Dan, I believe Matt is working on getting the remaining overlay changes into Linux as we speak. - Tony > On Jul 28, 2016, at 10:48 AM, Dan Stenmark > wrote: > >> 1. Integrate swift-corelibs-dispatch into Foundation. > > Are there any lingering items in swift-corelibs-dispatch that are st

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread Tony Parker via swift-corelibs-dev
Hi Dave, I don’t believe anyone is looking into this. If you want to do that, I think now would be the time! - Tony > On Jul 28, 2016, at 10:50 AM, David P Grove via swift-corelibs-dev > wrote: > > Tony Parker wrote on 07/28/2016 01:41:55 PM: > > > > 1. Integrate swift-corelibs-dispatch int

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-28 Thread Matt Wright via swift-corelibs-dev
The overlay changes were merged to corelibs libdispatch this morning. Sent from my iPhone. > On Jul 28, 2016, at 2:03 PM, Tony Parker via swift-corelibs-dev > wrote: > > Hi Dave, > > I don’t believe anyone is looking into this. If you want to do that, I think > now would be the time! > > -