Re: [swift-dev] Fixing complation condition processing

2017-03-13 Thread Robert Widmann via swift-dev
I think the source breakage here, if any in actual codebases, is minor enough that the patch could go through. ~Robert Widmann > On Mar 8, 2017, at 2:11 AM, rintaro ishizaki via swift-dev > wrote: > > Hi all, > > I'm fixing #if condition processing in this PR > https://github.com/apple/swif

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

2017-03-13 Thread Greg Parker via swift-dev
Thanks, Robert. > On Mar 13, 2017, at 10:13 PM, Robert Widmann wrote: > > This one is mine and will be resolved shortly. Practical Swift and I have > been stepping on each others toes trying to introduce and fix the same > crashes. > > ~Robert Widmann > >> On Mar 14, 2017, at 1:04 AM, no-r

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

2017-03-13 Thread Robert Widmann via swift-dev
This one is mine and will be resolved shortly. Practical Swift and I have been stepping on each others toes trying to introduce and fix the same crashes. ~Robert Widmann > On Mar 14, 2017, at 1:04 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#2138] >

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #605

2017-03-13 Thread Greg Parker via swift-dev
Password expired. -- scp toolchain tar -- WARNING: Your password has expired. Password change required but no TTY available. Build step 'Execute shell' marked build as failure > On Mar 13, 2017, at 7:22 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#605] > > B

Re: [swift-dev] [swift-evolution] Inefficiency in recursive value types

2017-03-13 Thread Dimitri Racordon via swift-dev
More of a swift-dev topic. CC'ing there, BCC'ing evolution. Thanks! I’ll track the issue over there. I do have to note that this is a very strange of writing Nat. Why recurse through a protocol type instead of recursing concretely? My examples are extracted from a more complex codebase that r

Re: [swift-dev] Local unit test failures

2017-03-13 Thread Brian King via swift-dev
Great, thanks Michael, looks like that's the issue -- I'll check there in the future On Sun, Mar 12, 2017 at 1:52 PM, Michael Gottesman wrote: > There is some breakage right now on the debug assert build. I think that > is what you are hitting. > > You can see this here: > > https://ci.swift.org

Re: [swift-dev] [swift-evolution] Inefficiency in recursive value types

2017-03-13 Thread John McCall via swift-dev
> On Mar 13, 2017, at 8:55 AM, Dimitri Racordon via swift-evolution > wrote: > Hello fellow evolutionists, > > I’m not sure this list is the best place to talk about this, so please > redirect me if it should be discussed elsewhere. More of a swift-dev topic. CC'ing there, BCC'ing evolution.