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

Fix index file lock and wrong path

Open Moriaty0o0 opened this issue 1 year ago • 0 comments

When probe-file returns nil, make-system-index will open index file again when not close it in with-open-file.

Because directory-namestring return value doesn't include host, when default-pathname-defaults is set to another host, make-system-index will get wrong path about index file, which is replaced by uiop:pathname-directory-pathname.

Moriaty0o0 avatar Mar 02 '24 02:03 Moriaty0o0