From 34bf0094d343a80db79b1572b6b60c076822085b Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Tue, 12 Nov 2002 14:54:33 +0000 Subject: [PATCH] 0.7.9.44: added bug report --- BUGS | 20 ++++++++++++++++++++ version.lisp-expr | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 51727a3..d717851 100644 --- a/BUGS +++ b/BUGS @@ -1322,6 +1322,26 @@ WORKAROUND: 225: (fixed in 0.7.9.42) +226: "AVER failure in COMPILE-FILE of clocc-ansi-test/tests.lisp" + sbcl-0.7.9.43 dies with failed AVER "(EQ (TN-PHYSENV TN) TN-ENV)" when + trying to compile clocc-ansi-test/tests.lisp. sbcl-0.7.9.31 was able to + to compile it. A smaller test case exhibiting the same problem is + (declaim (optimize (speed 0) (safety 3) (debug 3))) + (defun c-a-p () + (flet ((safe-format (stream string &rest r) + (unless (ignore-errors (progn + (apply #'format stream string r) + t)) + (format stream "~&foo ~S" string)))) + (cond + ((eq my-result :ERROR) + (cond + ((ignore-errors (typep condition result)) + (safe-format t "~&bar ~S" result)) + (t + (safe-format t "~&baz ~S (~A) ~S" condition condition result))))))) + + DEFUNCT CATEGORIES OF BUGS IR1-#: These labels were used for bugs related to the old IR1 interpreter. diff --git a/version.lisp-expr b/version.lisp-expr index d9b7712..05c2852 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.9.43" +"0.7.9.44" -- 1.7.10.4