Re: [swift-corelibs-dev] Why isn't Foundation shipped in OS X and iOS open source?

2016-04-14 Thread Alexander Alemayhu via swift-corelibs-dev
> On 14 Apr 2016, at 02:32, Kiel Gillard via swift-corelibs-dev > wrote: > > Hello all, Hei, > > I’m considering contributing yet part of me feels hesitant or reluctant to do > so because I do not want to do a poor job at what feels like I’d be > reverse-engineering the Foundation APIs (as

[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

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

2016-04-17 Thread Alexander Alemayhu via swift-corelibs-dev
> On 16 Apr 2016, at 22:55, Dan Stenmark wrote: > > 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 i

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

2016-04-22 Thread Alexander Alemayhu via swift-corelibs-dev
Hei Everyone, I have been reading the documentation the last couple of days and have been thinking that it would make more sense to try to tackle this via several incremental changes vs a large pull request some time in the future. What do you think? If that is preferred, I would purpose as a fir