[Pkg] The Trunk: Compiler-bf.294.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 20 02:40:23 UTC 2015


Bert Freudenberg uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-bf.294.mcz

==================== Summary ====================

Name: Compiler-bf.294
Author: bf
Time: 19 February 2015, 6:40:12.921 pm
UUID: 729e0ce5-c7f6-4758-a553-22ba8004be57
Ancestors: Compiler-bf.293

Accidentally changed method category.

=============== Diff against Compiler-bf.293 ===============

Item was changed:
+ ----- Method: MessageNode>>receiver:arguments:precedence: (in category 'private') -----
- ----- Method: MessageNode>>receiver:arguments:precedence: (in category 'cascading') -----
  receiver: rcvr arguments: args precedence: p
  
  	receiver := rcvr.
  	originalReceiver := rcvr copy.
  	arguments := args.
  	originalArguments := arguments copy.
  	sizes := Array new: arguments size.
  	precedence := p!



More information about the Packages mailing list