Index: TODO =================================================================== diff -u -rb7fc53255ed596e8e8ff630461349b7a35e1c3f3 -rd1aa350289b6516294679b905a867f9338af7d60 --- TODO (.../TODO) (revision b7fc53255ed596e8e8ff630461349b7a35e1c3f3) +++ TODO (.../TODO) (revision d1aa350289b6516294679b905a867f9338af7d60) @@ -5397,7 +5397,16 @@ TODO: - shouldn't "info subclass" be named "info subclasses"? + + >>> Same for "info superclass". If the introspection interface uses + the plural, then also the relation slots should state the + plural: -superclasses, -object-mixins, -class-mixins, ... + (I am in favour). +- Can we remove the -childof nonpos param of Class->new()? It might + also interfere with a childof property/configuration option if + defined by an application ... + - how should we treat cyclic subclass relationships built via class mixins. (either complain at mixin registration or soft warnings or ignoring - since redundant mixin classes are ignored so far).