quicklisp-client
quicklisp-client copied to clipboard
Quicklisp client.
After updating to new quicklisp client and restarting CMUCL, or old versions of ECL, I have the following sitnuation: ``` CMU Common Lisp 20c release-20c (20C Unicode), running on ubuntu...
Recently I was having trouble loading my local quicklisp projects in the sbcl windows port. ``` lisp (ql:quickload :clunit) ``` Signaled the following error (likewise for all local projects): ```...
Per ThomasH on IRC: I think system-index.txt was generated by LispWorks and CCL doesn't want to play nice with that. I'll confirm. Indeed, that is the problem, CCL wants directories...
A trailing empty line in systems.txt evokes SB-KERNEL:BOUNDING-INDICES-BAD-ERROR in SBCL. And when EOF is immediately after system-name, the system is parsed, but the printed version is corrupted: " / cl-2dsyntax-20120930...
(find "Open-VRP" (ql-dist:provided-releases (ql-dist:dist "quicklisp")) :test #'string= :key #'ql-dist:name) => #<RELEASE Open-VRP-20120811-git / quicklisp 2012-08-11> (ql-dist:release "Open-VRP") => NIL Is it a bug? It it the only release for which...
Slime with Allegro CL on Windows needs a special program to run - just pointing inferior-lisp-program to the exe file doesn't cut it. It would be nice to have a...
Add a restart that allows using SYSTEM-APROPOS for cases when a user has attempted to load a system using the name of a project instead of the system name i.e...
Would be nice to leave some traces of what upgrade operations have been performed and when, with the full output. This would facilitate debugging some issues such as the inaccurate...
In theory, Quicklisp can be ported to a new implementation of CL without modifying any of the Quicklisp sources by adding the appropriate methods to a handful of generic functions....
It would be good to support local dists via file:/// URLs.