Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.903.mcz==================== Summary ====================
Name: Collections-ul.903
Author: ul
Time: 16 July 2020, 2:43:29.805477 pm
UUID: 8864e74e-e7c5-4419-b789-cb6b0889df42
Ancestors: Collections-ul.902
- let String >> #compareWith: use primitive 158 even if indirectly
=============== Diff against Collections-ul.902 ===============
Item was changed:
----- Method: String>>compareWith: (in category 'comparing') -----
compareWith: aString
"<primitive: 158>"
+ ^self compareWith: aString collated: AsciiOrder!
- ^(self compare: self with: aString collated: AsciiOrder) - 2!