quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Handle symlinks to directories in LispWorks

Open tfeb opened this issue 2 years ago • 0 comments

If a symlink points to a directory, then LW will, if link transparency is false (which it is) return its name as a filename from directory: as a name whose file-namestring is not nil in other words. Deal with this in directory-entries by appending the name to the directory components.

This should deal with issue #226.

I think this is a better fix than PR #222 which currently has problems with packages.

tfeb avatar Oct 17 '23 13:10 tfeb