Summary

Behavior of normalize-pathname on the root directory

Metadata

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)