Summary
normalize-pathname expands paths started with dot-slash-slash wrongly.
Metadata
- Id: 7961aa41b326ab72a01498ad8b5f27879e963433
- Trac id: 1202
- Type: defect
- Reporter: hckiang
- Owner: evhan
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.10.0
- Version: 4.9.x
- Changetime: 2015-07-22 15:18:45 UTC
- Created: 2015-07-20 17:07:28 UTC
- Keywords: normalize-pathname
Description
normalize-pathname expands paths started with dot-slash-slash wrongly.
#;99> (normalize-pathname ".//foo/bar") "/foo/bar" #;100> (normalize-pathname ".///foo/bar") "/foo/bar" #;101> (normalize-pathname ".////foo/bar") "/foo/bar"
Changes and comments
[2015-07-21 12:20:14 UTC] evhan changed status from new to assigned
[2015-07-21 12:20:14 UTC] evhan set owner to evhan
[2015-07-21 12:20:14 UTC] evhan wrote:
Patch posted.
[2015-07-22 15:18:45 UTC] mario changed status from assigned to closed
[2015-07-22 15:18:45 UTC] mario set resolution to fixed
[2015-07-22 15:18:45 UTC] mario wrote:
Fixed in cde395398877f1ec984e3a38f8bd810926f23be2 (master), d1d093f027c8c1d0953bf6df6431a8340a5dc5d4 (prerelease) and e81a4dcc39f4b7f2ab8a51c2710940599d93bc0e (chicken-5).