branch: externals/sly commit bf157aeff1d6f75960ba42ca7d4c162a5b0ef043 Author: Chris Schafmeister <meis...@temple.edu> Commit: João Távora <joaotav...@gmail.com>
Changed the name of a function in Clasp SLY needed to be updated. * slynk/backend/clasp.lisp: Rework. Cherry-picked-from: SLIME commit f730dcd232cf213eafd2219af8ffd3d66e031207 Co-authored-by: Manfred Bergmann <manf...@nnamgreb.de> Co-authored-by: João Távora <joaotav...@gmail.com> nn --- slynk/backend/clasp.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slynk/backend/clasp.lisp b/slynk/backend/clasp.lisp index 27f72f9..4a330af 100644 --- a/slynk/backend/clasp.lisp +++ b/slynk/backend/clasp.lisp @@ -233,8 +233,8 @@ *buffer-start-position* location) (make-file-location - (core:source-file-info-pathname - (core:source-file-info origin)) + (core:file-scope-pathname + (core:file-scope origin)) location))))) (defun signal-compiler-condition (condition origin)