<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 19 Aug 2017, at 19:46, Daryle Walker &lt;<a href="mailto:darylew@mac.com" class="">darylew@mac.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: 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=""><blockquote type="cite" class=""><div class="">On Aug 19, 2017, at 7:06 AM, Haravikk via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 19 Aug 2017, at 11:44, Tino Heth &lt;<a href="mailto:2th@gmx.de" class="">2th@gmx.de</a>&gt; wrote:</div><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><blockquote type="cite" class="">Am 17.08.2017 um 20:11 schrieb Haravikk via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt;:<br class=""></blockquote><div class=""><blockquote type="cite" class="">For me the whole point of a basic protocol is that it forces me to implement some requirements in order to conform; I can throw a bunch of protocols onto a type and know that it won't compile until I've finished it, developers get distracted, leave things unfinished to go back to later, make typos etc. etc. To me declaring a conformance is a declaration of "my type will meet the requirements for this make, sure I do it", not "please, please use some magic to do this for me"; there needs to be a clear difference between the two.</blockquote></div><br class=""><div class="">My conclusion isn't as pessimistic as yours, but I share your objections: Mixing a normal feature (protocols) with compiler magic doesn't feel right to me — wether it's Equatable, Hashable, Codable or Error.</div><div class="">It's two different concepts with a shared name*, so I think even AutoEquatable wouldn't be the right solution, and something like #Equatable would be a much better indicator for what is happening.</div><div class=""><br class=""></div><div class="">Besides that specific concern, I can't fight the feeling that the evolution process doesn't work well for proposals like this:</div><div class="">It's a feature that many people just want to have as soon as possible, and concerns regarding the long-term effects are more or less washed away with eagerness.</div><div class=""><br class=""></div><div class="">- Tino</div><div class=""><br class=""></div><div class="">* for the same reason, I have big concerns whenever someone proposes to blur the line between tuples and arrays</div></div></div></blockquote></div><br class=""><div class="">Agreed. To be clear though; in spite of my pessimism this<span class="Apple-converted-space">&nbsp;</span><b class="">is</b>&nbsp;a feature that I<span class="Apple-converted-space">&nbsp;</span><b class="">do</b><span class="Apple-converted-space">&nbsp;</span>want, but I would rather not have it at all than have it implemented in a way that hides bugs and sets a horrible precedent for the future.</div></div></div></blockquote><div class=""><br class=""></div><div class="">I tried to make a split thread for this, but would you object to synthesized conformance if we had to explicitly add a command within the definition block to trigger the synthesis? If we add strong type-aliases, we could reuse the directive to copy an interface (method, inner type, property, or conformed-to protocol) from the underlying type to the current type for synthesis too. The only problem would be backward compatibility; once added, we would urge users to explicitly list “publish Equatable” for synthesis, but what about code that already uses the implicit version (since this feature will probably be released for at least one Swift version by the time strong type-aliases happen), do we force users to change their code?</div></div></div></blockquote><br class=""></div><div>I would rather no code at all use the implicit version; one of my points is that it's not something that's easily changed after the fact, which is why it needs to be done correctly now.</div><div><br class=""></div><div>I'm open to any method that makes opting in to the synthesised conformance explicit; I still think a specifically named protocol is the simplest, but I'm not married to that as a solution; attributes, keywords etc. are all fine too, whatever is the easiest way to opt-in to the behaviour explicitly without ambiguity. I'm not 100% sure exactly what you mean by "add a command within the definition block", or is an attribute/keyword what you meant?</div></body></html>