On 11 June 2013 15:37, Camille Teruel <camille.ter...@gmail.com> wrote:
>
> On 11 juin 2013, at 15:18, Sebastian Tleye wrote:
>
>> Hello,
>>
>> Fixing some bugs in Traits we realized that it would be good idea to use 
>> CollectionsExtensions package (it has some useful functions), also it would 
>> be great to include CollectionsExtensions in Pharo 3.0.
>>
>> One "problem" we found is that CollectionsExtensions is depending on a Nile 
>> Package (that's not a desired feature).
>> In the method Collection>>flatCollect: there is a line refering to a nile 
>> function "nsWriteStream".
>
> How this #flatCollect: is different from #gather: anyway?

Functionally, it's no different.

frank

>> If i change "nsWriteStream" for "writeStream" the dependency disapears.
>>
>> I also run all the tests and they are working, so i was wondering if it 
>> would be possible to commit the change.
>>
>> Thanks.
>
>

Reply via email to