slime-devel@frederic.jolliton.com wrote:
Hi,
I'm new on this list. I don't know if the following problem was already reported.
With Linux 2.6 (x86-32), SBCL 0.9.13 and Slime CVS (from today), I get the error below.
Is there a compatibility problem between SBCL and Slime in this case ? (SBCL release vs Slime CVS)
No (the same thing would happen with any version of SBCL, and also CMUCL). It's an issue with compiler notes generated for source code that was created with #., e.g.
#.(loop repeat collect `(progn (lambda (x y) (+ x 'a))))