[squeak-dev] The Trunk: SMLoader-nice.75.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 25 16:00:32 UTC 2011


Nicolas Cellier uploaded a new version of SMLoader to project The Trunk:
http://source.squeak.org/trunk/SMLoader-nice.75.mcz

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

Name: SMLoader-nice.75
Author: nice
Time: 25 April 2011, 6:00:15.146 pm
UUID: 752aa0d0-3667-2b47-82dd-f042043803f1
Ancestors: SMLoader-ul.74, SMLoader-nice.60

Merge SMLoader-nice.60 (replace undescore assignment)

=============== Diff against SMLoader-ul.74 ===============

Item was changed:
  ----- Method: SMCategoryWrapper>>numberOfObjects (in category 'accessing') -----
  numberOfObjects
  "	| total |
+ 	total := 0.
- 	total _ 0.
  	model allCategoriesDo: [:c |
+ 		total := total + c objects size].
- 		total _ total + c objects size].
  	^total"
  	^item objects size!




More information about the Squeak-dev mailing list