'From Squeak3.10alpha of 30 March 2007 [latest update: #7094] on 8 May 2007 at 5:12:58 pm'! 'Reporter: MarcusDenker Summary: 0005936: [FIX] MethodNodeAPIFix-md (backward compatibility fix for MethodNode API) Description: Change Set: MethodNodeAPIFix-md
Date: 5 February 2007
Author: Marcus Denker

Bug found and fix suggested by Gilad Bracha:

MethodNode>>selector:arguments:precedence:temporaries:block:encoder:primitive:properties:

This method replaced

MethodNode>>selector:arguments:precedence:temporaries:block:encoder:primitive:

It would be easy to have kept this method, having passed a default value for the new argument. There is a reasonable default (MethodProperties new).

This changeset adds the compatibility method. Additional Information: ' ! "To follow this see http://bugs.squeak.org/view.php?id= 5936" ReleaseBuilderFor3dot10 new updatePackages: 'Compiler-edc.59(58).mcd' !