Apparent bug in Squeak's exception handling

Chris Muller afunkyobject at yahoo.com
Mon Dec 30 04:54:40 UTC 2002


In a stock 3.4 image, print this in a workspace:

[ InMidstOfFileinNotification signal ]
	on: Notification
	do: [ :noti | noti resume ]

This expression should return false, but it returns nil. 
InMidstOfFileinNotification is an Exception included with Squeak that has a
defaultAction to return false.

But when wrapped in a Notification handler, as above, it seems to not return
the correct value.

Is this a bug?  Any assistance would be appreciated.

  - Chris

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the Squeak-dev mailing list