[squeak-dev] The Inbox: Tools-fbs.336.mcz

Levente Uzonyi leves at elte.hu
Thu Mar 31 12:01:44 UTC 2011


On Wed, 30 Mar 2011, commits at source.squeak.org wrote:

> A new version of Tools was added to project The Inbox:
> http://source.squeak.org/inbox/Tools-fbs.336.mcz
>
> ==================== Summary ====================
>
> Name: Tools-fbs.336
> Author: fbs
> Time: 30 March 2011, 10:10:43.612 pm
> UUID: 263e2db2-c0e9-9e4c-a644-e95106ae600b
> Ancestors: Tools-fbs.335
>
> As of this commit Browser has NO indices, and relies entirely on symbols to remember what it's browsing.

Great progress! I checked the code and found that there are references to 
two undeclared variables. The following snippet shows them:

SystemNavigation default
 	browseMessageList:  (Array streamContents: [ :stream |
 		Undeclared associationsDo: [ :each |
 			stream nextPutAll: (SystemNavigation default allCallsOn: each) ] ])
 	name: 'References to undeclared variables'


Levente




More information about the Squeak-dev mailing list