Opened 16 years ago
Closed 16 years ago
#31 closed defect (fixed)
pathname bug with :case :common
Reported by: | Raymond Toy | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | 2009-02 |
Keywords: | Cc: |
Description
Paul Foley reports:
(pathname-directory "/tmp/Foo/BAR/" :case :common) Actual result: (:ABSOLUTE "tmp" "Foo" "BAR") Correct result: (:ABSOLUTE "TMP" "Foo" "bar")
The problem is MAYBE-DIDDLE-CASE
looks for mixed case across the entire list, rather than looking at each element separately.
Note: See
TracTickets for help on using
tickets.
Fixed. Should be available in the 2009-04 snapshot.