Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #420

2017-09-07 Thread Lance Parker via swift-dev
https://github.com/apple/swift/pull/11802 > On Sep 7, 2017, at 10:31 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#420] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/420/ >

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 - Long Test (master) #419

2017-10-13 Thread Lance Parker via swift-dev
Doug pushed a fix for this 3 hours ago. Next build will have this fix > On Oct 13, 2017, at 11:22 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10-long-test [#419] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10-lon

[swift-dev] String comparison improvements

2018-01-17 Thread Lance Parker via swift-dev
Hey Swift-Dev, The swift standard library team have been working on a new implementation for comparing Swift strings for Swift 5. Michael touched on the motivations in the State of String email but I’ll summarize here: The Swift String comparison implementations on Apple platforms and Linux di

Re: [swift-dev] String comparison improvements

2018-01-17 Thread Lance Parker via swift-dev
n method will be used. It might make sense for explicit NSStrings in Swift to use the new method as well. What do you think? > — Itai > > On 17 Jan 2018, at 13:19, Lance Parker via swift-dev wrote: > > Hey Swift-Dev, > > The swift standard library team have been working on a