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