[squeak-dev] The Trunk: Monticello-bf.604.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 24 17:31:27 UTC 2014


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

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

Name: Monticello-bf.604
Author: bf
Time: 24 November 2014, 6:30:56.448 pm
UUID: b1f76c5b-7165-4dcb-bc69-07a1c7978fd7
Ancestors: Monticello-mtf.603

Deal with non-class globals.

=============== Diff against Monticello-mtf.603 ===============

Item was changed:
  ----- Method: MCMethodDefinition>>actualClass (in category 'accessing') -----
  actualClass
+ 	^Smalltalk at: className ifPresent: [:class | 
+ 		class isBehavior ifTrue: [classIsMeta ifTrue: [class classSide] ifFalse: [class]]]!
- 	^Smalltalk at: className
- 		ifPresent: [:class | classIsMeta ifTrue: [class classSide] ifFalse: [class]]!



More information about the Squeak-dev mailing list