May 12, 2010
1:08 p.m.
What is the important is the metaclass relationship, and not really the fact that Dictionary is a subclass of Set. I think this is better: self assert: Dictionary class superclass == Dictionary superclass class. self assert: OrderedCollection class superclass == OrderedCollection superclass class.
ok but do you think that the system would work if such test would not work?
I understand that the point of the original test is to document how metaclasses and superclasses are linked. System like metaclasstalk have demonstrated that this link is not necessary to make a system work. Alexandre