quicklisp / quicklisp-client

Quicklisp client.
http://www.quicklisp.org/
MIT License
296 stars 74 forks source link

[fixed] avoid index-file being locked due to recursive calling #230

Open Moriaty0o0 opened 4 months ago

Moriaty0o0 commented 4 months ago

calling find-system-in-index self in with-open-file causes locked file. another issue is that directory-namestring return value doesn't the include drive letter on Windows which makes make-system-index use the drive letter of the default-pathname-defaults which may be wrong.