[BUG] Abandon Sources Failure in 3.2

cole at nimiqinc.com cole at nimiqinc.com
Fri Oct 4 17:55:51 UTC 2002


Hi,

In trying to deliver a small application based on 3.2 I found that I am
unable to successfullt abandon sources. The failure comes with a syntax
error in Morph events-processing MouseDownPriority:


mouseDownPriority
	(self isPartsDonor
			or: [self isPartsBin])
		ifTrue: [^ 50].
	^ 0.
	End of block expected ->self flag: #workAround

I checked this in a stock 3.2 image and was also unable to abandon
sources (but did not get exactly the same error message).

Any ideas?


Michael



More information about the Squeak-dev mailing list