From 5abc2bce01b292db23f3aca340243a65d9a920d8 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Mon, 9 Jun 2003 15:19:24 +0000 Subject: [PATCH] 0.8.0.53: new BUGS entry --- BUGS | 32 ++++++++++++++++++++++++++++++++ version.lisp-expr | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 910d617..109b0c9 100644 --- a/BUGS +++ b/BUGS @@ -636,6 +636,7 @@ WORKAROUND: (due to reordering of the compiler this example is compiled successfully by 0.7.14, but the bug probably remains) + (possibly exercised by bug 254 test case) 162: (reported by Robert E. Brown 2002-04-16) @@ -1119,6 +1120,37 @@ WORKAROUND: (fixed in 0.8.0.34) +254: (possibly bug 148 in a new guise) + In sbcl-0.8.0.52, COMPILE-FILE on + (cl:in-package :cl-user) + (declaim (optimize (safety 3) (debug 2) (speed 2) (space 1))) + (defstruct foo + (uhw2 nil :type (or package null))) + (macrolet ((defprojection (variant &key lexpr eexpr) + (let () + `(defmethod uu ((foo foo)) + (let ((uhw2 (foo.uhw2 bar))) + (let () + (u-flunt uhw2 + (baz (funcall ,lexpr south east 1))))))))) + (defprojection h + :lexpr (lambda (south east sched) + (flet ((bd (x) (bref x sched))) + (let ((avecname (gafp))) + (declare (type (vector t) avecname)) + (multiple-value-prog1 + (progn + (setf (avec.count avecname) (length rest)) + (setf (aref avecname 0) (bd (h south))) + (setf (aref avecname 1) (bd (h east))) + (stub avecname)) + (paip avecname))))) + :eexpr (lambda (south east)))) + fails with + debugger invoked on condition of type TYPE-ERROR: + The value NIL is not of type SB-C::NODE. + + 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 2a850f4..98afd37 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.8.0.52" +"0.8.0.53" -- 1.7.10.4