[slime-cvs] CVS slime/contrib

CVS User sboukarev sboukarev at common-lisp.net
Sat Dec 19 14:56:07 UTC 2009


Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv4318/contrib

Modified Files:
	ChangeLog swank-asdf.lisp 
Log Message:
* contrib/swank-asdf.lisp (asdf:operation-done-p): ASDF included with some
implementations doesn't have AROUND method combination, so guard
against its usage. This will prevent swank:reload-system from working,
but it will let load swank-asdf.
Reported by Mark Evenson.

* swank-backend.lisp (defpackage): export with-symbol and
replace its fully qualified usage everywhere.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2009/12/19 10:11:28	1.309
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2009/12/19 14:56:07	1.310
@@ -1,3 +1,11 @@
+2009-12-19  Stas Boukarev  <stassats at gmail.com>
+
+	* swank-asdf.lisp (asdf:operation-done-p): ASDF included with some
+	implementations doesn't have AROUND method combination, so guard
+	against its usage. This will prevent swank:reload-system from working,
+	but it will let load swank-asdf.
+	Reported by Mark Evenson.
+
 2009-12-19  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime-asdf.el (slime-query-replace-system-and-dependents):
--- /project/slime/cvsroot/slime/contrib/swank-asdf.lisp	2009/12/18 19:47:55	1.24
+++ /project/slime/cvsroot/slime/contrib/swank-asdf.lisp	2009/12/19 14:56:07	1.25
@@ -187,6 +187,7 @@
 
 (defvar *recompile-system* nil)
 
+#+#.(swank-backend:with-symbol 'around 'asdf)
 (defmethod asdf:operation-done-p asdf:around ((operation asdf:compile-op)
                                               component)
   (unless (eql *recompile-system*





More information about the slime-cvs mailing list