[Pkg] The Trunk: Collections-nice.448.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 20 10:48:25 UTC 2011


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

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

Name: Collections-nice.448
Author: nice
Time: 20 July 2011, 12:47:46.869 pm
UUID: e486c811-3c45-4a6a-ad16-aba32db79745
Ancestors: Collections-nice.447

Don't deprecate #hasLiteralThorough: remove it, because the - in the change report are so cute.

=============== Diff against Collections-nice.447 ===============

Item was removed:
- ----- Method: Array>>hasLiteralThorough: (in category 'private') -----
- hasLiteralThorough: literal
- 	"Answer true if literal is identical to any literal in this array, even if imbedded in further array structures or closure methods"
- 
- 	self deprecated: 'Never send #hasLiteralThorough: to an Array, just use #hasLiteral:'.
- 	^self hasLiteral: literal!



More information about the Packages mailing list