Summary

normalize-pathname expands paths started with dot-slash-slash wrongly.

Metadata

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).