![](https://secure.gravatar.com/avatar/e7578e6adde6ed5c3235fd5efcf1528b.jpg?s=120&d=mm&r=g)
13 Feb
2012
13 Feb
'12
12:39 p.m.
On Sun, Feb 12, 2012 at 8:25 PM, Anton Vodonosov <avodonosov@yandex.ru> wrote:
Hello.
The alexandria version in the recent quicklisp has 9 unexpected failures on CLISP:
ALEXANDRIA-TESTS::MEAN.1, [...]
Is this a clisp issue? The following fails on clisp-2.49: (defgeneric foo (object) (:method ((x list)) (declare (ignore x))) (:method ((x array)) (declare (ignore x))) (:method ((x sequence)) (declare (ignore x)))) (foo '(1 2 3)) => *** - CLOS::CLASS-INITIALIZED: The argument is not of type CLOS::DEFINED-CLASS: NIL