Source location improvements for Allegro CL >= 10.0

Luís Oliveira <[email protected]> Sun, 12 Jun 2016 23:48:25 +0000
Newsgroups gmane.lisp.slime.devel
Message-ID <CAB-HnLQj0s06Q1oovgzZZ_rAD8honiXRtH8Gr8S68JoaBEmNSw@mail.gmail.com>
Hello,

Allegro CL 10.0 features improved source location information for compiler
warnings: whereas previously warnings were associated with the top-level
form where they occur, now we can pinpoint the offending subform.

I've just pushed some code to the master branch that takes advantage of
this enhanced information. (screenshot: http://imgur.com/pe6Bw20) Feedback
from Allegro users is welcome!

Cheers,
Luís