From 3b50495ad2460a7916cf3ea1ed22d3d1af5229ba Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Tue, 5 Mar 2002 16:27:18 +0000 Subject: [PATCH] 0.7.1.31: belatedly deleted BUGS entry 150 --- BUGS | 25 ------------------------- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/BUGS b/BUGS index b0d7dae..7d746d3 100644 --- a/BUGS +++ b/BUGS @@ -1268,31 +1268,6 @@ WORKAROUND: issues were cleaned up. As of sbcl-0.7.1.9, it occurs in NODE-BLOCK called by LAMBDA-COMPONENT called by IR2-CONVERT-CLOSURE. -150: - In sbcl-0.7.1.15, compiling this code - (let* () - (flet ((wufn () (glorp table1 4.9))) - (gleep *uustk* #'wufn "#1" (list))) - (if (eql (lo foomax 3.2)) - (values) - (error "not ~S" '(eql (lo foomax 3.2)))) - (values)) - causes a failure in SB-C::ADD-TEST-CONSTRAINTS: - The value NIL is not of type SB-C::CONTINUATION. - other notes: - * The problem appears to be tied to the way that EQL is given only - one argument, and goes away when we give EQL a second argument. - * CMU CL 18c has this problem too, exercised by - (compile nil - '(lambda () - (let* () - (flet ((wufn () (glorp table1 4.9))) - (gleep *uustk* #'wufn "#1" (list))) - (if (eql (lo foomax 3.2)) - (values) - (error "not ~S" '(eql (lo foomax 3.2)))) - (values)))) - 151: From the ANSI description of GET-DISPATCH-MACRO-CHARACTER, it should return NIL when there is no definition, e.g. diff --git a/version.lisp-expr b/version.lisp-expr index ebd9fed..923fdc4 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.1.30" +"0.7.1.31" -- 1.7.10.4