[squeak-dev] The Trunk: Kernel-eem.622.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 16 18:13:48 UTC 2011


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

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

Name: Kernel-eem.622
Author: eem
Time: 16 September 2011, 11:12:59.097 am
UUID: 1a202985-ef6c-439b-bd93-0c59ccd9e9b7
Ancestors: Kernel-eem.621

Remove the noyYetImplemented flag now that subclassing
AdditionalMethodState is implemented.

=============== Diff against Kernel-eem.621 ===============

Item was changed:
  ----- Method: CompiledMethod class>>methodPropertiesClass (in category 'accessing class hierarchy') -----
  methodPropertiesClass
  	"Answer the class to use to create a method's properties, which can be a poor man's way
  	 to add instance variables to subclassses of CompiledMethod.  Subclasses of CompiledMethod
  	 should define a corresponding subclass of AdditionalMethodState that adds any instance variables
  	 required, and override this method to answer that class."
- 	self flag: #notYetImplemented.
  	^AdditionalMethodState!




More information about the Squeak-dev mailing list