Skip to content

Commit

Permalink
0.9.0.15:
Browse files Browse the repository at this point in the history
	STREAM-MUST-BE-ASSOCIATED-WITH-FILE generates a type-error
	with a DATUM.  (PFD ansi-tests)
  • Loading branch information
csrhodes committed May 2, 2005
1 parent 221fc0a commit 7532728
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -4,6 +4,8 @@ changes in sbcl-0.9.1 relative to sbcl-0.9.0:
* contrib improvement: implement SB-POSIX:MKSTEMP (Yannick Gingras)
* fixed some bugs revealed by Paul Dietz' test suite:
** the type-error signalled from WARN has a filled-in DATUM slot.
** the type-error required when a stream is not associated with
a file has the stream as its datum.

changes in sbcl-0.9.0 relative to sbcl-0.8.21:
* incompatible change: the --noprogrammer option, deprecated since
Expand Down
1 change: 1 addition & 0 deletions src/code/stream.lisp
Expand Up @@ -189,6 +189,7 @@
;; EXPECTED-TYPE? This SATISFIES type (with a nonstandard
;; private predicate function..) is ugly and confusing, but
;; I can't see any other way. -- WHN 2001-04-14
:datum stream
:expected-type '(satisfies stream-associated-with-file-p)
:format-control
"~@<The stream ~2I~_~S ~I~_isn't associated with a file.~:>"
Expand Down
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.9.0.14"
"0.9.0.15"

0 comments on commit 7532728

Please sign in to comment.