Fix OPEN when :if-exists/:if-does-not-exist are both NIL or :ERROR.
authorStas Boukarev <stassats@gmail.com>
Wed, 21 Aug 2013 22:05:02 +0000 (02:05 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 21 Aug 2013 22:05:02 +0000 (02:05 +0400)
commitf7c047cafd84b556398014c4932c90dba55a5c0d
treef7d3575711ae7eb197d49eaca21436dd0182a93e
parent47fe7f5b227bba5964d5dd4d2a93d9e4b1d1502e
Fix OPEN when :if-exists/:if-does-not-exist are both NIL or :ERROR.

Such combination results in OPEN never actually opening a file, only
either signalling an error or returning NIL.
Reported by Jan Moringen.
NEWS
src/code/fd-stream.lisp
tests/filesys.pure.lisp