[osicat-devel] bug in UNMERGE-PATHNAMES when called with #P

max at mr.gy max at mr.gy
Fri Jun 29 15:24:29 UTC 2012


> What should it do when it gets a relative pathname? E.g.:
> #p"foo/bar/".

I think #p"/" should not be treated fundamentally different to #p"foo/".

E.g.:
(unmerge-pathnames #p"foo/bar/baz" #p"foo/bar/") => #p"baz"
(unmerge-pathnames #p"/foo/bar/baz" #p"foo/bar/") => #p"/foo/bar/baz"





More information about the osicat-devel mailing list