From: Christophe Rhodes Date: Sun, 4 May 2003 19:20:33 +0000 (+0000) Subject: 0.8alpha.0.11: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a95d2711a647fef8cc670c74909a93d306735075;p=sbcl.git 0.8alpha.0.11: Commit laggardly test for 0.8alpha.0.4 breakage --- diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index 6c9dfb8..d9d88e3 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -342,8 +342,12 @@ ;;; 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)) diff --git a/version.lisp-expr b/version.lisp-expr index 9d5d83b..0104d3c 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"