[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Tue Mar 4 13:40:51 UTC 2008


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

Modified Files:
	swank.asd ChangeLog 
Log Message:
(asdf:output-files, asdf:perform): Make compile-op on
swank-loader-file a noop.


--- /project/slime/cvsroot/slime/swank.asd	2008/02/25 17:17:56	1.7
+++ /project/slime/cvsroot/slime/swank.asd	2008/03/04 13:40:50	1.8
@@ -28,6 +28,12 @@
 
 ;;;; make compile-op a nop
 
+(defmethod asdf:output-files ((o asdf:compile-op) (f swank-loader-file))
+  (list (asdf:component-pathname f)))
+
+(defmethod asdf:perform ((o asdf:compile-op) (f swank-loader-file))
+  t)
+
 (defmethod asdf:operation-done-p ((o asdf:compile-op) (f swank-loader-file))
   t)
 
--- /project/slime/cvsroot/slime/ChangeLog	2008/03/02 15:10:34	1.1309
+++ /project/slime/cvsroot/slime/ChangeLog	2008/03/04 13:40:50	1.1310
@@ -1,3 +1,8 @@
+2008-03-04  Andreas Fuchs <asf at boinkor.net>
+
+	* swank.asd (asdf:output-files, asdf:perform): Make compile-op on
+	swank-loader-file a noop.
+
 2008-03-02  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* slime.el (slime-edit-definition-hooks): This variable can be




More information about the slime-cvs mailing list