May 22, 2015
3:37 p.m.
Hi All, On May 21, 2015, at 1:14 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Smalltalk allClassesAndTraits size. "5057" Object withAllSubclasses size. â9900"
As others have said, meta classes account for many of these, but I would have expect something closer to twice as many. What does this tell you? (IdentitySet withAll: (Object withAllSubclasses reject: [:b| b isMeta]) removeAll: Smalltalk allClassesAndTraits; yourself Are there perhaps lots of obsolete classes that need cleaning up?
I really do not understand :)
Esteban