Summary
Behavior of normalize-pathname on the root directory
Metadata
- Id: 25eb70d3c41eb176a6fb720507f42150064ca6b0
- Trac id: 1153
- Type: defect
- Reporter: mario
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.10.0
- Version: 4.9.x
- Changetime: 2014-10-09 21:29:11 UTC
- Created: 2014-09-06 03:09:11 UTC
- Keywords: normalize-pathname
Description
normalize-pathname appends a dot to the root directory:
#;1> (normalize-pathname "/") "/." #;2> (normalize-pathname "/foo/..") "/."
The expected result for those operations is /.
Changes and comments
[2014-10-09 21:29:11 UTC] sjamaan changed status from new to closed
[2014-10-09 21:29:11 UTC] sjamaan set resolution to fixed
[2014-10-09 21:29:11 UTC] sjamaan wrote:
Fixed in e43c7ebe22e8a97d2a5c2f34b7421d021ae6a372 (chicken-5) and b95f4c46b6e5d82609acdaa5e2f5cad7fc4ceaf3 (master)