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/2014-March/006989.html

Name: CollectionsTests-topa.215
Ancestors: CollectionsTests-dtl.214

When a stream is created on a collection, it tries to keep
using that collection instead of copying, even in the case
of mutation of the original collection.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-March/006990.html

Name: Collections-topa.565
Ancestors: Collections-ul.564

When a stream is created on a collection, it tries to keep
using that collection instead of copying, even in the case
of mutation of the original collection.

The code removed prevented this.

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