<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 3 juil. 2020 à 14:43, David T. Lewis <<a href="mailto:lewis@mail.msen.com">lewis@mail.msen.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Jun 29, 2020 at 02:43:26AM +0200, Levente Uzonyi wrote:<br>
> Hi Nikolai,<br>
> <br>
> On Mon, 29 Jun 2020, Nikolay Suslov wrote:<br>
> <br>
> >Hello all,<br>
> >Figuring out, could we go back to the previous version of <br>
> >SequenceableCollection??#= method (as in Squeak 5.2), to check if the <br>
> >receiver is??equivalent to the otherCollection by using "self species == <br>
> >otherCollection species",<br>
> >instead of "self class = otherCollection class"?<br>
> <br>
> IIRC there was a good reason for that change though I can't recall<br>
> what it was. I'm sure the mailing list remembers.<br>
> <br>
<br>
The change has my initials on it, and it was introduced here:<br>
<br>
  Name: Collections-dtl.821<br>
  Author: dtl<br>
  Time: 16 February 2019, 6:18:27.925895 pm<br>
  UUID: 9bfa29b3-5e9f-4c61-b19b-e0bb05403589<br>
  Ancestors: Collections-nice.820<br>
<br>
  Classes are expected to be unique in the system, but in some cases (e.g. Magma)<br>
  it is also useful to expect a proxy for a class to test equivalent to the<br>
  actual class. Therefore, in SequenceableCollection>>= use #= rather than #==<br>
  for the class comparison.<br>
<br>
<br></blockquote><div>+1 for using =</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
The discussion on the list was here:<br>
<br>
  <a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2019-February/201600.html" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/pipermail/squeak-dev/2019-February/201600.html</a><br>
<br>
Dave<br>
<br>
<br>
</blockquote></div></div>