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
I suggest adding XCTestSuite.init method with the following signature: public init(name: String, testCaseEntries: [XCTestCaseEntry]) as for 1. >> I suggest implementing API that allows creating XCTestSuite from a list of >> XCTestCaseEntries. Ilya > On 6 Dec 2016, at 12:50, Ilya Laryionau

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

2016-12-06 Thread Ole Begemann via swift-corelibs-dev
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. It seems this is intentional, see SR-2728:

[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 .

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
Brian, Thank you for your feedback. I need some time to think about the API for the first and the seconds points. I’m going to create it as a list of protocol in gist. Ilya > On 5 Dec 2016, at 20:50, Brian Gesiak wrote: > > Ilya, > > I would love to see both of your