Re: [swift-corelibs-dev] swift-corelibs-xctest JIRA dashboard

2016-05-23 Thread Brian Gesiak via swift-corelibs-dev
I'm glad people are finding these useful!! Yes, I've made one for corelibs-foundation as well: https://bugs.swift.org/secure/Dashboard.jspa?selectPageId=10410 Of course, as David mentioned, task curation is what makes these dashboards really shine. Try assigning the "swift-3.0" label to tasks

Re: [swift-corelibs-dev] Objective-C Foundation vs CoreLibs Foundation

2016-05-23 Thread Daniel Dunbar via swift-corelibs-dev
> On May 23, 2016, at 3:34 PM, Philippe Hausler via swift-corelibs-dev > wrote: > > There are a few considerations for the package manager: we may have circular > build requirements, swift-corelibs-foundation does some squirrelly things > with linking and

Re: [swift-corelibs-dev] Objective-C Foundation vs CoreLibs Foundation

2016-05-23 Thread David Hart via swift-corelibs-dev
Would you agree that the first step should be to have the project as a SwiftPM package so that we have a more consistent way to run tests on all platforms? Do you know if SwiftPM is far enough to support swift-corelibs-foundation? I might have a go at it once I finish implementing NSProgress

Re: [swift-corelibs-dev] swift-corelibs-xctest JIRA dashboard

2016-05-23 Thread Tony Parker via swift-corelibs-dev
This is slick! I would love to have one for Foundation too (although my understanding of JIRA is limited at best). - Tony > On May 22, 2016, at 12:47 PM, Brian Gesiak via swift-corelibs-dev > wrote: > > Hello all! > > If you're like me, you might be curious

Re: [swift-corelibs-dev] swift-corelibs-xctest JIRA dashboard

2016-05-23 Thread Daniel Dunbar via swift-corelibs-dev
Following up on Brian's JIRA dashboard for XCTest, I copied his model and created a dashboard for SwiftPM: https://bugs.swift.org/secure/Dashboard.jspa?selectPageId=10409 and defined several useful SwiftPM public filters: - Package Manager All Tasks:

Re: [swift-corelibs-dev] Objective-C Foundation vs CoreLibs Foundation

2016-05-23 Thread Tony Parker via swift-corelibs-dev
Hi David, > On May 22, 2016, at 8:15 AM, David Hart via swift-corelibs-dev > wrote: > > Hello, > > The discussion we had previously on this mailing list made it quite clear > that: > > - Objective-C Foundation is the framework that is supposed to be used on all