[FIX] MoreWeakMsgSendFixes-nk

ned at bike-nomad.com ned at bike-nomad.com
Sat Dec 21 01:57:22 UTC 2002


from preamble:

"Change Set:		MoreWeakMsgSendFixes-nk
Date:			20 December 2002
Author:			Ned Konz

CS 5005u16-Events introduced a call to a method
isReceiverOrAnyArgumentGarbage in Object>>actionSequence that was only
understood (much later, after CS 5155WeakMessageSend2-nk-rw) by
WeakMessageSends and WeakActionSequences.

Unfortunately, if you had an ActionSequence or a MessageSend around in
an action map, this would break, as they don't understand
isReceiverOrAnyArgumentGarbage.

I removed this call from the methods in Object so that any action maps
that can answer asMinimalRepresentation will work.

This includes:
ActionSequence, WeakActionSequence, MessageSend (added), and
WeakMessageSend.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MoreWeakMsgSendFixes-nk.cs.gz
Type: application/octet-stream
Size: 945 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021220/8ace569c/MoreWeakMsgSendFixes-nk.cs.obj


More information about the Squeak-dev mailing list