From a95d2711a647fef8cc670c74909a93d306735075 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 4 May 2003 19:20:33 +0000 Subject: [PATCH] 0.8alpha.0.11: Commit laggardly test for 0.8alpha.0.4 breakage --- tests/compiler.pure.lisp | 6 +++++- version.lisp-expr | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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" -- 1.7.10.4