Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7467

2016-12-06 Thread Xi Ge via swift-dev
It seems to be one. I’ve disabled the test for now to unblock CI. > On Dec 6, 2016, at 7:44 PM, Slava Pestov wrote: > > Maybe it’s a flaky test? We’ve had a few of those lately. Mark is working on > a systemic fix for the issue they keep exposing. > >> On Dec 6, 2016, at

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7467

2016-12-06 Thread Xi Ge via swift-dev
The newly added crash is fixed. I’ll update the validation test suite. > On Dec 6, 2016, at 12:54 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#7467] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7467/ >

Re: [swift-dev] Proposal: SILValue SSA Instructions

2016-12-06 Thread Michael Gottesman via swift-dev
> On Dec 6, 2016, at 11:29 AM, John McCall wrote: > >> On Dec 6, 2016, at 10:17 AM, Joe Groff via swift-dev >> wrote: >>> On Dec 5, 2016, at 4:24 PM, Michael Gottesman via swift-dev >>> wrote: >>> >>> Hello everyone! >>> >>>

Re: [swift-dev] Proposal: SILValue SSA Instructions

2016-12-06 Thread Joe Groff via swift-dev
> On Dec 6, 2016, at 11:29 AM, John McCall wrote: > >> On Dec 6, 2016, at 10:17 AM, Joe Groff via swift-dev >> wrote: >>> On Dec 5, 2016, at 4:24 PM, Michael Gottesman via swift-dev >>> wrote: >>> >>> Hello everyone! >>> >>>

Re: [swift-dev] Proposal: SILValue SSA Instructions

2016-12-06 Thread John McCall via swift-dev
> On Dec 6, 2016, at 10:17 AM, Joe Groff via swift-dev > wrote: >> On Dec 5, 2016, at 4:24 PM, Michael Gottesman via swift-dev >> wrote: >> >> Hello everyone! >> >> This is a proposal for 2 instructions needed to express borrowing via SSA at >> the

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