[BUG] SyntaxMorph>>retract bombs

Ned Konz ned at bike-nomad.com
Mon Feb 19 00:08:47 UTC 2001


I was trying out the Suntax stuff. I selected a node, and then clicked
on the
little green triangle at the upper right corner. I was then faced by a
walkback.

The problem appears to be in SyntaxMorph>>retract, where the detect:
doesn't
find any "rec" submorph.

Image version: Squeak3.1alpha of 18 February 2001
latest update: #3636
Current Change Set: Building with Squeak

VM version: Squeak3.0 of 4 February 2001 [latest update: #3446]
for: unix

Receiver: a SyntaxMorph(3442) MessageNode

Instance variables: 
bounds: 	2 at 27 corner: 188 at 105
owner: 	a SyntaxMorph(3581) BlockNode
submorphs: 	#(a SyntaxMorph(606) UndefinedObject a SyntaxMorph(3524)
SelectorNode a SyntaxMorph(3681) BlockNode a Morph(1818))
fullBounds: 	2 at 27 corner: 188 at 105
color: 	Color lightBrown
extension: 	a MorphExtension (1937) [other:  (deselectedBorderColor ->
(Color r: 0.581 g: 0.774 b: 0.903)) (myPopup -> a RectangleMorph(371))
(cornerStyle -> #rounded) (layoutProperties -> a TableLayoutProperties)
(deselectedColor -> (Color r: 1.0 g: 0.935 b: 0.774)) (variableInsetSize
-> 6) (layoutPolicy -> a TableLayout)]
borderWidth: 	1
borderColor: 	(Color r: 0.581 g: 0.774 b: 0.903)
parseNode: 	{self selfWrittenAsMe = 1
	ifTrue: [self selfWrittenAsMy size.
		self selfWrittenAsIll stop.
		self selfWrittenAsIm large.
		self selfWrittenAsThis helps]}
markerMorph: 	nil

Method (temp) variables: 
rec: 	nil
cascade: 	nil
m: 	a Morph(1818)

Stack: 
Array(Object)>>error:
Array(Collection)>>errorNotFound:
[] in Array(Collection)>>detect:
Array(Collection)>>detect:ifNone:
Array(Collection)>>detect:
SyntaxMorph>>retract
EventHandler>>send:to:withEvent:fromMorph:
EventHandler>>mouseDown:fromMorph:
ImageMorph(Morph)>>mouseDown:
ImageMorph(Morph)>>handleMouseDown:
MouseButtonEvent>>sentTo:
ImageMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
ImageMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
RectangleMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:





More information about the Squeak-dev mailing list