<div dir="ltr">I am mostly opposed because I don&#39;t see how this could avoid being complicated to explain compiler magic. Making this accessible as a feature for our types and operations would be a challenge and doesn&#39;t look to have a worthwhile yield for the effort. We can accomplish most, if not all, of this with shadowing. <div><br></div><div>TJ </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 7, 2016 at 2:03 PM, Haravikk 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=""><br>
&gt; On 7 Nov 2016, at 16:29, Charlie Monroe &lt;<a href="mailto:charlie@charliemonroe.net">charlie@charliemonroe.net</a>&gt; wrote:<br>
&gt; I&#39;m simply worried a little about unwanted effects and additional compiler &quot;cleverness&quot;.<br>
<br>
</span>I don&#39;t believe there should be any; either the type is narrowed or it isn&#39;t, if you rely on it being a type the type-checker can&#39;t verify, you&#39;ll get an error, otherwise you won&#39;t. There shouldn&#39;t be scope for anything unexpected.<br>
<span class=""><br>
&gt; Xcode&#39;s migration is &quot;nice&quot;, but I&#39;d like to point out that migration to Swift 3 of my project took 6 hours (!) and I spent almost 2 more days manually changing what the migrator didn&#39;t manage to do on its own. And that was one of my projects. I really don&#39;t want to go through this once more.<br>
<br>
</span>I agree, but the only code that should be affected by this is code where there is unwrapping that can be determined to either be redundant, or is definitely incorrect; in the former case it will only be a warning (so you can remove force unwrapping that is no longer needed) and in the latter it will be an error because the type-checker has actually identified something that will definitely cause a run-time error.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br></div>