Re: [swift-corelibs-dev] NSTask and NSFileHandle implementation

2016-04-16 Thread Dan Stenmark via swift-corelibs-dev
While we’re on the subject, I’ve been out of the loop for a little while: how’s the Linux-side implementation of dispatch sources looking these days? In particular, I’m interested in the status of DISPATCH_SOURCE_TYPE_READ and DISPATCH_SOURCE_TYPE_PROC. Right now, NSTask is using Good Ol’ CFRu

Re: [swift-corelibs-dev] NSTask and NSFileHandle implementation

2016-04-16 Thread Dan Stenmark via swift-corelibs-dev
Hey Alexander, I supplied most of the initial implementation of NSTask, but was holding off on IO redirection until someone tackled NSFileHandle. I can’t say if anyone else on this list is working on this right now, but if not and if you’re really interested in finishing NSFileHandle, I would

[swift-corelibs-dev] NSTask and NSFileHandle implementation

2016-04-16 Thread Alexander Alemayhu via swift-corelibs-dev
Hei Everyone, Is anyone working on the NSTask and/or NSFileHandle implementation? I would like to fix the hangs issue in order to revert [3aa8434][0](disable NSTask tests for now since it can cause hangs., 2016-01-21), but want to avoid duplicating work. Fixing this should also resolve [SR-625][1