From: Alexey Dejneka Date: Sat, 24 Apr 2004 04:40:27 +0000 (+0000) Subject: 0.8.9.58: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=504948d3680b1fc4515342abd7784190eda20537;p=sbcl.git 0.8.9.58: New bug. --- 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"