[FIX] Lexicon>>initialLimitClass fix

chris at funkyobjects.org chris at funkyobjects.org
Thu Mar 27 04:36:27 UTC 2003


from preamble:

"Change Set:		Lexicon>>initialLimitClass fix
Date:			26 March 2003
Author:			Chris Muller

When attempting browse protocol (p) of any class that does not inherit
from Object, a doesNotUnderstand results because initialLimitClass
assumes an inheritance from Object.  For example, try browing protocol
of ObjectOut.

This fix selects the second-to-last superclass in the targetClass'
superclass chain.  This maintains the existing selection, Object, for
those that inherit from Object, and a good choice for those that
don't."!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Lexicon>>initialLimitClass fix.cs.gz
Type: application/octet-stream
Size: 744 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030326/178da8b6/LexiconinitialLimitClassfix.cs.obj


More information about the Squeak-dev mailing list