Hi Stef,��I've just loaded Ficus in latest 6.1, and I didn't find any usage of TClass.
I printed "TClass users" and got "an IdentitySet(Trait Class)"
Then I browsed the code, and what I see in relation to your question is:
- RFiBehavior uses��TClassDescription and TBehavior
- RFiAbstractTrait uses��TComposingDescription and TTransformationCompatibility
This is part of the FicusRing package.
FYI, I loaded the project the same way as the bootstrap may be loading the code (is it loading it?):
EpMonitor current disable.
Metacello new
�� �� smalltalkhubUser: 'MartinDias' project: 'Ficus';
�� �� ��configuration: #Ficus;��
�� �� version: #development;
�� �� load: #mini.
Mart��n