[Pkg] The Trunk: Collections-eem.478.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 14 17:14:42 UTC 2012


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

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

Name: Collections-eem.478
Author: eem
Time: 14 June 2012, 10:14:07.018 am
UUID: 1855c59b-d58a-4caa-99aa-079d76dd8b5f
Ancestors: Collections-dtl.477

Add missing Association>>analogousCodeTo: for CompiledMethod>>=

=============== Diff against Collections-dtl.477 ===============

Item was added:
+ ----- Method: Association>>analogousCodeTo: (in category 'comparing') -----
+ analogousCodeTo: anObject
+ 	"For MethodProperties comparison."
+ 	^anObject isVariableBinding
+ 	  and: [key = anObject key
+ 	  and: [value = anObject value]]!



More information about the Packages mailing list