chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1202: normalize-pathname expands paths started with


From: Chicken Trac
Subject: [Chicken-janitors] #1202: normalize-pathname expands paths started with dot-slash-slash wrongly.
Date: Mon, 20 Jul 2015 15:07:28 -0000

#1202: normalize-pathname expands paths started with dot-slash-slash wrongly.
--------------------------------+--------------------
 Reporter:  hckiang             |      Owner:
     Type:  defect              |     Status:  new
 Priority:  major               |  Milestone:  4.10.0
Component:  core tools          |    Version:  4.9.x
 Keywords:  normalize-pathname  |
--------------------------------+--------------------
 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"
 }}}

--
Ticket URL: <http://bugs.call-cc.org/ticket/1202>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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