[swift-dev] Swift CI outage - Jan 10th 2016 5pm PST

2017-01-09 Thread mishal_shah via swift-dev
Swift CI (ci.swift.org) will be down on Jan 10th 2016 at 5pm PST for few hours. Thanks, Mishal Shah ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-lldb-dev] Swift CI outage - Jan 10th 2016 5pm PST

2017-01-09 Thread mishal_shah via swift-lldb-dev
Swift CI (ci.swift.org) will be down on Jan 10th 2016 at 5pm PST for few hours. Thanks, Mishal Shah ___ swift-lldb-dev mailing list swift-lldb-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-lldb-dev

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #86

2017-01-09 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#86] Build URL:https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/86/ Project:oss-swift-package-linux-ubuntu-14_04 Date of build:Mon, 09 Jan 2017 18:04:50 -0800 Build duration:4 min 41

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #489

2017-01-09 Thread Andrew Trick via swift-dev
This crasher is still failing to crash on Ubuntu 14.04 (crashes as expected on 16). I can’t imagine why the test would behave differently with the same target triple (x86_64-unknown-linux-gnu). Does anyone know how to REQUIRES: some-host? If not, I can lump this into deterministic-behavior.

[swift-dev] index indexes and ranges of String

2017-01-09 Thread Carlos García via swift-dev
Hi, I think this is important enough and useful for we to be in the core standard library extension String { func index(of string: String, options: String.CompareOptions = .literal) -> String.Index? { return range(of: string, options: options)?.lowerBound } func

[swift-corelibs-dev] Question about NSDecimalCopy

2017-01-09 Thread Morten Bek Ditlevsen via swift-corelibs-dev
Hi list, I was looking at the NSDecimal.swift to learn a bit about the implementation of the Decimal type. I get that a lot of the API in this type exists for compatibility reasons with the C implementation. But I was wondering about how the NSDecimalCopy function differs from a simple

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

2017-01-09 Thread Andrew Trick via swift-dev
> On Jan 8, 2017, at 11:15 PM, Slava Pestov wrote: > > Assertion failed: (hasVal), function getValue, file > /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/llvm/include/llvm/ADT/Optional.h, > line 122. > > This has been failing on and off all day… has