On 11/10/10 11:27 PM, Ville Voutilainen wrote:
On 11 November 2010 00:23, Mark Evensonmevenson@common-lisp.net wrote:
Log: Check type in MAKE-PATHNAME for :DIRECTORY components.
error(new TypeError("DIRECTORY argument not a string, list of strings, nil, :WILD, or :UNSPECIFIC.", value, NIL));
Where's :WILD-INFERIORS?
I'm quoting from CLHS which doesn't seem to be entirely accurate, as (make-pathname :directory '(:absolute "foo" "bar"))
isn't exactly a list of strings now is it?
Feel free to adjust the message to be more precice: my eyes are heavy with sleep right now!