[BUG] on explain

John M McIntosh johnmci at mac.com
Tue Jul 8 19:50:09 UTC 2003


If you do explain on say localReturnValue in Interpreter then you get  
of course

"is an instance variable of the receiver; defined in class Interpreter"
Interpreter browseAllAccessesTo: 'localReturnContext'.

But if you do the browseAllAccessesTo:  then you get a warning dialog
Hint, some other smalltalks will

Interpreter class(Behavior)>>browseAllAccessesTo: has been deprecated.  
Method Deprecated: Use SystemNavigation>>browseAllAccessesTo:from:  
instead

Select Proceed to continue, or close this window to cancel the  
operation.

If you proceed then you get

SystemDictionary>>browseMessageList:name:autoSelect: has been  
deprecated. Method Deprecated: Use  
SystemNavigation>>browseMessageList:name:autoSelect:

Select Proceed to continue, or close this window to cancel the  
operation.

proceed again (I think another bug)...


So who ever is changing the browseAllAccessesTo, could they cleanup the  
logic in explain to match the changes?

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===



More information about the Squeak-dev mailing list