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

I'm not sure if there's already a direct way to do this or not, but I didn't find it. Right now, if I understood correctly, doing `(ql:quickload "foo")` will always...

ASDF 3 supports looking up a system foo/bar/baz in foo.asd, where foo is the primary-system-name of foo/bar/baz. That foo.asd may explicitly define secondary systems with defsystem, and if the primary...

minitar fails to handle the wildchar characters in files in the current XHTMLambda tarball. Quicklisp should avoid creating tarballs that confuse minitar and hence quicklisp-client.

http://groups.google.com/group/quicklisp/browse_thread/thread/c65289a51d6a8951 ``` I'm trying to make quicklisp work with my pre-existing install (which works for sbcl, ccl, etc). I get an error when trying to load the client (version 2011040600)....

cl-minitar seems to ignore the exec-bit of files. This leaves shell scripts distibuted by quicklisp inaccessible (not that executable scripts are a great idea to start with, but this has...

Right now Quicklisp only supports fetching archives, code, metadata, and other supporting information via HTTP (not even HTTPS is available). It would be good to directly support fetching local files...

It's officially [used](http://lisp.hyperprostor.unas.cz/) by me so I'd like to see it exported in the same way as uninstall-dist.

As discussed on armedbear-devel (http://thread.gmane.org/gmane.lisp.asdf.devel/2916/focus=2780) When I `(ql:quickload :modf)` quicklisp loads closer-mop without even downloading modf from internet. This is visible on ABCL, because on ABCL closer-mop is not a...

I was bitten by this a couple times. ``` (ql:quickload :alexandria) ; => (:alexandria) (ql:uninstall :alexandria) ; => NIL (ql:uninstall "alexandria") ; => T ``` There may be a reason...

http://www.siftsoft.com/dl/sha1-horror-genre.lisp