[swift-dev] Some feedback / direction on an issue?

2016-11-16 Thread Mark Woollard via swift-dev
Hi I decided to see if I could contribute and started looking into what seemed it would be a straightforward issue in Foundation framework for Linux. After debugging this led me to conclude it seems to be a more fundamental issue, maybe with the compiler code generation, around exception handli

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

2016-11-16 Thread Ankit Aggarwal via swift-dev
Tracking this here. PackageToolTests.testPinning : XCTAssertEqual failed: ("5") is not equal to ("6") > On 17-Nov-2016, at 2:57 AM, David Farler wrote: > > It looks like this test is failing periodically on this bot. > > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/51

Re: [swift-dev] High-level SIL Optimization: How do I get a FuncRef from the stdlib?

2016-11-16 Thread Ben Ng via swift-dev
> On Nov 16, 2016, at 7:11 PM, Arnold Schwaighofer > wrote: > > >> On Nov 16, 2016, at 2:58 PM, Ben Ng wrote: >> >> Correct, that is what I am trying to do. >> >>> On Nov 16, 2016, at 12:22 PM, Arnold Schwaighofer >>> wrote: >>> >>> // Really, by the time you look at this in array value p

Re: [swift-dev] High-level SIL Optimization: How do I get a FuncRef from the stdlib?

2016-11-16 Thread Arnold Schwaighofer via swift-dev
> On Nov 16, 2016, at 2:58 PM, Ben Ng wrote: > > Correct, that is what I am trying to do. > >> On Nov 16, 2016, at 12:22 PM, Arnold Schwaighofer >> wrote: >> >> // Really, by the time you look at this in array value prop >> // this call should have been inline and you would see a call >>

Re: [swift-dev] High-level SIL Optimization: How do I get a FuncRef from the stdlib?

2016-11-16 Thread Ben Ng via swift-dev
Correct, that is what I am trying to do. > On Nov 16, 2016, at 12:22 PM, Arnold Schwaighofer > wrote: > > // Really, by the time you look at this in array value prop > // this call should have been inline and you would see a call > // to: > // a.append(contentsOf: [1]) I do not understand

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

2016-11-16 Thread David Farler via swift-dev
It looks like this test is failing periodically on this bot. https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/519/ https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/525/

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

2016-11-16 Thread Michael Gottesman via swift-dev
SGTM! Thanks! > On Nov 16, 2016, at 12:02 PM, ankit_aggar...@apple.com wrote: > > I figured this was a 16.10 issue because PR bot (16.04) passed, however I > wasn't able to reproduce this locally after installing 16.10, I pushed a > commit to pin point the failure line but that integration wen

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

2016-11-16 Thread ankit_aggarwal--- via swift-dev
I figured this was a 16.10 issue because PR bot (16.04) passed, however I wasn't able to reproduce this locally after installing 16.10, I pushed a commit to pin point the failure line but that integration went fine. I will keep an eye if this comes again. Sent from my iPhone > On 17-Nov-2016,

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

2016-11-16 Thread Michael Gottesman via swift-dev
Question. How did this get through PR testing? Sent from my iPhone > On Nov 16, 2016, at 6:01 AM, Ankit Aggarwal via swift-dev > wrote: > > This is mine, checking. > >> On 16-Nov-2016, at 6:12 PM, no-re...@swift.org wrote: >> >> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#519] >>

Re: [swift-dev] High-level SIL Optimization: How do I get a FuncRef from the stdlib?

2016-11-16 Thread Arnold Schwaighofer via swift-dev
> On Wed, Nov 16, 2016 at 12:01 AM Michael Gottesman > wrote: >> On Nov 15, 2016, at 8:54 PM, Ben Ng wrote: >> >> Hi Michael, >> >> It can probably be stuck in the Array Value Propagation pass since its >> pretty similar. Yes, it uses Array semantics. I isolated it in a separate >> file bec

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

2016-11-16 Thread Ankit Aggarwal via swift-dev
This is mine, checking. > On 16-Nov-2016, at 6:12 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#519] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/519/ >

Re: [swift-dev] Autoconf needed for builds?

2016-11-16 Thread Alex Blewitt via swift-dev
Thanks, created https://bugs.swift.org/browse/SR-3222 to address the documentation since it's necessary to build dispatch if building foundation on Linux Alex > On 15 Nov 2016, at 20:48, Mishal Shah wrote: > > Hi Alex, > > Libdispatch requires followi

Re: [swift-dev] [swift-users] Planned Outage - Nov 15th 2016 at 11pm PST

2016-11-16 Thread Mishal Shah via swift-dev
All of the services are back online. Sorry for any inconvenience. Thanks, Mishal Shah > On Nov 15, 2016, at 12:18 PM, mishal_shah via swift-users > wrote: > > Planned Outage: > > When: > Nov 15th 2016 at 11pm PST > > Duration: > 1-2hrs > > Services affected: > > - Swift Website: swift.o