1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT et al. are pathnames.
authorRichard M Kreuter <kreuter@users.sourceforge.net>
Thu, 31 Jan 2008 19:29:24 +0000 (19:29 +0000)
committerRichard M Kreuter <kreuter@users.sourceforge.net>
Thu, 31 Jan 2008 19:29:24 +0000 (19:29 +0000)
commit0e5d338cec4e90475ea88f6892c24c62a07ae579
tree139681e69f042ac3fb8410cecd528e2411587675
parent46c578f4cf21abde02e39a5da5a96dbd6653c4b8
1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT et al. are pathnames.

* GET-DESCRIPTOR-FOR is defined with &rest, &key, and
  &allow-other-keys, and one pathway passes the &rest list to OPEN.  A
  recent addition of a keyword argument to GET-DESCRIPTOR-FOR that
  OPEN didn't recognize created a problem.

* Add test for the correct behavior.
src/code/run-program.lisp
tests/run-program.impure.lisp
version.lisp-expr