[squeak-dev] Analyzing message sent to Smalltalk in trunk for plan B

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Mar 3 21:19:18 UTC 2010


If we want to rename SystemDictionary:

SystemNavigation default allCallsOn: (Smalltalk associationAt:
#SystemDictionary)
->
SystemDictionary >> majorShrink
SystemDictionary >> discardOddsAndEnds
ReleaseBuilderFor3dot11 >> cleanupPhasePrepare

They all call (SystemDictionary  removeSelector: xxx)


Which message is sent to Smalltalk ?
(not counting messages sent to self class environment)

As usage is huge, I do not reproduce here.
An analyzer utility is provided attached

Use with:
MessageSentToGlobalFinder testMessagesSentToSmalltalk

to come next: analyze of messages sent to (SmalltalkImage current)

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MessageSentToGlobalFinder.st
Type: application/x-st
Size: 7538 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100303/2766c370/MessageSentToGlobalFinder.bin


More information about the Squeak-dev mailing list