Fix a couple of issues with ENOUGH-NAMESTRING not returning the
shortest namestring: (enough-namestring #p"/foo" #p"/") => "foo", not "./foo" (enough-namestring #p"foo/bar" #p"foo/") => "bar", not "foo/bar" We check for a common prefix for all cases first now, instead of just when the pathname is :absolute.
Loading
Please register or sign in to comment