We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f9ec8 + 24bbad7 commit 9d8b7e7Copy full SHA for 9d8b7e7
src/objects.lisp
@@ -84,6 +84,8 @@
84
"Return a list of slot names (symbols) skipping :class allocation slots if
85
*store-class-slots* is t."
86
(assert class)
87
+ (unless (class-finalized-p class)
88
+ (finalize-inheritance class))
89
(loop with store-class-slots = *store-class-slots*
90
with is-structure-object = (or (typep class 'structure-class) ;; allegro work around
91
(subtypep class 'structure-class))
0 commit comments