Re: [swift-corelibs-dev] [xctest] Who tests the tests?

2015-12-07 Thread Tony Parker via swift-corelibs-dev
Hi Brian, > On Dec 7, 2015, at 3:54 PM, Brian Gesiak wrote: > > I sent up another attempt for this: > https://github.com/apple/swift-corelibs-xctest/pull/10 > > > Based on the discussion in that pull request, I'm now exploring using lit

Re: [swift-corelibs-dev] [xctest] Who tests the tests?

2015-12-07 Thread Brian Gesiak via swift-corelibs-dev
I sent up another attempt for this: https://github.com/apple/swift-corelibs-xctest/pull/10 Based on the discussion in that pull request, I'm now exploring using lit to test the XCTest output.  Rather than asking contributors to install lit via the Python Package Index, I was considering using th

Re: [swift-corelibs-dev] libdispatch roadmap and api addition proposal

2015-12-07 Thread Kevin Ballard via swift-corelibs-dev
On Mon, Dec 7, 2015, at 04:55 AM, Joakim Hassila via swift-corelibs-dev wrote: > Secondly, we have extended the public libdispatch API internally with > one more flavor of dispatching, let’s call it ‘dispatch_async_inline’ > - the semantics being ‘perform the processing of the work > synchronously

Re: [swift-corelibs-dev] running Foundation tests

2015-12-07 Thread Tony Parker via swift-corelibs-dev
Hi Nathan, Check out the instructions here, and let us know if they don’t give you the info you need to get started: https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/GettingStarted.md - Tony > On Dec 7, 2015, at 11:40 AM, Nathan Mann via swift-corelibs-dev > wrote: > > Lo

[swift-corelibs-dev] running Foundation tests

2015-12-07 Thread Nathan Mann via swift-corelibs-dev
Looking at the foundation xcodeproj, what is the proper way of running the included tests? Nate ___ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Re: [swift-corelibs-dev] libdispatch roadmap and api addition proposal

2015-12-07 Thread Tony Parker via swift-corelibs-dev
Hi Joakim, > On Dec 7, 2015, at 4:55 AM, Joakim Hassila via swift-corelibs-dev > wrote: > > Hi, > > I think (and hope) that this is the proper forum for a few questions wrt to > libdispatch, otherwise any pointers are appreciated. > Yup, you’re in the right place. > We are currently using