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
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
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