quicklisp-client
quicklisp-client copied to clipboard
Quicklisp client.
Currently, quickload does an exact match for the system name. It would be nice if it did a match (possibly inexact) on both the system name as well as the...
Updating a dist may download and install replacement versions of existing projects. The old versions are no longer used, but they are not deleted either. Make some process to clean...
If HTTP stalls and someone interrupts it, make it easy to retry just that HTTP operation.
I receive this error when trying to load latest QuickLisp client: ``` [package ql-mezzano].............................. [package ql-mkcl]................................. [package ql-sbcl]................................. [package ql-genera].. **++++ Error between functions: Reader cannot find package SCL. **++++...
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,...
If you create a symlink to a directory in the QL `local-projects` directory, then LispWorks will loop indefinitely when looking for `*.asd` files. To reproduce (I can only try this...
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...
My `quicklisp/local-projects` is a symlink to a different directory hierarchy; `ql` doesn't support that: ```lisp (ql:list-local-projects) (#P"/home/...my-local-projects/drakmadrakma.asd" ...) ``` Ie. there's a directory separator missing between the source directory and...
More info in the Compatibility Notes in http://www.lispworks.com/documentation/lw80/lw/lw-common-lisp-14.htm.
Hi I just did a check on one of my quicklisp setups and I get the following message: ``` CL-USER 23 > (ql:update-all-dists) 1 dist to check. You already have...