mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-13 00:10:35 -07:00
defclass calls indirectly ensure-class-using-class from builtin module which calls make-instance on metaclass (which could be a forward-referenced class). That triggers validate-superclass on (validate-superclass #<forward-ref-class> #<standard-class standard-object>) which failed. This commit mitigates this situation. Problem was masked because of *clos-boot* never been set to T (recently fixed). |
||
|---|---|---|
| .. | ||
| bdwgc | ||
| c | ||
| clos | ||
| cmp | ||
| doc | ||
| ecl | ||
| gmp | ||
| h | ||
| libffi | ||
| lsp | ||
| newcmp | ||
| tests | ||
| util | ||
| aclocal.m4 | ||
| bare.lsp.in | ||
| compile.lsp.in | ||
| config.guess | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| install.sh | ||
| Makefile.in | ||