[slime-cvs] CVS slime

CVS User mevenson mevenson at common-lisp.net
Tue Aug 18 09:51:12 UTC 2009


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

Modified Files:
	swank-abcl.lisp ChangeLog 
Log Message:
Restore working operation with abcl-0.15.


--- /project/slime/cvsroot/slime/swank-abcl.lisp	2009/06/21 07:22:56	1.65
+++ /project/slime/cvsroot/slime/swank-abcl.lisp	2009/08/18 09:51:12	1.66
@@ -567,11 +567,3 @@
 
 (defimplementation quit-lisp ()
   (ext:exit))
-
-;; WORKAROUND: call/initialize accessors at load time
-(let ((c (make-condition 'compiler-condition 
-                          :original-condition nil
-                          :severity ':note :message "" :location nil))
-       (slots `(severity message short-message references location)))
-   (dolist (slot slots)
-     (funcall slot c)))
--- /project/slime/cvsroot/slime/ChangeLog	2009/08/16 20:00:09	1.1839
+++ /project/slime/cvsroot/slime/ChangeLog	2009/08/18 09:51:12	1.1840
@@ -1,3 +1,11 @@
+2009-08-18  Mark Evenson  <evenson at panix.com>
+
+	Restore working with abcl-0.15.
+
+	* swank-abcl.lisp: Remove the warm initialization code for
+	SWANK:COMPILER-CONDITION, as it is no longer needed for the
+	current release of ABCL. 
+
 2009-08-16  StanisBaw Halik <sthalik at test123.ltd.pl>
 
 	* swank.lisp (init-global-stream-redirection): Continue even if





More information about the slime-cvs mailing list