[armedbear-ticket] [armedbear] #300: Gray streams aren't streams
armedbear
armedbear-devel at common-lisp.net
Mon Feb 18 08:34:29 UTC 2013
#300: Gray streams aren't streams
-----------------------+----------------------------------------------------
Reporter: rschlatte | Owner: mevenson
Type: defect | Status: new
Priority: major | Milestone:
Component: streams | Version:
Keywords: |
-----------------------+----------------------------------------------------
{{{
(require :gray-streams)
(subtypep 'gray-streams:fundamental-stream 'stream)
;; => NIL, T
}}}
This doesn't matter for flexi-streams and other libs, but cl-store has
a few DECLAREs. I don't know exactly when a type declaration is an
assertion in ABCL, but at least it is for a stream with nonzero safety.
(Reported by James M. Lawrence)
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/300>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list