From 504948d3680b1fc4515342abd7784190eda20537 Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Sat, 24 Apr 2004 04:40:27 +0000 Subject: [PATCH] 0.8.9.58: New bug. --- BUGS | 12 ++++++++++++ version.lisp-expr | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index ea36fda..be0ddb7 100644 --- a/BUGS +++ b/BUGS @@ -1375,3 +1375,15 @@ WORKAROUND: The tokenizer's use of *read-buffer* and *read-buffer-length* causes spurious errors should two threads attempt to tokenise at the same time. + +312: + (reported by Jon Dyte) + SBCL issues a warning "Duplicate definition of FOO" compiling + + (declaim (inline foo)) + (defun foo (x) + (1+ x)) + (defun bar (y) + (list (foo y) (if (> y 1) (funcall (if (> y 0) #'foo #'identity) y)))) + + (probably related to the bug 280.) diff --git a/version.lisp-expr b/version.lisp-expr index eb60fdd..ef99689 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.9.57" +"0.8.9.58" -- 1.7.10.4