On 10 Dec 2013, at 14:23, Esteban Lorenzano <estebanlm@gmail.com> wrote:
I don't think it has to be in the image,
After all, you can just replace your calls for #collect:as:
I agree. But either you have both collectAsSet: flatCollectAsSet: or you have none. But now there is only flatCollectAsSet: which rises a question: âwhy there is no collectAsSet: ?â Cheers! Uko
Esteban
On Tue, Dec 10, 2013 at 2:21 PM, Roberto Minelli <roberto.minelli@usi.ch> wrote: Hi,
In Pharo 3 you guys integrated Doruâs CollectionsExtension package, which is great.
You forgot, however, to integrate the utility method #collectAsSet: I was using in several places in my code.
It should be simply ^ self collect: aBlock as: Set
Could someone please put this in the standard image please? Thanks.
Cheers, R