[swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-02 Thread Ilya Laryionau via swift-corelibs-dev
Hello Community, I’m working on adding iOS platform support for SwiftXCTest. So I’ve have the following proposals and would like to hear feedback from the community. SwiftXCTest runs the tests in a way `XCTMain([ testCase(TestFoo.allTests) ])`. XCTMain supports only Linux / FreeBSD / macOS. So I

Re: [swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-05 Thread Ilya Laryionau via swift-corelibs-dev
ut only when > corelibs-xctest framework is linked with the application bundle...? I'd > appreciate it if you could explain what you mean in more detail. > > - Brian Gesiak > > > On Fri, Dec 2, 2016 at 5:57 AM, Ilya Laryionau via swift-corelibs-dev > mailto:swift-co

Re: [swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-06 Thread Ilya Laryionau via swift-corelibs-dev
ist of tests (+cc Daniel Dunbar). >> This work has largely been abandoned. If you'd like to pick it up, you could >> have huge impact! >> >> I'm not sure I understand your first two points. Are you suggesting that we >> implement some method of kickin

[swift-corelibs-dev] Why URL doesn't have fileReferenceURL and isFileReferenceURL, but NSURL has?

2016-12-06 Thread Ilya Laryionau via swift-corelibs-dev
Hello Community, The question is the subject, but anyway I’ll repeat it here: Why URL doesn't have fileReferenceURL and isFileReferenceURL, but NSURL has? Is it by design? If it’s a bug I can create an issue in https://bugs.swift.org . Ilya_

Re: [swift-corelibs-dev] Why URL doesn't have fileReferenceURL and isFileReferenceURL, but NSURL has?

2016-12-06 Thread Ilya Laryionau via swift-corelibs-dev
Ole, Thank you for a quick response. Ilya > On 6 Dec 2016, at 14:56, Ole Begemann wrote: > >> The question is the subject, but anyway I’ll repeat it here: Why URL >> doesn't have fileReferenceURL and isFileReferenceURL, but NSURL has? Is >> it by design? If it’s a bug I can create an issue in

Re: [swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-06 Thread Ilya Laryionau via swift-corelibs-dev
ript is intended to be used >>> > manually. >>> >>> You should check out https://bugs.swift.org/browse/SR-710 >>> <https://bugs.swift.org/browse/SR-710>. There's been a great deal of >>> discussion on this topic in the past. I think we left