The Inbox: Collections-cmm.383.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Collections-cmm.383.mcz

commits-2
A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-cmm.383.mcz

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

Name: Collections-cmm.383
Author: cmm
Time: 20 September 2010, 5:24:16.999 pm
UUID: 596d0dde-7a70-46a3-81e2-62f53876d7aa
Ancestors: Collections-cmm.382

Removed String>>asCollection experiment since it does break a couple of things and was not part of the original concatenantion package.

=============== Diff against Collections-cmm.382 ===============

Item was removed:
- ----- Method: String>>asCollection (in category 'converting') -----
- asCollection
- ^ Array with: self!