Still about methodClass

Marcus Denker denker at iam.unibe.ch
Wed Aug 2 16:54:16 UTC 2006


On 29.07.2006, at 13:56, Klaus D. Witzel wrote:

> Here's a shortcut for letting the COMPUTER do it:
>
> 	(nil systemNavigation allMethodsSelect: [:method |
> 	    (method methodClass methodDictionary includesIdentity: method)  
> not])
> 	   do: [:cltr | cltr actualClass compileAll]
>
> It presupposes the (already discussed) script from Andreas embraced  
> by my nilifying (for throwing non-methodClass methods out of the  
> image into nil-heaven):
>
> 	ProcessBrowser classPool associations do: [:each | each value: nil].
> 	WeakArray restartFinalizationProcess.
> 	MethodChangeRecord allInstancesDo: [:each | each noteNewMethod: nil].
> 	Delay startTimerInterruptWatcher.
> 	WorldState allInstancesDo: [:each | each convertAlarms;  
> convertStepList].
> 	ExternalDropHandler initialize.
> 	ScrollBar initializeImagesCache.
> 	"SokobanMorph initFields."
> 	Vocabulary initialize.
> 	GradientFillStyle initPixelRampCache.
> 	Smalltalk garbageCollect.
> 	ProcessBrowser initialize.

Both are in the new 7049

     Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3938 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20060802/f3f53420/smime.bin


More information about the Squeak-dev mailing list