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

Levente Uzonyi leves at elte.hu
Mon Apr 25 17:18:30 UTC 2011


On Mon, 25 Apr 2011, commits at source.squeak.org wrote:

> Nicolas Cellier uploaded a new version of SMLoader to project The Trunk:
> http://source.squeak.org/trunk/SMLoader-nice.60.mcz
>
> ==================== Summary ====================
>
> Name: SMLoader-nice.60
> Author: nice
> Time: 19 January 2011, 10:35:18.784 pm
> UUID: b757775f-5519-4237-a628-4c44089af9bf
> Ancestors: SMLoader-ar.59
>
> Replace some _ assignment with :=

I wonder how could those sneak into the Trunk again...


Levente

>
> =============== Diff against SMLoader-ar.59 ===============
>
> 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