Edi Weitz edi@agharta.de writes:
Here's a small patch for the AllegroCL backend. Without this patch it breaks for me if I invoke, say, slime-compile-and-load-file on the following file
(defun foo (x) (bar x))
(defun quux (y) (bar y))
i.e. if there's more than one position where the undefined function is referenced. Maybe this is new in AllegroCL 7.0.
Breaks here too.
- swank-allegro.lisp (handle-undefined-functions-warning): Add
- &REST parameter to DESTRUCTURING-BIND to prevent breakage with
- multiple locations (ACL 7.0)
I added a loop to create an error message for each location.
Thanks for the note.
Helmut.