Hi
> On 19.03.2018, at 07:33, Tim Johnson <
[hidden email]> wrote:
>
> 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
There are some places like that.
Maybe we really should tackle them already :D
best regards
-Tobias