[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Tue Dec 1 08:52:20 UTC 2009
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv30821/contrib
Modified Files:
ChangeLog swank-asdf.lisp
Log Message:
contrib/swan-asdf.lisp:
(asdf-system-files): Include the .asd file too.
(asdf-module-files): Include non-cl files too.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2009/12/01 08:36:12 1.291
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2009/12/01 08:52:20 1.292
@@ -1,6 +1,7 @@
2009-12-01 Stas Boukarev <stassats at gmail.com>
* swank-asdf.lisp (asdf-system-files): Include the .asd file too.
+ (asdf-module-files): Include non-cl files too.
2009-11-30 Helmut Eller <heller at common-lisp.net>
--- /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2009/12/01 08:36:12 1.16
+++ /project/slime/cvsroot/slime/contrib/swank-asdf.lisp 2009/12/01 08:52:20 1.17
@@ -70,7 +70,7 @@
(defun asdf-module-files (module)
(mapcan (lambda (component)
(typecase component
- (asdf:cl-source-file
+ (asdf:source-file
(list (asdf:component-pathname component)))
(asdf:module
(asdf-module-files component))))
More information about the slime-cvs
mailing list