ensure-directory-exists: didn't work when *d-p-d* had NAME or TYPE components.
authorStas Boukarev <stassats@gmail.com>
Fri, 13 Apr 2012 11:19:20 +0000 (15:19 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 13 Apr 2012 11:19:20 +0000 (15:19 +0400)
commit8093c3685a97f556a752fed1115f896d4cd9b13e
tree3d04ec457ae97bf9bab4ec4200b629d1c4149d79
parent8d7b58dabde9733600ef9176d2b6c6aef5013aea
ensure-directory-exists: didn't work when *d-p-d* had NAME or TYPE components.

(let ((*default-pathname-defaults* #p"/tmp/foo"))
     (ensure-directories-exist "/"))
signalled an error that "/" doesn't exist because it was checking for "/foo".
NEWS
src/code/filesys.lisp
tests/pathnames.impure.lisp