[Pharo-project] RBNamespace does not like Trait ?
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
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 Pharo-project@lists.gforge.inria.fr 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
participants (2)
-
François Tanguy -
Marcus Denker