trivial-garbage / trivial-garbage

Portable GC-related APIs for Common Lisp.

Home Page:http://common-lisp.net/project/trivial-garbage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests: Undefined function TRIVIAL-GARBAGE-TESTS::SBCL-DOESNT-SUPPORT-WEAK-HASH-TABLES-P

avodonosov opened this issue · comments

Regression between quicklisp 2012-07-03 and quicklisp 2012-05-20.

On CCL, CLISP, CMUCL, ABCL, this error prevents tests to build:

Read error between positions 818 and 889 in /Users/pnathan/cl-test-grid/quicklisp/dists/quicklisp/software/trivial-garbage-20120703-git/tests.lisp.
Unhandled SERIOUS-CONDITION of type UNDEFINED-FUNCTION-CALL is signaled: Undefined function TRIVIAL-GARBAGE-TESTS::SBCL-DOESNT-SUPPORT-WEAK-HASH-TABLES-P called with arguments () .

Example log:
https://cl-test-grid.appspot.com/blob?key=198076

This is a duplicate of issue #5, which I've fixed just yesterday! Thanks.