[squeak-dev] The Trunk: Compiler-eem.356.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 25 22:32:26 UTC 2017


Eliot Miranda uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-eem.356.mcz

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

Name: Compiler-eem.356
Author: eem
Time: 25 May 2017, 3:32:16.048882 pm
UUID: fa9619c3-9b45-4657-a9ff-4ad7fa610149
Ancestors: Compiler-nice.355

Fix a comment speeling rorre.  Harvested from Terf.

=============== Diff against Compiler-nice.355 ===============

Item was changed:
  VariableNode subclass: #FieldNode
  	instanceVariableNames: 'fieldDef rcvrNode readNode writeNode'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Compiler-ParseNodes'!
  
+ !FieldNode commentStamp: 'eem 5/24/2017 10:26' prior: 0!
+ FieldNode handles field access in Tweak, e.g. self fieldName := foo => self fieldName: foo.!
- !FieldNode commentStamp: '<historical>' prior: 0!
- FileNode handles field access in Tweak, e.g. self fieldName := foo => self fieldName: foo.!



More information about the Squeak-dev mailing list