
4 Nov
2009
4 Nov
'09
1:38 p.m.
I get the following warnings when starting or ,restart-inferior-lisp-ing SLIME, both on CCL and SBCL: WARNING: Test failed: (&KEY (#'F)) => "(&key function)" Expected: "(&key ((function f)))" WARNING: Test failed: (EVAL-WHEN (&ANY :COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE) &BODY BODY) => "(eval-when (&any compile-toplevel load-toplevel execute) &body body)" Expected: "(eval-when (&any :compile-toplevel :load-toplevel :execute) &body body)" My SLIME version is 2009-11-02, fetched from CVS through clbuild. - Adlai