As we agree some times ago, the method

>       atEnd
>            self explicitRequirement.

should not be defined.

Alexandre

On 8 Jul 2009, at 11:08, Cyrille Delaunay wrote:

> Hi,
>
> Here's my problem :
> - I have the class NSCollectionStream which define ( for example )   
> #atEnd
> - I have the class NSSubclassOfCollectionStream ( which is a suclass  
> of NSCollectionStream).
>
> When I use a trait in NSSubclassOfCollectionStream that required the  
> method #atEnd, the defintion in NSCollectionStream is not used and  
> the method #atEnd is overridden with :
>        atEnd
>            self explicitRequirement.
>
> I think we should take care about definitions in superclass, no?
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






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

Reply via email to