quicklisp-client
quicklisp-client copied to clipboard
Quicklisp client.
SBCL. Quicklisp 2013-01-28. ``` rm -r ~/.cache/common-lisp/ (ql:quickload :unicly) ``` works, while ``` rm -r ~/.cache/common-lisp/ (ql:quickload :unicly :verbose t) ``` fails. Seem to be caused by `muffle-warning` done by...
I'd love to make a ql distribution for my colleagues and myself that fetches tarballs directly from our source control website (such as gitlab or github) based on git SHA-1...
Where is no (?) way to get the information about particular package. When searching for some packages using ql:system-apropos the packages found are displayed, but there is no way to...
> Error: FIND-SYSTEM-IN-DIST returned # but I expected one of (#) > While executing: #, in process Listener(4). > Type cmd-. to abort, cmd-\ for a list of available restarts....
client.lisp is the best place for moving since misc declared quicklisp-client package. Tested. Runs and works. Reason for change: seeking to minimize application footprint and better structure.
``` $ ls -l local-projects/ mgl-pax -> ../../own/mgl-pax $ cat system-index.txt /home/mega/own/mgl-pax/mgl-pax.asd ``` Note that the pathname in system-index.txt is absolute. This is on SBCL, and can be remedied by...
Code inside the system refers to symbols in toplevel `setup.lisp` file (`ql-setup:qmerge`), what may lead to broken builds of standalone executables depending on Quicklisp. I suspect that it also affects...
When using ASDF's package-inferred-system, not all systems are explicitly defined in the .asd file, and therefore do not get picked up during the metadata generation. This makes it impossible to...
Loading some systems requires running external program. Example of this is cffi-grovel. On ECL `run-program` can't work with an `:output` stream if that stream doesn't have a file descriptor. `(ql:quickload...
I sometimes encounter problems like this: http://cl-test-grid.appspot.com/blob?key=904796 The error says it can't find the "hu\.dwim\.stefil.asd" file. The file exists, but of course without slashes before the dots in the name....