"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
(Using slime with sbcl here)
For asdf systems that have warnings or errors when compiling, slime-load-system is a little less helpful than I'd hope for; I get the slime debugger before I get the nice tree view of what happened. Which is problematic, because I don't know if it's okay to tell asdf to continue, until I know what went wrong. Anyone have a workaround for this? Would it be difficult to get the tree view along with the debugger?
As a workaround you can call M-x slime-list-compiler-notes manually. The Lisp side keeps the warnings around until the next compile.
Helmut.