[squeak-dev] The Inbox: Kernel-topa.508.mcz

Tobias Pape Das.Linux at gmx.de
Mon Oct 25 08:59:06 UTC 2010


Please add this to trunk.
Only withAllSuperAndSubclassesDoGently: was available up until now.
After all, I find the whole *Gently messages a bit suspicious.
Who is using them as they where intended now? (I.e, image segments/
objectOuts)

So Long,
	-Tobias


> ==================== Summary ====================
> 
> Name: Kernel-topa.508
> Author: topa
> Time: 25 October 2010, 10:30:52.354 am
> UUID: bd68254c-b0c4-4cd5-9926-6a5caa6c82eb
> Ancestors: Kernel-ul.507
> 
> added missing withAllSuperAndSubclassesDo:
> 
> =============== Diff against Kernel-ul.507 ===============
> 
> Item was added:
> + ----- Method: Behavior>>withAllSuperAndSubclassesDo: (in category 'enumerating') -----
> + withAllSuperAndSubclassesDo: aBlock
> + 	self allSuperclassesDo: aBlock.
> + 	aBlock value: self.
> + 	self allSubclassesDo: aBlock!
> 
> 





More information about the Squeak-dev mailing list