[swift-corelibs-dev] my email

2016-05-23 Thread developer--- via swift-corelibs-dev
my email ___ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

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

2016-05-23 Thread Philippe Hausler via swift-corelibs-dev
I took a few moments to file a few more starters for Foundation (hopefully I should be able to fill out a few more soon). I ran across a some nice ones that should be relatively trivial to knock out. I think for Foundation the marker for a good starter bug would be things that are highly testabl

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 tha

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 compilation like linker scripts and t

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

2016-05-23 Thread Philippe Hausler via swift-corelibs-dev
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 compilation like linker scripts and tacked on assembly data segments. I am not certain those edge use cases are supported yet.

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 (ab

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

2016-05-23 Thread David Hart via swift-corelibs-dev
Brian Gesiak started started one for foundation. It seems it's only missing some trimming and labeling of issues: > David, > > I actually started on one! http://tinyurl.com/foundation-dashboard :) > > Like you mentioned, I don't have a ton of context on the project, so I'm a > little hesitant

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 how Core Libraries like > swift-

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: https://bugs.swift.org/issues/?filter=10477

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 > Darwin platforms, > - swift