0.8alpha.0.11:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 4 May 2003 19:20:33 +0000 (19:20 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 4 May 2003 19:20:33 +0000 (19:20 +0000)
Commit laggardly test for 0.8alpha.0.4 breakage

tests/compiler.pure.lisp
version.lisp-expr

index 6c9dfb8..d9d88e3 100644 (file)
 ;;; Moellmann: CONVERT-MORE-CALL failed on the following call
 (assert (eq (eval '((lambda (&key) 'u) :allow-other-keys nil)) 'u))
 
+;;; Bug relating to confused representation for the wild function
+;;; type:
+(assert (null (funcall (eval '(lambda () (multiple-value-list (values)))))))
+
 ;;; &ENVIRONMENT parameter should be bound first (from Paul Dietz'
-;;; test suit)
+;;; test suite)
 (assert (eql (macrolet ((foo () 1))
                (macrolet ((%f (&optional (x (macroexpand '(foo) env)) &environment env)
                             x))
index 9d5d83b..0104d3c 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8alpha.0.10"
+"0.8alpha.0.11"