[squeak-dev] The Trunk: SMBase-cmm.118.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 12 22:47:10 UTC 2011


Chris Muller uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-cmm.118.mcz

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

Name: SMBase-cmm.118
Author: cmm
Time: 6 February 2011, 11:20:34.1 pm
UUID: 9e0efe8c-05c8-48ca-a2db-249e6b23348f
Ancestors: SMBase-cmm.117

- Added SMSqueakMap>>#sortedCategories for equal ordering of all categories between client and Squeak-3.8 server.

=============== Diff against SMBase-cmm.117 ===============

Item was added:
+ ----- Method: SMSqueakMap>>sortedCategories (in category 'accessing') -----
+ sortedCategories
+ 	"Lazily maintain a cache of all known category objects."
+ 	^ self categories
+ 		asSortedCollection: [:a :b | (a compare: b caseSensitive: true)
+ 				= 1]!




More information about the Squeak-dev mailing list