Skip to content
Snippets Groups Projects
Commit afe77f2a authored by rtoy's avatar rtoy
Browse files

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.
parent ae5ff23e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment