chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1153: Behavior of normalize-pathname on the root dir


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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]