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

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


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

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

Name: SMBase-cmm.119
Author: cmm
Time: 6 February 2011, 11:25:31.458 pm
UUID: d8299568-4736-45a5-9463-142ec8df03ab
Ancestors: SMBase-cmm.118

Fixed sortBlock.

=============== Diff against SMBase-cmm.118 ===============

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




More information about the Squeak-dev mailing list