Hello.
The alexandria version in the recent quicklisp has 9 unexpected failures on CLISP:
ALEXANDRIA-TESTS::MEAN.1, ALEXANDRIA-TESTS::MEAN.2, ALEXANDRIA-TESTS::MEAN.3, ALEXANDRIA-TESTS::MEAN.4, ALEXANDRIA-TESTS::MEDIAN.1, ALEXANDRIA-TESTS::MEDIAN.2, ALEXANDRIA-TESTS::MEDIAN.3, ALEXANDRIA-TESTS::VARIANCE.1, ALEXANDRIA-TESTS::STANDARD-DEVIATION.1.
The library test log: https://cl-test-grid.appspot.com/blob?key=AMIfv960NH7TxHvJO5_RSARVN0mmN_31Jl...
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
13.02.2012, 16:39, "James M. Lawrence" llmjjmll@gmail.com:
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
We will see. Opened a CLISP ticket: https://sourceforge.net/tracker/?func=detail&aid=3487338&group_id=13...
alexandria-devel@common-lisp.net