[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Tue Sep 11 19:31:45 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv6242
Modified Files:
ChangeLog
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/ChangeLog 2007/09/10 21:45:17 1.1213
+++ /project/slime/cvsroot/slime/ChangeLog 2007/09/11 19:31:45 1.1214
@@ -1,3 +1,13 @@
+2007-09-11 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * 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.)
+
2007-09-10 Helmut Eller <heller at common-lisp.net>
Fix some bugs introduced while moving doc refs to contrib.
More information about the slime-cvs
mailing list