#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)