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

Quicklisp client.

Results 88 quicklisp-client issues
Sort by recently updated
recently updated
newest added

The fallback ASDF (2.26) bundled with Quicklisp is too old to build many projects. I understand the desire not to update it to a newer version, but I think that...

Suppose I'm writing a commercial closed source software which depends on systems in quicklisp database. It has asd files and registered in local projects. Right now to be able to...

A friend of mine just hit the case described in https://github.com/quicklisp/quicklisp-client/blob/master/quicklisp/local-projects.lisp -- he renamed an `.asd` file in a local-projects subdirectory and tried to load it, and ASDF signaled a...

The declarations using `(sys:simple-int32-vector 256)` at https://github.com/quicklisp/quicklisp-client/blob/cadecc5e4b1923e707ce1bc1bbbafa0e334ae742/quicklisp/deflate.lisp#L128 and https://github.com/quicklisp/quicklisp-client/blob/cadecc5e4b1923e707ce1bc1bbbafa0e334ae742/quicklisp/deflate.lisp#L177 are incorrect and may lead to warnings. The type takes no parameters so this should be `sys:simple-int32-vector` instead. Patch in https://gist.github.com/m-lw/60af4aeb31067c5558eeee9e13b3eb20.

When two processes run in parallel, valious asdf-related calls (e.g. system-relative-pathname in my case) simultaneously tries to delete system-index.txt.bak which fail because another process has already deleted it. Candidate solutions:...

Hi, This is a minimal test case with SBCL 1.2.11 running on Mac OS 10.9. If I load this minimal file I get a strange error described at the bottom....

As it is, systems have to be uninstalled one-by-one Also, a :remove-dependencies option would be nice for those systems that pull in the entire universe

Here is a patch which enables Quicklisp to download and install systems named by :defsystem-depends-on. This helps if an ASDF component requires some package; with this patch, the required package...

Quicklisp bootstrap parse-url supports http://user:password@proxy:port URL scheme but the client code doesn't. We can just port the exising functions across the projects. (ql-http:parse-urlstring "http://username:password@proxyhost:8080") 0: ((LABELS QL-HTTP::IN-PORT :IN QL-HTTP::PARSE-URLSTRING) #\R)...

This update enables to use proxy authentication.