Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-26 Thread David P Grove via swift-corelibs-dev
t-corelibs-libdispatch/tree/wrapping-overlay-stage-1 From: Joseph Bell To: David P Grove/Watson/IBM@IBMUS, Chris Bailey Cc: swift-corelibs-dev@swift.org Date: 06/26/2016 05:30 PM Subject: Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux David, Chri

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-26 Thread Joseph Bell via swift-corelibs-dev
David, Chris, Thanks again for the responses regarding libdispatch (GCD) on Linux with Swift 3.0. I took a stab at building what was there and indeed, I see there are missing components to the overlay. For example, I see where Dispatch.swift contains things like "public extension DispatchGroup"

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread David P Grove via swift-corelibs-dev
Joseph Bell wrote on 06/21/2016 09:15:00 AM: > > Thanks for the details, I appreciate it.  I have seen the term > "Swift overlay" used, particularly in the context of libdispatch. > What does that mean exactly in this regard (searching for it returns > tutorials on overlay UIViews which I doub

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread Chris Bailey via swift-corelibs-dev
new Swift 3.0 APIs - if you want to get involved, your definitely welcome! Chris From: David P Grove via swift-corelibs-dev To: swift-corelibs-dev@swift.org Date: 21/06/2016 14:02 Subject: Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux Sent by:swift-co

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread Joseph Bell via swift-corelibs-dev
Dave, Thanks for the details, I appreciate it. I have seen the term "Swift overlay" used, particularly in the context of libdispatch. What does that mean exactly in this regard (searching for it returns tutorials on overlay UIViews which I doubt is appropriate here). I certainly hope GCD is inc

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread David P Grove via swift-corelibs-dev
Hi Joe, TL;DR: right now the Swift 3.0 overlay for libdispatch is not available on Linux. But, a variety of activities are kicking off to get it there. There should be visible progress (and opportunities to help if you are so inclined) over the next few weeks. > > While working

[swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread Joseph Bell via swift-corelibs-dev
Howdy all, While working to convert some NSThread code over to GCD on Linux I noticed that (to my dismay) GCD wasn't included in the Swift 3.0 preview build, nor is it apart of the buildbot for Linux. Scouring through the repository and mailing lists I can see where it is possible to build, but t