On 24 Sep 2014, at 06:05, Pascal J. Bourguignon pjb@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...