On Tue, Dec 31, 2013 at 1:11 AM, John Morrison jm@symbolic-simulation.com wrote:
? (merge-pathnames "foo:bar" #P"" :newest)
Error: "foo" is not a defined logical host
One could use make-pathname instead:
(make-pathname :name "foo:bar" :type nil) => #P"foo:bar"
How does this issue relate to osicat? Do you have a test case?
Cheers,