emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sly 14bc9d3706: Fix #594, #595: Unbreak for non-SBCL


From: ELPA Syncer
Subject: [nongnu] elpa/sly 14bc9d3706: Fix #594, #595: Unbreak for non-SBCL
Date: Sun, 7 May 2023 20:02:53 -0400 (EDT)

branch: elpa/sly
commit 14bc9d3706c7f40001c29ec1abf7a06ee1958b36
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Fix #594, #595: Unbreak for non-SBCL
    
    Broken in e266e24721db22fddcf8dac53ac3c1618502a47a in an undertested PR.
    
    Reported and fix found by @LdBeth
    
    * slynk/slynk.lisp (generic-method-specs): Don't use sb-mop, use
    slynk-mop instead.
---
 slynk/slynk.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slynk/slynk.lisp b/slynk/slynk.lisp
index 7b8e2382bc..0458a20a1d 100644
--- a/slynk/slynk.lisp
+++ b/slynk/slynk.lisp
@@ -3219,7 +3219,7 @@ QUALIFIERS and SPECIALIZERS are lists of strings."
            (mapcar (lambda (specializer)
                      (if (typep specializer 'slynk-mop:eql-specializer)
                          (format nil "(eql ~A)"
-                                 (sb-mop:eql-specializer-object specializer))
+                                 (slynk-mop:eql-specializer-object 
specializer))
                          (prin1-to-string (class-name specializer))))
                    (slynk-mop:method-specializers method))))
    (slynk-mop:generic-function-methods (read-as-function generic-name))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]