1.0.48.15: fix null broadcast-streams as RUN-PROGRAM output streams
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 12 May 2011 17:07:01 +0000 (17:07 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 12 May 2011 17:07:01 +0000 (17:07 +0000)
commit6bc7c19167d7bf98ff6cdf45e4ccd9998311bdd8
tree715fb06aacf68c31f53723e3a7cb979d5ca2d689
parentdd9f2ab664c9d6d7546d5f403bda5157fc4b960b
1.0.48.15: fix null broadcast-streams as RUN-PROGRAM output streams

  Regression from 1.0.48.4.

  Since they have element-type T, COPY-DESCRIPTOR-TO-STREAM complains
  about them -- but it's more efficient to special-case them to the
  null device anyways.

  Also add a missing error message about unknown element types for input
  streams.

  ...and fix numbering of RUN-PROGRAM-CAT-* tests.
src/code/run-program.lisp
tests/run-program.impure.lisp
version.lisp-expr