Fix uri->pathname too, just for completeness.
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 27 May 2014 16:41:16 +0000 (09:41 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Tue, 27 May 2014 16:41:16 +0000 (09:41 -0700)
commit29636b5868d00b658490829eb22ae5435547e29e
tree99c728412969bb209a038eee848a9c0e9fbee782
parentfa7268fbc03cb7a4608d71f546703246ce142769
Fix uri->pathname too, just for completeness.

(uri->pathname (pathname->uri "./file")) does not signal an error, but
it does not produce the same directory component as (->pathname
"./file").  Now (pathname=? (->pathname "./file") (uri->pathname...))
is #t, at least on Unix(?).
src/runtime/pathnm.scm