[slime-devel] sbcl compiler notes in macros

Gábor Melis mega at hotpop.com
Mon Mar 21 09:52:14 UTC 2005


With the latest SLIME and SBCL compiling this:

(defmacro xxx (x)
  ;;(declare (ignore x))
  nil)

from slime fails with:

unhandled case
   [Condition of type SIMPLE-ERROR]

Restarts:
  0: [ABORT] Abort SLIME compilation.
  1: [ABORT] Abort handling SLIME request.
  2: [DESTROY-THREAD] Destroy this thread (23915)

Backtrace:
  0: (SWANK-BACKEND::LOCATE-COMPILER-NOTE :LISP (0 2 1 3 3))
  1: (SWANK-BACKEND::COMPILER-NOTE-LOCATION #<SB-C::COMPILER-ERROR-CONTEXT >)
...

Gabor



More information about the slime-devel mailing list