pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Removing a trait from a class does not updates its metaclass

Open jecisc opened this issue 2 months ago • 0 comments

If you have a class with a trait, its metaclass is a TraitedMetaclass.

But if you remove the trait from the class, then the metaclass is not updated and stays a TraitedMetaclass while it should be a Metaclass.

This is the case in P12 and was already the case in P11

jecisc avatar Apr 16 '24 13:04 jecisc