Daily Commit Log

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

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001835.html

Name: Monticello-ar.333
Ancestors: Monticello-ul.332

Remove progress bar from the core installation loop since it can call methods that aren't installed yet.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001836.html

Name: Collections-ul.198
Ancestors: Collections-nice.197

Introduced a new abstract collection class: HashedCollection.
- Moved methods common with Dictionary from Set to HashedCollection.
- Set is now a subclass of HashedCollection.
- Added necessary stub methods to HashedCollection with #subclassResponsibility sends.
- Deprecated Set >> #rehashAllSets, replaced it with HashedCollection rehashAll.
- Moved deprecation of #someElement from comment to code.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001837.html

Name: Collections-ul.199
Ancestors: Collections-ul.198

Dictionary is not a Set anymore.
- Removed Dictionary >> #asSet, because it's same as in super.
- Added a super send to Dictionary >> #postCopy.
- Moved #occurencesOf: and #postCopy back to Set from HashedCollection.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001838.html

Name: KernelTests-ul.110
Ancestors: KernelTests-nice.108

- updated 2 tests which assumed that Dictionary's superclass is Set

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001839.html

Name: Tests-bf.38
Ancestors: Tests-laza.37

- remove DependentsArray from BitmapStreamTest

=============================================