[squeak-dev] The Trunk: Monticello-nice.328.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 22 12:23:41 UTC 2009


Nicolas Cellier uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-nice.328.mcz

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

Name: Monticello-nice.328
Author: nice
Time: 22 October 2009, 2:24 am
UUID: 17eebb71-2bcb-704b-9190-6fde34973c2a
Ancestors: Monticello-nice.327

classVarNames are already sorted now

=============== Diff against Monticello-nice.327 ===============

Item was changed:
  ----- Method: PseudoClass>>asClassDefinition (in category '*monticello') -----
  asClassDefinition
  	^ MCClassDefinition
  		name: self name
  		superclassName: self superclass name
  		category: self category 
  		instVarNames: self instVarNames
+ 		classVarNames: self classVarNames
- 		classVarNames: self classVarNames asSortedCollection
  		poolDictionaryNames: self poolDictionaryNames
  		classInstVarNames: self class instVarNames
  		type: self typeOfClass
  		comment: self organization classComment	 asString
  		commentStamp: self organization commentStamp	!




More information about the Squeak-dev mailing list