Skip to content
Snippets Groups Projects
Commit e4864aab authored by dtc's avatar dtc
Browse files

Since funcallable-standard-objects are now disjoint from

standard-objects, classes with meta-class standard-class are no longer
valid super-classes of classes with meta-class
funcallable-standard-class, so validate-superclass should now return
NIL for this combination.

Further classes with meta-class std-class are now valid superclasses
of classes with meta-class of either standard-class or
funcallable-standard-class; add validate-superclass methods allowing
such super-classes which are handy for mixins of both standard-objects
and funcallable-standard-objects.
parent 84cddab1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment