Re: [swift-corelibs-dev] libdispatch build issue

2015-12-11 Thread David P Grove via swift-corelibs-dev
swift-corelibs-dev-boun...@swift.org wrote on 12/11/2015 03:17:47 AM: > From: f-dz-f via swift-corelibs-dev > To: swift-corelibs-dev@swift.org > Date: 12/11/2015 03:18 AM > Subject: [swift-corelibs-dev] libdispatch build issue > Sent by: swift-corelibs-dev-boun...@swift.org > PS On ubuntu 14.04

Re: [swift-corelibs-dev] libdispatch build issue

2015-12-11 Thread David P Grove via swift-corelibs-dev
swift-corelibs-dev-boun...@swift.org wrote on 12/11/2015 11:19:15 AM: > > The linux port is in progress, and even if it built, right now, it > wouldn’t be functional. > > -Pierre > > Yes. I completely understand that there linux port is not > functional. So I want to contribute to it. But it's pr

Re: [swift-corelibs-dev] libdispatch build issue

2015-12-11 Thread David P Grove via swift-corelibs-dev
phaus...@apple.com wrote on 12/11/2015 12:02:30 PM: > This is only tangentially related: but I was attempting to build > dispatch as well to start work on CFRunLoop and a few other dispatch > bound features in Foundation on linux. I was seeing similar failures > as Dzianis Fedarenka. Is there a bra

Re: [swift-corelibs-dev] libdispatch build issue

2015-12-11 Thread David P Grove via swift-corelibs-dev
:27 AM, David P Grove via swift-corelibs-dev < swift-corelibs-dev@swift.org> wrote: swift-corelibs-dev-boun...@swift.org wrote on 12/11/2015 11:19:15 AM: > > The linux port is in progress, and even if it built, right now, it > wouldn’

Re: [swift-corelibs-dev] [swift-users] build libdispatch failed in ubuntu 14.04

2016-03-29 Thread David P Grove via swift-corelibs-dev
swift-corelibs-dev-boun...@swift.org wrote on 03/29/2016 11:58:13 AM: > > Hi, everyone > I follow the command written in INSTALL in > https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL > > sh autogen.sh > > ./configure > > make > > but "make" failed, report is "No rule to ma

Re: [swift-corelibs-dev] Setting property "maxConcurrentOperationCount = 1" of NSOperation fails to execute operations using OpenSource Foundation.

2016-05-06 Thread David P Grove via swift-corelibs-dev
I think the intuition about the dispatch overlay being the problem on Linux is right on. We may have to hack around the problem on the Foundation side until an improved overlay is available to use. --dave From: Philippe Hausler via swift-corelibs-dev To: Mamatha Busi Cc:

Re: [swift-corelibs-dev] libdispatch on Linux, or C++ std::async?

2016-05-30 Thread David P Grove via swift-corelibs-dev
Hi, my guess is you missed the git submodule init and update step in setting up your libdispatch checkout. If the libpwq directory is empty, this is certainly what happened (and is why it isn't invoking auotconf recursively on libpwq). Buried at the bottom of the INSTALL file: Initiali

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

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-26 Thread David P Grove via swift-corelibs-dev
Hi, I've been making some progress on the Swift 3 overlay for dispatch on a branch [1]. It builds, but doesn't do much more beyond that yet. I expect to raise a pull request within a week (once basic programs are working). --dave [1] https://github.com/dgrove-oss/swift-corelibs-libdisp

Re: [swift-corelibs-dev] Troubleshooting libdispatch build failure

2016-07-06 Thread David P Grove via swift-corelibs-dev
Hi, There has been some churn over the last few days, but I am successfully using util/build-script to build libdispatch with the current tip of the master branch of libdispatch (and a swift checkout of the master branch from yesterday morning). Maybe updating the checkout of libdispatch

Re: [swift-corelibs-dev] Troubleshooting libdispatch build failure

2016-07-06 Thread David P Grove via swift-corelibs-dev
ok, thanks for the details. I'll grab the latest myself tomorrow morning and see if I can reproduce. --dave From: Jean-Pierre Simard To: David P Grove/Watson/IBM@IBMUS Cc: swift-corelibs-dev@swift.org Date: 07/06/2016 06:21 PM Subject:Re: Troubleshooting libdispatch build

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-08-09 Thread David P Grove via swift-corelibs-dev
e. Chris From: David P Grove via swift-corelibs-dev < swift-corelibs-dev@swift.org> To:Swift corelibs dev Date:28/07/2016 18:50 Subject:Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs Sent by:

Re: [swift-corelibs-dev] libdispatch Arch Linux

2016-08-15 Thread David P Grove via swift-corelibs-dev
Ryan Lovelett wrote on 08/14/2016 05:10:34 PM: > > However, the `dispatch_io` test is still failing. I've added the > test-suite.log once more. > Hi Ryan, The test that is failing creates a temporary directory, sets it to be read-only, and then attempts to write into the directory. I

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift libdispatch Incremental RA - Ubuntu 14.04 (master) #183

2016-08-25 Thread David P Grove via swift-corelibs-dev
I've never seen this test fail before. We haven't changed the kqueue git submodule version since July 20. It looks like the next 20 runs of this CI build didn't hit this test failure either. I took a quick scan of the kqueue tests and like some of the other libdispatch test cases, the kqueue t

Re: [swift-corelibs-dev] [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-25 Thread David P Grove via swift-corelibs-dev
The order may need to vary by platform. On Linux, the DIspatch Swift overlay code lives in swift-corelibs-libdispatch/src/swift. So it works to build (1) Swift (2) libdispatch (both C and Swift) (3) Foundation. --dave From: Jordan Rose To: David P Grove/Watson/IBM@IBMUS Cc: "Daniel

Re: [swift-corelibs-dev] [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-26 Thread David P Grove via swift-corelibs-dev
We think that the libdispatch incremental rebuilds didn't know that if swiftc changed it needed to invalidate the compilation of the swift dispatch overlay files (missing dependency in the make rule). A localized change that could be enough to fix the problem is libdispatch PR #178. If that isn'

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #8568

2016-11-02 Thread David P Grove via swift-corelibs-dev
I think the root problem is that some of the dispatch tests, including this one, are trying to test that timers/events happen within a "reasonable" interval of time from when they are supposed to. If deadlines are missed too badly, then the test is marked as failing. If we completely disabled al

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #3698

2017-05-17 Thread David P Grove via swift-corelibs-dev
swift-dev-boun...@swift.org wrote on 05/17/2017 02:04:23 PM: > > Failure in dispatch-starfish. This test looks timing-sensitive. > Boris, is this unlikely to be related to your changes? Does anyone > familiar with dispatch have suggestions, such as increasing the > latency threshold? > > [BEGIN]