[squeak-dev] The Inbox: Collections-ul.143.mcz

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

[squeak-dev] The Inbox: Collections-ul.143.mcz

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

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

Name: Collections-ul.143
Author: ul
Time: 22 September 2009, 5:09:02 am
UUID: 3fa8a7e3-c8ec-b84c-9e6f-7e8537bb7187
Ancestors: Collections-ul.142

- removed the unused Set >> #withArray:

=============== Diff against Collections-ul.142 ===============

Item was removed:
- ----- Method: Set>>withArray: (in category 'private') -----
- withArray: anArray
- "private -- for use only in copy"
- array := anArray!