[update 1.1] #11016

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

[update 1.1] #11016

Stéphane Ducasse
11016
-----

- Issue 1359: PseudoClass>> DNU includesSelector:
- Issue 1358: Dictionary select: answer a shallow copy
        | original even |
        original := Dictionary new.
        original at: #one put: 1.
        original at: #two put: 2.

        even := original select: [:value |value even].
        even at: #two put: #two.

        self assert: (original at: #two) = 2
     

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project