X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUGS;h=c546bc47bf03496dcec297db6dcb499f0841d763;hb=830db48da09c88c0e91b11e2991d21b2a1af2579;hp=4b7bf5134d0f98cf5a09c78b61f19ae85cb1f773;hpb=a4640afb239d4de3e348430fd9903fc3a88b9139;p=sbcl.git diff --git a/BUGS b/BUGS index 4b7bf51..c546bc4 100644 --- a/BUGS +++ b/BUGS @@ -878,17 +878,6 @@ WORKAROUND: (1+ *faa*)) (faa 1d0) => type error -278: - a. - (defun foo () - (declare (optimize speed)) - (loop for i of-type (integer 0) from 0 by 2 below 10 - collect i)) - - uses generic arithmetic. - - b. (fixed in 0.8.3.6) - 279: type propagation error -- correctly inferred type goes astray? In sbcl-0.8.3 and sbcl-0.8.1.47, the warning The binding of ABS-FOO is a (VALUES (INTEGER 0 0) @@ -2102,12 +2091,5 @@ WORKAROUND: the right fix is to remove the abstraction violation in the compiler's type deriver. -390: - reported on sbcl-help by Tim Daly Jr. - - (DIRECTORY "/tmp/[P]*.*") - gives a type error: - The value "P" is not of type CHARACTER. - -391: - (fixed in sbcl-0.9.7.1) +392: slot-accessor for subclass misses obsoleted superclass + (fixed in sbcl-0.9.7.9) \ No newline at end of file