Robert Goldman rpgoldman@sift.info writes:
Takuo Watanabe <takuo <at> cs.titech.ac.jp> writes:
Dear Slime Developers
.....
After upgrading Allegro to 8.2, slime-compile-file (also slime-compile-and-load-file) gets errors like this:
Backtrace: 1: (SWANK-BACKEND::LOCATION-FOR-WARNING #<SIMPLE-WARNING @
#x20a331c2>)
Locals: CONDITION = #<SIMPLE-WARNING @ #x20a331c2> SWANK-BACKEND::POS = (6 6) NIL = (:FILE "/Users/takuo/foo.lisp") NIL = #<STANDARD-CLASS READER-ERROR> SWANK-BACKEND::LOC = (#P"/Users/takuo/foo.lisp" 6 6) SWANK-BACKEND::FILE = #P"/Users/takuo/foo.lisp"
.....
The source of this error seems to be the change of the format of condition location (i.e., the value of the :loc property provided with the excl::plist slot in a warning object).
.... Are you sure that you have the most up-to-date version of SWANK? I discussed this on IRC with tcr more than two weeks ago and we worked out a (partial) patch for this. Looking at my version from CVS, it seems to be patched for this problem....
It's Helmut who's been tackling ACL 8.2 support for the last few days.
-T.