The Trunk: Collections-nice.777.mcz

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

The Trunk: Collections-nice.777.mcz

commits-2
Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.777.mcz

==================== Summary ====================

Name: Collections-nice.777
Author: nice
Time: 1 December 2017, 9:37:36.392066 am
UUID: 4e267cfa-394e-4767-bcac-9c6937b8ed09
Ancestors: Collections-nice.776

Clean up leftovers in CharacterSet and SortFunction

=============== Diff against Collections-nice.776 ===============

Item was removed:
- ----- Method: CharacterSet>>size (in category 'accessing') -----
- size
-
- ^tally!

Item was removed:
- ----- Method: DefaultSortFunction class>>new (in category 'instance creation') -----
- new
- ^UniqueInstance ifNil: [self basicNew initialize]!

Item was removed:
- ----- Method: ReverseSortFunction>>toggleDirection (in category 'converting') -----
- toggleDirection
- ^collator!