Unexpected Error: #"
{1002E81E41}>
failed AVER: NSLOTDS
I've found source of this error -- SBCL's internal %UPDATE-CLASS assumes
that slot-allocation is either :instance or :class (and we have
:database for persistent slots), so it breaks when you drop a virtual
slot (i.e. redefine class with
KR> Nikodemus, you can do the following to test the BDB backend, assuming
KR> that you have the BDB libs installed and your my-config.sexp* setup:
KR> (asdf:operate 'asdf:load-op :elephant)
KR> (asdf:operate 'asdf:load-op :ele-bdb)
KR> (asdf:operate 'asdf:load-op :elephant-tests)
KR> (in-package
Nikodemus, you can do the following to test the BDB backend, assuming
that you have the BDB libs installed and your my-config.sexp* setup:
(asdf:operate 'asdf:load-op :elephant)
(asdf:operate 'asdf:load-op :ele-bdb)
(asdf:operate 'asdf:load-op :elephant-tests)
(in-package "ELEPHANT-TESTS")
(setq
I just pulled sbcl-1.0.51 and tried the elephant test suite again; I
get the same errors; did the changes not make it into the newest sbcl
release?
Did 505 checks.
Pass: 500 (99%)
Skip: 1 ( 0%)
Fail: 4 ( 0%)
Failure Details:
SIMPLE-EXPLICIT-AS