<div dir="ltr">Default behavior would require something like &quot;unrequire&quot; which seems odd.<div><div>Also this would break a lot of existing code and migration can&#39;t be done automatically.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 16, 2015 at 11:04 PM, Tino Heth 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">A huge +1 on this — I&#39;d actually go one step further and propose to make it the default behavior:<br>
Calling super rarely hurts, and it would be easier to find a better name for the attribute ;-) (maybe &quot;replaceable&quot;…)<br>
Additionally, it is one step in the right direction for those who think &quot;final&quot; should be default (if there is any good reason to prefer final over requires_super, I haven&#39;t seen it yet).<br>
<br>
Instead of enforcing the call to super, it would be possible to automatically run the super implementation after (or before) the overriding method (unless it is explicitly called).<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>