quicklisp-client
quicklisp-client copied to clipboard
Quicklisp client.
`sbcl` gives the following 2 compiler notes: ```common-lisp ; file: .../quicklisp/http.lisp ; in: DEFUN PROCESS-HEADER ; (ERROR "Unable to process HTTP header") ; ; note: deleting unreachable code ``` ```common-lisp...
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...
Some systems were appearing multiple times when calling `who-depends-on`. That should be fixed with this patch.
- Added defaults for arguments - Added example calls Hello! :-) I'm really interested in helping to improve quicklisp and read everything I could find about it. I found your...
Hey there. This function is not being used, afaikt, so I made this PR to remove it. Feel free to close it if there's any reason to keep it. Cheers
This PR adds some specialization on methods in the codebase. This is done in places where the methods rely on accessors specific to a particular class, despite the parameters not...
```bash $ sbcl This is SBCL 2.5.0, an implementation of ANSI Common Lisp... * (ql:add-to-init-file) I will append the following lines to #P"/home/urmom/.sbclrc": ... $ cat ~/.config/sbcl/sbclrc (setf sb-ext:*userinit-pathname-function* (lambda...
The code is littered with TOCTTOU issues. These need a condition handler around `rename-file` and `delete-file` to handle implementations that raise `file-error` if there is an error, the solution isn't...