|
From: | Chicken Trac |
Subject: | [Chicken-janitors] #1153: Behavior of normalize-pathname on the root directory |
Date: | Sat, 06 Sep 2014 01:09:11 -0000 |
#1153: Behavior of normalize-pathname on the root directory --------------------------------+------------------------------------------- Reporter: mario | Owner: Type: defect | Status: new Priority: minor | Milestone: 4.10.0 Component: core libraries | Version: 4.9.x Keywords: normalize-pathname | --------------------------------+------------------------------------------- normalize-pathname appends a dot to the root directory: {{{ #;1> (normalize-pathname "/") "/." #;2> (normalize-pathname "/foo/..") "/." }}} The expected result for those operations is {{{/}}}. -- Ticket URL: <http://bugs.call-cc.org/ticket/1153> CHICKEN Scheme <http://www.call-with-current-continuation.org/> CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |