Getting load-time warnings as compiler notes

While I can get nice in-source compiler notes by doing `slime-compile-file`, I can't seem to find a way to get load-time warnings similarly, i.e. `slime-next-note` for convenient browsing to the next warning/error. Is there some combination of key-binding and/or setting I've missed? -- Ian Tegebo

PEBKAC. I'd gotten too used to interactive eval which (for obvious reasons) doesn't do what I was wanting. The command `slime-compile-and-load-file` does exactly what I wanted. Sorry for the noise, On Wed, Apr 13, 2016 at 1:14 PM, Ian Tegebo <ian.tegebo@gmail.com> wrote:
While I can get nice in-source compiler notes by doing `slime-compile-file`, I can't seem to find a way to get load-time warnings similarly, i.e. `slime-next-note` for convenient browsing to the next warning/error.
Is there some combination of key-binding and/or setting I've missed?
-- Ian Tegebo
-- Ian Tegebo

On Fri, Apr 15, 2016 at 3:00 PM, Ian Tegebo <ian.tegebo@gmail.com> wrote:
PEBKAC. I'd gotten too used to interactive eval which (for obvious reasons) doesn't do what I was wanting. The command `slime-compile-and-load-file` does exactly what I wanted.
That catches compile-time warnings only. I understood from your previous messages that you were interested in catching load-time warnings as well. Did you mean compile-time warnings then? :-) In any case, both slime-load-file and slime-compile-and-load-file should probably catch load-time warnings. Registered that in <https://github.com/slime/slime/issues/314>. Cheers, -- Luís Oliveira http://kerno.org/~luis/
participants (2)
-
Ian Tegebo
-
Luís Oliveira