<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br><br>Sent from my iPad</div><div><br>On Dec 31, 2015, at 12:02 PM, David Owens II &lt;<a href="mailto:david@owensd.io">david@owensd.io</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8"><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 31, 2015, at 9:47 AM, Matthew Johnson via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">No. &nbsp;This is addressed in the proposal and the lazy collections motivating example I replied with last night. &nbsp;I don’t think it’s a good idea to require this.</div></div></blockquote><br class=""><div>Can you put your proposal on GitHub under your swift-evolution fork? It’s really hard to follow the current state of the proposal and the changes over time.</div></div></div></blockquote><div><br></div>It is up on my fork in the automatic-protocol-forwarding branch. &nbsp;I haven't published the second draft yet. &nbsp;I want to finish the second draft before updating Github.<div><br></div><div><span style="background-color: rgba(255, 255, 255, 0);">I shared the section on lazy collections on the list last night because Dave specifically pointed me in that direction and I am interested in his feedback on it.</span><br><div><br><blockquote type="cite"><div><div><div class=""><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">The forwardee needs to implement the members of the protocol but does not need to conform. &nbsp;The forwarder will receive forwarding implementations of the members, but again does not need to declare conformance. &nbsp;Forwarding is orthogonal to conformance, just as it is today when you manually write forwarding members today.</div></div></blockquote><div><br class=""></div><div>I cannot think of a time where I wanted this pseudo-conformance. The entire purpose of forwarding, that I’ve ever wanted or seen at least, is to act as a pass-through from the outer type’s conformance to a protocol to an internal specific implementor of that protocol without having to write all of the boiler-plate code to make that happen.</div><div><br class=""></div></div>So I find it confusing that you say they are orthogonal.</div></blockquote><div><br></div><div>If you have a look at the lazy collections example maybe it will start to make more sense. &nbsp;I will also have other examples. &nbsp;If you don't want to find the post from last night, just wait until I finish the second draft. &nbsp;I will announce the second draft on list when it's ready.</div><br><blockquote type="cite"><div><div class=""><br class=""></div><div class="">-David</div></div></blockquote></div></div></body></html>