"Helmut" == Helmut Eller e9626484@stud3.tuwien.ac.at writes:
Helmut> Jan Rychter jan@rychter.com writes:
slime-compile-and-load-file compiles and displays the compiler notes, but doesn't load the file.
I can't find anything around slime-compilation-finished-continuation that would actually load the file.
I'm puzzled now -- doesn't anyone use C-c C-k, except me? :-)
Helmut> The fasl file is only loaded if the compilation was successful, Helmut> i.e., the third return value of COMPILE-FILE is nil. The Helmut> problem goes usually away as soon I remove all warnings in my Helmut> code :-)
Hmm, that's not too useful. I use SERIES, which gives me a bunch of warnings that SLIME isn't even able to show. What's worse, some of the warnings I can't really fix and some of them I don't even understand :)
--J.