Re: [swift-dev] Question about implementation of closure capture lists

2015-12-09 Thread Greg Titus via swift-dev
> On Dec 9, 2015, at 2:39 PM, Chris Lattner wrote: > >> >> On Dec 9, 2015, at 8:57 AM, Greg Titus via swift-dev >> wrote: >> >> Hi all, >> >> I thought I’d take a look at SR-153 "Bad fix suggestion for changing value >> of capture list constants" , and

Re: [swift-dev] Question about implementation of closure capture lists

2015-12-09 Thread Chris Lattner via swift-dev
> On Dec 9, 2015, at 8:57 AM, Greg Titus via swift-dev > wrote: > > Hi all, > > I thought I’d take a look at SR-153 "Bad fix suggestion for changing value of > capture list constants" , and I’d > really appreciate it if someone more familiar with the cod