[BUG][FIX?] Discrepancies in Low Level Object Header tests

Andrew C. Greenberg werdna at gate.net
Thu Sep 2 02:13:24 UTC 1999


InterpreterProxy>>isIndexable: oop appears to operate inconsistently 
with its ObjectMemory counterpart, operating directly on classes 
rather than on instances of the classes, as do its counterparts 
isWords, etc.  Perhaps it should be rendered thus:


InterpreterProxy>>isIndexable: oop
	^oop class isVariable

instead of the present:

InterpreterProxy>>isIndexable: oop
	^oop isVariable

?





More information about the Squeak-dev mailing list