[Armedbear-devel] wild-pathname-p inconsistent?
Mark Evenson
evenson at panix.com
Wed Sep 24 05:59:37 UTC 2014
On 24 Sep 2014, at 06:05, Pascal J. Bourguignon <pjb at informatimago.com> wrote:
>
> Why do we have?
>
> (wild-pathname-p #P"*-blah") -> T
> (wild-pathname-p #P"*-blah" :name) -> NIL
>
> This is inconsistent (and non-conforming).
[…]
Indeed problematic; filed as [ticket #371][1].
The [implementation of CL:WILD-PATHNAME-P turns out to be in Java][2] so fixing
this bug should be the fairly easy task of cleaning up the logic in
pf_wild_pathname_p().
Thanks for the detailed report.
[1]: http://abcl.org/trac/ticket/371
[2]: http://abcl.org/trac/browser/trunk/abcl/src/org/armedbear/lisp/Pathname.java#L1889
--
"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 at common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel
More information about the armedbear-devel
mailing list