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

On Tue, Feb 13, 2018 at 2:23 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi martin

I would like to know what is the API Ficus uses from TClass.
Do you have an idea?


Stef