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

When initialising class metaobjects and the direct-superclasses is

null or empty, it should default to funcallable-standard-object if the
class is an instance of funcallable-standard-class whereas it was
always defaulting to standard-class.

Catch attempts to change the class of an instance via change-class
between the incompatible standard-class and funcallable-standard-class
metaclasses.
parent e4864aab
No related branches found
No related tags found
No related merge requests found
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