[squeak-dev] CompiledMethod>>#valueWithReceiver:arguments:

Tim Johnson digit at sonic.net
Mon Mar 19 06:33:07 UTC 2018


Hi all, 

Browsing through a 5.1+ image today, I noticed that
CompiledMethod>>#valueWithReceiver:arguments: reads as follows.  Does
this method indeed need to be changed? 

valueWithReceiver: aReceiver arguments: anArray 

    "This should be changed after the release of Squeak 4.3 to
        ^self class receiver: aReceiver withArguments: anArray
executeMethod: self"
    ^ aReceiver withArgs: anArray executeMethod: self 

Thanks,
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180318/1a6130d0/attachment.html>


More information about the Squeak-dev mailing list