Paolo,<br><br>Regarding perform:, I just feel that it&#39;s not symmetric with doesNotUnderstand: in that the former takes selectors and the latter receives messages.&nbsp; Perhaps we should have performMessage:?<br><br>Also, mustBeBoolean is missing... (the message sent by at least some VMs when they try to &quot;send&quot; ifTrue:ifFalse: and the receiver is not a boolean).<br>
<br>Andres.<br><br><div class="gmail_quote">On Mon, Mar 17, 2008 at 1:03 AM, Paolo Bonzini &lt;<a href="mailto:bonzini@gnu.org">bonzini@gnu.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Andres Valloud wrote:<br>
&gt; Hello.<br>
&gt;<br>
&gt; I decided to go after the messages in Object first. &nbsp;Out of the list,<br>
&gt; which I reproduce below,<br>
&gt;<br>
&gt; Object class&gt;&gt;initialize<br>
&gt; Object&gt;&gt;=<br>
&gt; Object&gt;&gt;==<br>
&gt; Object&gt;&gt;addDependent:<br>
&gt; Object&gt;&gt;allOwners<br>
&gt; Object&gt;&gt;become:<br>
&gt; Object&gt;&gt;broadcast:<br>
&gt; Object&gt;&gt;broadcast:with:<br>
&gt; Object&gt;&gt;broadcast:with:with:<br>
&gt; Object&gt;&gt;broadcast:withArguments:<br>
&gt; Object&gt;&gt;broadcast:withBlock:<br>
&gt; Object&gt;&gt;changed<br>
&gt; Object&gt;&gt;changed:<br>
&gt; Object&gt;&gt;copy<br>
&gt; Object&gt;&gt;deepCopy<br>
&gt; Object&gt;&gt;dependents<br>
&gt; Object&gt;&gt;displayOn:<br>
&gt; Object&gt;&gt;displayString<br>
&gt; Object&gt;&gt;ifNil:<br>
&gt; Object&gt;&gt;ifNil:ifNotNil:<br>
&gt; Object&gt;&gt;ifNotNil:<br>
&gt; Object&gt;&gt;ifNotNil:ifNil:<br>
&gt; Object&gt;&gt;instVarAt:<br>
&gt; Object&gt;&gt;instVarAt:put:<br>
&gt; Object&gt;&gt;isReadOnly<br>
&gt; Object&gt;&gt;makeReadOnly:<br>
&gt; Object&gt;&gt;perform:<br>
&gt; Object&gt;&gt;postCopy<br>
&gt; Object&gt;&gt;release<br>
&gt; Object&gt;&gt;removeDependent:<br>
&gt; Object&gt;&gt;shallowCopy<br>
&gt; Object&gt;&gt;storeLiteralOn:<br>
&gt; Object&gt;&gt;storeOn:<br>
&gt; Object&gt;&gt;storeString<br>
&gt; Object&gt;&gt;update:<br>
&gt;<br>
&gt;<br>
&gt; I think the following ones are good candidates for discussion. &nbsp;Since<br>
&gt; the list includes = and ==, I added hash and identityHash.<br>
&gt;<br>
&gt; Object&gt;&gt;=<br>
&gt; Object&gt;&gt;==<br>
&gt; Object&gt;&gt;hash<br>
&gt; Object&gt;&gt;identityHash<br>
<br>
</div></div>Actually, these are already in the standard. &nbsp;My mistake.<br>
<div class="Ih2E3d"><br>
&gt; Object&gt;&gt;become:<br>
&gt; Object&gt;&gt;ifNil:<br>
&gt; Object&gt;&gt;ifNil:ifNotNil:<br>
&gt; Object&gt;&gt;ifNotNil:<br>
&gt; Object&gt;&gt;ifNotNil:ifNil:<br>
&gt; Object&gt;&gt;instVarAt:<br>
&gt; Object&gt;&gt;instVarAt:put:<br>
<br>
</div>These are indeed good candidates for discussion.<br>
<br>
&gt; Object&gt;&gt;perform:<br>
<br>
This one is already in the standard, but I wanted to propose an<br>
extension whereby you could pass a Message to #perform: (a<br>
&lt;failedMessage&gt; in standardese).<br>
<font color="#888888"><br>
Paolo<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
ANSI-Smalltalk mailing list<br>
<a href="mailto:ANSI-Smalltalk@lists.openskills.org">ANSI-Smalltalk@lists.openskills.org</a><br>
<a href="http://lists.openskills.org/cgi-bin/mailman/listinfo/ansi-smalltalk" target="_blank">http://lists.openskills.org/cgi-bin/mailman/listinfo/ansi-smalltalk</a><br>
</div></div></blockquote></div><br>