<div dir="ltr">+1 from me. The &quot;shadow copy&quot; behavior was a tricky problem to explain.  </div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 18, 2016 at 5:09 PM, Kevin Ballard via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Feb 16, 2016, at 05:30 PM, Chris Lattner wrote:<br>
&gt;       * What is your evaluation of the proposal?<br>
<br>
</span>+1. Seems like a good idea. Shadow copies of inout parameters are confusing.<br>
<span class=""><br>
&gt;       * Is the problem being addressed significant enough to warrant a change to Swift?<br>
<br>
</span>Yes, it&#39;s a surprising edge case that can be hard to understand if you don&#39;t know what&#39;s going on.<br>
<span class=""><br>
&gt;       * Does this proposal fit well with the feel and direction of Swift?<br>
<br>
</span>I think it&#39;s fairly neutral.<br>
<span class=""><br>
&gt;       * If you have you used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br>
<br>
</span>The only language that comes to mind that might have a similar situation is C++ with pass-by-ref parameters and C++11 lambdas, and I&#39;m not quite sure how those interact. I assume that if you capture the parameter by-ref in the lambda, it&#39;ll capture the original reference, but in that case it would not be safe to have the lambda out-live the reference (i.e. there&#39;d be no shadow copy made). But I&#39;ve not actually researched this topic.<br>
<span class=""><br>
&gt;       * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br>
<br>
</span>A quick reading.<br>
<br>
-Kevin Ballard<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div>