#411: Logical Pathname mixed case problems -------------------------+---------------------------- Reporter: mevenson | Owner: Type: defect | Status: new Priority: major | Milestone: 1.4.0 Component: interpreter | Version: 1.4.0-dev Keywords: | Parent Tickets: -------------------------+---------------------------- jackdaniel on #abcl reports
{{{ #| mkdir -p /tmp/Yyy/bbb && touch /tmp/Yyy/aaa && touch /tmp/Yyy/bbb/aaa |#
(setf (logical-pathname-translations "test") `(("**;*.*.*" ,(merge-pathnames "**/" "/tmp/Yyy/aaa"))))
(truename #P"test:aaa") ; works (truename #P"test:bbb;aaa") ; doesn't work (Yyy treated as yyy) }}}
N.b. this "usually" works on OS X with the default HFS+ case folding option
-- Ticket URL: http://abcl.org/trac/ticket/411 armedbear http://abcl.org armedbear
armedbear-ticket@common-lisp.net