sb-simple-streams: signal an error for bad stream classes in OPEN
authorKambiz Darabi <darabi@m-creations.net>
Fri, 6 Jan 2012 08:11:36 +0000 (09:11 +0100)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 13 Apr 2012 08:23:04 +0000 (11:23 +0300)
commitac28b4bc430e89db490c9bb23ec7aa8d7cfe318a
tree26415d23b9f1e02027f86b30bd8c79d6cd224da8
parent768798e7839d849017164154d0ab70ce975fe5e3
sb-simple-streams: signal an error for bad stream classes in OPEN

  Instead of silently returning NIL, signal an error if the class does not
  exist (if argument :class is a symbol) or is not a stream class.

  lp#969352
NEWS
contrib/sb-simple-streams/impl.lisp
contrib/sb-simple-streams/simple-stream-tests.lisp