Opened 10 years ago
Closed 10 years ago
#1153 closed defect (fixed)
Behavior of normalize-pathname on the root directory
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.10.0 |
Component: | core libraries | Version: | 4.9.x |
Keywords: | normalize-pathname | Cc: | |
Estimated difficulty: |
Description
normalize-pathname appends a dot to the root directory:
#;1> (normalize-pathname "/") "/." #;2> (normalize-pathname "/foo/..") "/."
The expected result for those operations is /
.
Note: See
TracTickets for help on using
tickets.
Fixed in e43c7ebe22e8a97d2a5c2f34b7421d021ae6a372 (chicken-5) and b95f4c46b6e5d82609acdaa5e2f5cad7fc4ceaf3 (master)