[slime-devel] SLIME Warnings on CCL and SBCL

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

Adlai Chandrasekhar <munchking@gmail.com> writes:
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
Should be fixed in CVS. -T.
participants (2)
-
Adlai Chandrasekhar
-
Tobias C. Rittweiler