[squeak-dev] The Trunk: Kernel-cmm.819.mcz

Chris Muller asqueaker at gmail.com
Thu Nov 7 00:02:20 UTC 2013


> Under what conditions would we have a MessageSend without arguments?

MessageSend class>>#receiver:selector:.  Seaside does this with
keyword messages to setup callbacks.  The arguments aren't known at
the time the callback is set up.

> We have three proper constructors that create fully initialised
> MessageSends, so I'd rather hope (quite possibly in vain) that noone
> creates MessageSends through #new directly. It doesn't look like the
> base image does so.


More information about the Squeak-dev mailing list