Opened 5 years ago
Last modified 6 months ago
#411 new defect
Logical Pathname mixed case problems
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | interpreter | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
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
Change History (9)
comment:1 Changed 5 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:3 Changed 17 months ago by
Milestone: | 1.6.0 → 1.6.1 |
---|
Ticket retargeted after milestone closed
comment:4 Changed 12 months ago by
Milestone: | 1.6.1 → 1.6.2 |
---|
Ticket retargeted after milestone closed
comment:5 Changed 10 months ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:6 Changed 10 months ago by
Milestone: | 1.7.0 → 1.7.1 |
---|
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed