Hi,

In general, RB does not know about Traits too much. They are treated  
like classes, which
works most of the time.

There has been work done for Traits support (and Traits related  
refactorings). But
this has not yet been integrated.

        Marcus


On 11.05.2009, at 07:52, François Tanguy wrote:

> Hello,
>
> no class is created when sending defineClass: message to an
> RBNamespace instance with the following class string definition
>
>       Object subclass: #SCElement
>               uses: {TPrintable}
>               instanceVariableNames: ''
>               classVariableNames: ''
>               poolDictionaries: ''
>               category: #'SC'
>
> Having a quick look to the implementation, RBNamespace does not like
> Trait...
>
> Francois
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
Marcus Denker - http://marcusdenker.de
PLEIAD Lab - Computer Science Department (DCC) - University of Chile


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

Reply via email to