On Mar 20, 2010, at 3:46 PM, stephane ducasse wrote:

> Mariano 
> 
> I was wondering (since we already removed a lot of the behavior related to 
> inMemory) if we could not remove is in 
> 
> traitNames
>       "Answer a SortedCollection of all traits (not including class-traits) 
> names."
>       | names |
>       names := OrderedCollection new.
>       self do: 
>               [:cl | (cl isInMemory
>                       and: [(cl isKindOf: Trait)
>                       and: [(cl name beginsWith: 'AnObsolete') not]])
>                               ifTrue: [names add: cl name]].
>       ^ names
> 
> and friend
> 

Yes... #isInMemory is clearly not needed anymore.

I have a changeset that I will upload to the bug tracker.

        Marcus


--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


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

Reply via email to