[squeak-dev] Bug (feature?) in SystemWindow>>addAllMorphs:aCollection

Lawson English lenglish5 at cox.net
Fri Nov 5 07:06:43 UTC 2010


OK, don't do this at home, but even so, this shouldn't permanently 
disable the system...
Using Squeak 4.1 + Seaside 3.0:


myWindow := (SystemWindow labelled: 'test') openInWorld.

myArray := Array new: 10.

"add zero or more morphs to myArray, but less than myArray size"
myWindow addAllMorphs: myArray.

"squeak stops working..."


Lawson










More information about the Squeak-dev mailing list