[squeak-dev] The Trunk: Kernel-nice.277.mcz

Bert Freudenberg bert at freudenbergs.de
Fri Oct 30 18:03:50 UTC 2009


On 30.10.2009, at 13:58, Igor Stasenko wrote:

> 2009/10/30 Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>:
>> If the problem is located in:
>>
>> WAFileLibrary>>fileSelectors
>>        ^ (self class selectors
>>                select: [ :each | self isFileSelector: each ])
>>                removeAllFoundIn: self nonFileSelectors;
>>                yourself
>>
>> I suggest replacing #removeAllFoundIn: with #copyWithoutAll: (and
>> remove #yourself)
>>
> .. and even if you insist of using #selectors , you can always use
> #reject: or #select:
> to filter the result instead of using a low-level #remove:

I thought we agreed that #selectors should continue to answer a Set?

- Bert -





More information about the Squeak-dev mailing list