sealable-metaobjects icon indicating copy to clipboard operation
sealable-metaobjects copied to clipboard

Broken on ACL

Open Gleefre opened this issue 2 years ago • 0 comments

Seems to be broken on Allegro CL:

Error: Class
       #<COMMON-LISP:STANDARD-CLASS SEALABLE-METAOBJECT-INSTANCE @
         #x10007a60e72>'s
       metaclass is not compatible with its designated superclass
       #<BUILT-IN-CLASS T>
  [condition type: PROGRAM-ERROR]

In particular, it seems that inheriting from T doesn't work:

CL-USER> (defclass foo (t) ())
Error: Class #<STANDARD-CLASS FOO @ #x10007a6cba2>'s metaclass is not
       compatible with its designated superclass #<BUILT-IN-CLASS T>
  [condition type: PROGRAM-ERROR]

Restart actions (select using :continue):
 0: Return to Top Level (an "abort" restart).
 1: Abort entirely from this (lisp) process.

Gleefre avatar Dec 03 '23 12:12 Gleefre