Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-04-10 Thread Austin Zheng via swift-dev
I'm really sorry for dropping the ball and disappearing off the list. I'd like to help out if I can. I'll check out the current branch tomorrow and see what the status of the work is, but let me know if everything is done already/there's something in particular that should be worked on. Austin On

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

2016-04-10 Thread David Farler via swift-dev
Sorry, I grepped for the wrong thing - I'll update the test now. David > On Apr 10, 2016, at 12:51, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#4097] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4097/ > Proje

[swift-dev] Help needed: SE-0035 design detail

2016-04-10 Thread Daniel Duan via swift-dev
Hi all, I'm in the process of implementing SE-0035, which limits capturing inout parameter to @noescape contexts. The proposal is clear on capture behavior for the following: 1. closure literals 2. nested function passed as arguments. But I'm not sure what to do with this case, in which 'x' esca