Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    b7171465
    o For the stream functions, declare the stream arg as a stream or · b7171465
    toy authored
      streamlike as appropriate to catch bad args instead of pretending
      they're gray-streams to be caught there.
    o For make-broadcast-stream, make-two-way-stream,
      make-concatenated-stream, and make-echo-stream, check that their
      args of input or output streams as appropriate.
    b7171465
    History
    o For the stream functions, declare the stream arg as a stream or
    toy authored
      streamlike as appropriate to catch bad args instead of pretending
      they're gray-streams to be caught there.
    o For make-broadcast-stream, make-two-way-stream,
      make-concatenated-stream, and make-echo-stream, check that their
      args of input or output streams as appropriate.