[Pkg] The Trunk: Monticello-cmm.511.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 6 16:13:50 UTC 2012


Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.511.mcz

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

Name: Monticello-cmm.511
Author: cmm
Time: 6 June 2012, 11:13:18.89 am
UUID: 7e15dcac-a840-4a57-8b0b-b6033ef3e0e4
Ancestors: Monticello-bf.510

Strengthen MCSnapshot>>#=.

=============== Diff against Monticello-bf.510 ===============

Item was changed:
  ----- Method: MCSnapshot>>= (in category 'accessing') -----
  = other
+ 	self == other ifTrue: [ ^ true ].
+ 	self species = other species ifFalse: [ ^ false ].
  	^ definitions asArray = other definitions asArray!



More information about the Packages mailing list