[squeak-dev] SequenceableCollection #= method in current trunk differs from Squeak 5.2

Nikolay Suslov nsuslovi at gmail.com
Mon Jun 29 00:30:49 UTC 2020


Hello all,

Figuring out, could we go back to the previous version of
SequenceableCollection #= method (as in Squeak 5.2), to check if the
receiver is equivalent to the otherCollection by using "self species ==
otherCollection species", instead of "self class = otherCollection class"?
The current version of #= method breaks code in different places. For
example the RFB/VNC server gives wrong results starting from an
authentication process, where RFBMessage is the ByteArray subclass and
implements #species.

Best regards,
Nikolai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200629/c45f0662/attachment.html>


More information about the Squeak-dev mailing list