The Inbox: Collections-ul.903.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Collections-ul.903.mcz

commits-2
Levente Uzonyi uploaded a new version of Collections to project The Inbox:
http://source.squeak.org/inbox/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!