Skip to content

Commit

Permalink
0.8.7.33:
Browse files Browse the repository at this point in the history
	just logging a bug
  • Loading branch information
William Harold Newman committed Jan 30, 2004
1 parent a6bda32 commit 3d5db41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions BUGS
Expand Up @@ -1235,3 +1235,17 @@ WORKAROUND:
less error prone to have EXPLICIT-CHECK be a local declaration,
being put into the definition, instead of an attribute being kept in
a separate file; maybe also put it into SB-EXT?

301: ARRAY-SIMPLE-=-TYPE-METHOD breaks on corner cases which can arise
in NOTE-ASSUMED-TYPES
In sbcl-0.8.7.32, compiling the file
(defun foo (x y)
(declare (type integer x))
(declare (type (vector (or hash-table bit)) y))
(bletch 2 y))
(defun bar (x y)
(declare (type integer x))
(declare (type (simple-array base (2)) y))
(bletch 1 y))
gives the error
failed AVER: "(NOT (AND (NOT EQUALP) CERTAINP))"
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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.7.32"
"0.8.7.33"

0 comments on commit 3d5db41

Please sign in to comment.