[swift-dev] Swift 3.1 Development snapshots available on swift.org

2017-01-24 Thread mishal_shah via swift-dev
New Swift 3.1 Development snapshot available! Download new packages from https://swift.org/download/#snapshots Following repository are tagged with swift-3.1-DEVELOPMENT-SNAPSHOT-2017-01-22-a https://github.com/apple/swift https:/

[swift-dev] Proposal: Opaque SIL values

2017-01-24 Thread Andrew Trick via swift-dev
I’m sending out a proposal for fundamentally changing SIL. This work feeds into generic code optimization, resilience, semantic ARC, and SIL ownership. This was discussed at length back in October—some info went out on swift-dev—but I realized there hasn’t been a formal proposal. So here it is. I w

[swift-dev] CI outage tomorrow for upgrade

2017-01-24 Thread Nicole Jacque via swift-dev
Hi All- We will have a CI outage for a couple of hours tomorrow starting at 11 Pacific, in order to upgrade the CI machines to the latest Xcode beta and SDKs, and push back some content in support of the new SDKs. We’ll send out a message when the upgrade is complete. As mentioned in the Swi

Re: [swift-dev] [Swift CI] Build Still Failing: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #89

2017-01-24 Thread Max Moiseev via swift-dev
Fails to compile integers. Looking into it. > On Jan 24, 2017, at 2:13 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#89] > > Build URL: > https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/8

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

2017-01-24 Thread Andrew Trick via swift-dev
I’m trying to revert this now: https://github.com/apple/swift/pull/7022 -Andy > On Jan 24, 2017, at 8:22 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1474] > > Build URL: > https://ci.swift.org/job/oss-s

Re: [swift-dev] Proposal: Opaque SIL values

2017-01-24 Thread Chris Lattner via swift-dev
> On Jan 24, 2017, at 11:10 AM, Andrew Trick via swift-dev > wrote: > > I’m sending out a proposal for fundamentally changing SIL. This work feeds > into generic code optimization, resilience, semantic ARC, and SIL ownership. > This was discussed at length back in October—some info went out o

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

2017-01-24 Thread Andrew Trick via swift-dev
Mishal, I don’t see a failure here do you? What’s the magic string to search for in the console output? -Andy > On Jan 24, 2017, at 9:43 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1549] > > Build URL: > https://ci.swift.

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

2017-01-24 Thread Mishal Shah via swift-dev
Hi Andy, Test Case 'TestNSData.testInitializationWithArray' started at 23:43:08.786 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-s

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

2017-01-24 Thread Andrew Trick via swift-dev
> On Jan 24, 2017, at 10:21 PM, Mishal Shah wrote: > > Hi Andy, > > Test Case 'TestNSData.testInitializationWithArray' started at 23:43:08.786 > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundat

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

2017-01-24 Thread Tony Parker via swift-dev
It looked like a merge failure caused the original pull to fail, but just in case I reverted these 3 commits. - Tony > On Jan 24, 2017, at 10:52 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1550] > > Build URL: > https://ci

Re: [swift-dev] Proposal: Opaque SIL values

2017-01-24 Thread Andrew Trick via swift-dev
> On Jan 24, 2017, at 8:56 PM, Chris Lattner wrote: > > >> On Jan 24, 2017, at 11:10 AM, Andrew Trick via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> I’m sending out a proposal for fundamentally changing SIL. This work feeds >> into generic code optimization, resilience, semantic