close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 15 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.

Change History (1)

comment:1 Changed 15 years ago by Raymond Toy

Resolution: fixed
Status: newclosed

Fixed. Should be available in the 2009-04 snapshot.

Note: See TracTickets for help on using tickets.