Weakness weakness in latest ClassBuilder

Marcus Denker marcus at ira.uka.de
Mon Mar 17 20:44:59 UTC 2003


On Mon, Mar 17, 2003 at 10:39:50AM -0800, Tim Rowledge wrote:
> I've just double checked this to make sure I wasn't imagining things.
> 
> Easy test; browse Array, select the class definintion,
> menu->more..->file it in, wait, debug.
> 
or as a SUnit-test:

testRecompileArray
     self shouldnt: [ ArrayedCollection variableSubclass: #Array
					instanceVariableNames: ''
					classVariableNames: ''
					poolDictionaries: ''
					category: 'Collections-Arrayed'
				   ] raise: Error.


     Marcus


-- 
Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de



More information about the Squeak-dev mailing list