<div><br><div class="gmail_quote"><div dir="auto">On Thu, Nov 9, 2017 at 05:28 Brent Royal-Gordon via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt;       <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0188-stdlib-index-types-hashable.md" rel="noreferrer" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0188-stdlib-index-types-hashable.md</a><br>
&gt;<br>
&gt; • What is your evaluation of the proposal?<br>
<br>
This all seems very sensible, but here&#39;s my big question:<br>
<br>
        AnyIndex, which type erases any index type at run-time, would not be hashable since it might wrap a non-hashable type.<br>
<br>
Why not? Specifically, why shouldn&#39;t we require `Hashable` conformance on indices? Adding it would require changes to conforming types, sure, but indices are already required to be `Equatable`, and `Hashable` conformance just got really easy to add, and custom `Collection`s are a relatively rare and advanced feature.</blockquote><div dir="auto"><br></div><div dir="auto">For a source-breaking change, that’s the wrong question to ask. It’s not “why not,” but “why so”? It’s so easy to add the conformance, and any type can opt into it so easily, what is the gain by forcing it and can it be justified as a source-breaking change?</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is it worth a source break to add it? Personally, I think so—but even if you disagree, I think we should document why we decided not to add it.<br>
<br>
&gt; • Is the problem being addressed significant enough to warrant a change to Swift?<br>
<br>
Yes.<br>
<br>
&gt; • Does this proposal fit well with the feel and direction of Swift?<br>
<br>
Yes.<br>
<br>
&gt; • If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br>
<br>
N/A.<br>
<br>
&gt; • How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br>
<br>
Quick reading, nothing more.<br>
<br>
--<br>
Brent Royal-Gordon<br>
Architechies<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">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>
</blockquote></div></div>