Commit laggardly test for 0.8alpha.0.4 breakage
;;; 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))
;;; 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"