[Pkg] The Trunk: Installer-Core-cmm.356.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 3 00:40:14 UTC 2012


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

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

Name: Installer-Core-cmm.356
Author: cmm
Time: 2 June 2012, 7:39:53.422 pm
UUID: deb858f0-816f-4e64-bdce-d14652854ad1
Ancestors: Installer-Core-bf.355

Strengthen InstallerMantis>>#=.

=============== Diff against Installer-Core-bf.355 ===============

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



More information about the Packages mailing list