[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Tue Sep 11 19:30:53 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv6188
Modified Files:
swank-loader.lisp
Log Message:
* swank-loader.lisp: Aways compile-file `contrib/swank-asdf.lisp'
on SBCL. This fixes "Undefined function" style-warnings when using
`slime-asdf' in combination with SBCL. Reported by Cyrus Harmon.
* swank-sbcl.lisp: Explicitly require ASDF. (While this is not
strictly necessary, as it's implicitly loaded on requiring the
other modules, I think it's better to be explicit about it.)
--- /project/slime/cvsroot/slime/swank-loader.lisp 2007/09/04 10:32:05 1.71
+++ /project/slime/cvsroot/slime/swank-loader.lisp 2007/09/11 19:30:53 1.72
@@ -201,7 +201,7 @@
(defvar *contribs* '(swank-c-p-c swank-arglists swank-fuzzy
swank-fancy-inspector
swank-presentations swank-presentation-streams
- #+asdf swank-asdf
+ #+(or asdf sbcl) swank-asdf
)
"List of names for contrib modules.")
More information about the slime-cvs
mailing list