You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be better addressed to the main Slime project or to the SBCL devs, but I thought I would let you know that I think the current Slime+SBCL pairing in Quicklisp is not working correctly.
I just updated to the newest release of SBCL (1.2.12) and updated Quicklisp (client and dist) and found that the current Slime installed by quicklisp-slime-helper doesn't work completely with it. Slime-compile-defun reliably produces this error for me when using SBCL, but not with other Lisp implementations (tested with recent ABCL and some old version of CCL).
To reproduce, open a source buffer and use M-x slime-compile-defun on a top level form.
This is a problem with SBCL that is fixed in git, and worked around in the latest slime release. The next Quicklisp dist update, due out very soon, will have the newest slime.
In the meantime, you can downgrade sbcl, or use this (courtesy of stassats):
This might be better addressed to the main Slime project or to the SBCL devs, but I thought I would let you know that I think the current Slime+SBCL pairing in Quicklisp is not working correctly.
I just updated to the newest release of SBCL (1.2.12) and updated Quicklisp (client and dist) and found that the current Slime installed by quicklisp-slime-helper doesn't work completely with it. Slime-compile-defun reliably produces this error for me when using SBCL, but not with other Lisp implementations (tested with recent ABCL and some old version of CCL).
To reproduce, open a source buffer and use M-x slime-compile-defun on a top level form.
The text was updated successfully, but these errors were encountered: