pharo-vcs / tonel

MIT License
32 stars 26 forks source link

Remove the usage of MCClassTraitDefinition #112

Closed jecisc closed 1 year ago

jecisc commented 1 year ago

MCClassTraitDefinition is dedundant with MCTraitDefinition and creates bugs. For example, it will remove the class slots of loaded code. In order to fix this bug, we can just remove it and rely on MCTraitDefinition.

This goes with: https://github.com/pharo-project/pharo/pull/14766