[alexandria-devel] 9 new unexpected test failures on CLISP
James M. Lawrence
llmjjmll at gmail.com
Mon Feb 13 12:39:15 UTC 2012
On Sun, Feb 12, 2012 at 8:25 PM, Anton Vodonosov <avodonosov at 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
More information about the alexandria-devel
mailing list