[BUG]AlignmentMorph(Object)>>doesNotUnderstand:

Scott Wallace scott.wallace at squeakland.org
Sat Nov 10 20:37:12 UTC 2001


Karl,

Oops, sorry, this is due to an ill-advised removal of a method in 
update 4473.  I've just published an update to restore that method.

Meantime, you can eliminate the glitch from your system by looking at 
change-set 4473 in a change sorter, choosing method 
AlignmentMorph.demandsBoolean there, bringing up a versions browser 
on that method, and then hitting the REVERT button to restore the 
method.  Or else just file in the following, which will have the same 
effect:

---

!AlignmentMorph methodsFor: 'classification' stamp: 'sw 5/13/1998 14:50'!
demandsBoolean
	"unique to the TEST frame inside a CompoundTileMorph"

	^ self hasProperty: #demandsBoolean! !

---

Dan is out of town for a couple of days so it may take a short while 
for the fix to work its way into the external update stream.

Thank you for reporting this, Karl!

   -- Scott


At 3:54 PM +0300 11/10/01, karl.ramberg at chello.se wrote:
>Adding test phrases to etoy test's give this error
>
>10 November 2001 3:52:52 pm
>
>VM: Mac OS - Squeak3.1alpha of 7 March 2001 [latest update: #4347]
>Image: Squeak3.2alpha [latest update: #4474]
>
>AlignmentMorph(Object)>>doesNotUnderstand:
>	Receiver: an AlignmentMorph(1038)
>	Arguments and temporary variables:
>		t1:	a Message with selector: #demandsBoolean and 
>arguments: #()...




More information about the Squeak-dev mailing list