pharo icon indicating copy to clipboard operation
pharo copied to clipboard

MCClassDefinition should use the class printer

Open Ducasse opened this issue 2 months ago • 0 comments

Now this is a bit tricky because the MCClassDefinition does not hold a class but the information of the class so may be we should ask the class builder for an not installed class so that we can print it.

This will help in migrating to new class formats such as merging class and instance side.

Ducasse avatar Dec 10 '25 10:12 Ducasse