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>
Sat, 11 Oct 2014 20:26:16 +0000 (13:26 -0700)
commit362dfd22cb3ffe01c79242d4f473e76c9898f2e7
tree937cb80b2d68254bb610895e22e553f2542c0caa
parentb141c4fc326a9a40b0eb5b2bfe91667f50a72fa5
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