[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Wed Feb 17 17:04:00 UTC 2010


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

Modified Files:
	slime.el 
Log Message:
Test suite hangs for CCL and CMUCL.

* slime.el ([test] compile-defun): Remove those compile-time read
errors for which some implementations invoke the debugger.

--- /project/slime/cvsroot/slime/slime.el	2010/02/15 21:42:37	1.1270
+++ /project/slime/cvsroot/slime/slime.el	2010/02/17 17:03:59	1.1271
@@ -7746,13 +7746,8 @@
        (cl-user::bar))
       ("(defun foo ()
           #+#.'(:and) (/ 1 0))"
-       (/ 1 0)) 
-      ("(defun foo () pkg-does-not-exist:symbol)" 
-       pkg-does-not-exist:symbol)
-      ("(defun foo () swank:symbol-does-not-exist)"
-       swank:symbol-does-not-exist)
-      ("(defun foo (x) ,x)" \,x)
-      ("(defun foo () #@foo)" @foo))
+       (/ 1 0))
+      )
   (slime-check-top-level)    
   (with-temp-buffer
     (lisp-mode)





More information about the slime-cvs mailing list