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

Quicklisp bootstrap.

Results 9 quicklisp-bootstrap issues
Sort by recently updated
recently updated
newest added

* Adds a load-time check that the version of Genera contains the patches requied by Quicklisp. * Adds Genera's network implementation. * In Genera, #\Tab is not an ASCII character...

Get quicklisp to fetch the resources using https instead of http quicklisp/quicklisp-client#167

When `quicklisp-quickstart:install` function is called in the Quicklisp bootstrap process ASDF writes `.fasl` files to its default location `~/.cache/common-lisp/...`. In some situations I prefer to keep all files inside my...

Add support for HTTP proxies that require authentication. See http://groups.google.com/group/quicklisp/browse_thread/thread/aba32c79d80eec86 for the initial request.

On a lark, I tried to load Quicklisp on MCL 5.2 on an iBook G4 running Mac OS X 10.4.11. It failed because on that platform, there’s no `CCL:make-socket` to...

This adds a hint to inform users of `ql:configure-asdf` as discussed in https://github.com/quicklisp/quicklisp-client/pull/137 after installation. Optionally, users could have Quicklisp create an ASDF user configuration that adds the Quicklisp tree...

time echo version-$(grep -Eohm1 2[0-9-]{9} quicklisp.lisp) -> version-2015-01-28 real 0m0,005s user 0m0,000s sys 0m0,000s time echo version-`grep 'defvar qlqs-info:.version.' quicklisp.lisp | cut -d\" -f 2` -> version-2015-01-28 real 0m0,010s time...

TL;DR: My suggestions: - Please make `(quicklisp-quickstart:install)` show a simple message instead of throw an error when trying to re-install Quicklisp - Please show the suggestion of using `(ql:add-to-init-file)` after...

The ASDF shipped with latest Quicklisp-client doesn't work on Allegro CL 8.1 correctly. So I fixed it and made an ugly patch for it. I'm so sorry I don't know...