[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Tue Sep 11 19:31:03 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv6217

Modified Files:
	swank-sbcl.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-sbcl.lisp	2007/09/10 21:33:36	1.184
+++ /project/slime/cvsroot/slime/swank-sbcl.lisp	2007/09/11 19:31:03	1.185
@@ -14,6 +14,7 @@
 (in-package :swank-backend)
 
 (eval-when (:compile-toplevel :load-toplevel :execute)
+  (require 'asdf)
   (require 'sb-bsd-sockets)
   (require 'sb-introspect)
   (require 'sb-posix)




More information about the slime-cvs mailing list