[squeak-dev] No senders of #fooBar (was: USe of isKindOf: is a crime against humanity)

Stéphane Rollandin lecteur at zogotounga.net
Sun Sep 1 09:32:50 UTC 2013


> someObject perform: ('foo' , 'Bar') asSymbol. "There are no senders of
> #fooBar! Oh wait..."

(SimpleButtonMorph new
	label: 'Test';
	target: (MessageSend receiver: World selector: #fooBar);
	actionSelector: #value) openInHand

... no senders of #fooBar are found either.

Of course the above example is silly, but my point is that the look-up 
for senders is not comprehensive anyway.

Stef


More information about the Squeak-dev mailing list