Re: [armedbear-devel] [armedbear-cvs] r13017 - trunk/abcl/src/org/armedbear/lisp
On 11 November 2010 00:23, Mark Evenson <mevenson@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?
On 11/10/10 11:27 PM, Ville Voutilainen wrote:
On 11 November 2010 00:23, Mark Evenson<mevenson@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! -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
Looks like http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node206.html would be a better reference. -Alan On Wed, Nov 10, 2010 at 5:33 PM, Mark Evenson <evenson@panix.com> wrote:
On 11/10/10 11:27 PM, Ville Voutilainen wrote:
On 11 November 2010 00:23, Mark Evenson<mevenson@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!
-- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
_______________________________________________ armedbear-devel mailing list armedbear-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
participants (3)
-
Alan Ruttenberg
-
Mark Evenson
-
Ville Voutilainen