From 4f10c1f5db51a3b3dfe324c5fb8c1db89eef0e19 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 11 Mar 2005 18:54:34 +0000 Subject: [PATCH] 0.8.20.18: x86 --> (and x86 linux) "Mature debugger function looking for love; WLTM a serious hacker to share my kinks with. ``It's what's inside that counts.'' Rpl 2 SBCL CVS, X86-CALL-CONTEXT" --- tests/debug.impure.lisp | 4 +++- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 2dbf94e..683d460 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -145,7 +145,9 @@ (list *undefined-function-frame* (list '(flet test) #'optimized)))) - #-x86 ; bug 353: This test fails at least most of the time for x86/linux ca. 0.8.20.16. -- WHN + ;; bug 353: This test fails at least most of the time for x86/linux + ;; ca. 0.8.20.16. -- WHN + #-(x86 linux) (assert (verify-backtrace (lambda () (test #'not-optimized)) (list *undefined-function-frame* diff --git a/version.lisp-expr b/version.lisp-expr index 07e9f88..0bca51a 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.20.17" +"0.8.20.18" -- 1.7.10.4