<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<p>Hi all,</p>
<p>Browsing through a 5.1+ image today, I noticed that CompiledMethod>>#valueWithReceiver:arguments: reads as follows.  Does this method indeed need to be changed?</p>
<p>valueWithReceiver: aReceiver arguments: anArray <br /><br />    "This should be changed after the release of Squeak 4.3 to<br />        ^self class receiver: aReceiver withArguments: anArray executeMethod: self"<br />    ^ aReceiver withArgs: anArray executeMethod: self</p>
<p>Thanks,<br />Tim</p>
<p><br /></p>

</body></html>