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

This is likely false memory, but I don't remember Quicklisp having this performance issue a few months ago, before I reinstalled all my dev tools. I measured how long it...

Most of these changes are stylistic (improvements). Exceptions are: - [Fix EQL on numbers](https://github.com/quicklisp/quicklisp-client/commit/fc5baddb65f9817a688bb175f2d51227d96b3244): Using `=` to compare numbers is better, since `=` signals a type-error if supplied non-number, while...

According to the LOAD-TIME-VALUE entry for CLHS http://clhs.lisp.se/Body/s_ld_tim.htm, "It is guaranteed that the evaluation of form will take place only once when the file is loaded, but the order of...

During the last few months, I have encountered a bug that prevents QL from loading a system after a fresh SBCL upgrade, see the attached backtrace. I can not really...

**Description** If the destination directory for `ql:bundle-systems` is inside one of the include system folders, then this will start an infinite copying loop. A common case is if you are...

* Update ASDF to version 3.3.4.14 which includes support for Genera * Add Genera's network implementation * Add Genera's implementation of QL-IMPL file and directory functions * Genera's init file...

I get the following error if I don't have CFFI installed beforehand when attempting to load trivial-features-tests whose [ASDF system]() depends on cffi-grovel via `:defsystem-depends-on`: ``` * (ql:quickload "trivial-features-tests") Error...

I'm using clisp. And it is failed to install quicklisp. OS: centos7 clisp: version 2.49 here is log for your reference: [1]> (load "quicklisp") ;; Loading file /home/angelo/bin/lisp/quicklisp.lisp ... ====...

`bundle-systems` bases its idea of what systems it needs to copy only on systems in dists (I think this is the right term?): you can tell it to copy the...

Hi, This is a minor problem but I often use `system-apropos-list` to find the exact name of a system whose name I don't quite remember, or when trying to see...