projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b189e
)
0.8.2.54:
author
Alexey Dejneka
<adejneka@comail.ru>
Thu, 21 Aug 2003 16:20:20 +0000
(16:20 +0000)
committer
Alexey Dejneka
<adejneka@comail.ru>
Thu, 21 Aug 2003 16:20:20 +0000
(16:20 +0000)
* New bug.
BUGS
patch
|
blob
|
history
version.lisp-expr
patch
|
blob
|
history
diff --git
a/BUGS
b/BUGS
index
ed452a7
..
bd1c01e
100644
(file)
--- a/
BUGS
+++ b/
BUGS
@@
-1079,7
+1079,15
@@
WORKAROUND:
(declare (type (integer 0 #.large-constant) n))
(expt 1/10 n))
- (fixed in 0.8.2.51)
+ (fixed in 0.8.2.51, but a test case would be good)
+
+276:
+ (defmethod fee ((x fixnum))
+ (setq x (/ x 2))
+ x)
+ (fee 1) => type error
+
+ (taken from CLOCC)
DEFUNCT CATEGORIES OF BUGS
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
102e8ac
..
369bf16
100644
(file)
--- 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.2.53"
+"0.8.2.54"