Zach Beane

Results 94 issues of Zach Beane

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

The controller fetches a lot of projects from a lot of different sources to compile a dist. There is some information about where the projects are generally fetched in https://github.com/quicklisp/quicklisp-projects/...

In d2a68450e7b6acd027412f2364c3be1ac1622a08 @orivej made it possible to map over the source objects in parallel. Unfortunately, the build process of `ensure-what-wins-you-can` assumes it can use fixed locations on the filesystem as...

When there is a potentially disruptive update to the bootstrap and client code, it should be possible to do the following: - Enumerate which older bootstrap & client files are...

Right now slime-setup is called with a fixed list of contribs `(slime-fancy)`. It would be nice to have that list configurable.

Now that there is more than one dist, e.g. qlalpha, hardcoding "quicklisp" as the dist name is a bad idea.

If someone follows the installation directions exactly, they will be left with a system that can't actually run slime very usefully. Most people don't use cmucl, but the default inferior-lisp-program...

I get this failure: http://report.quicklisp.org/2019-04-28/failure-report/inlined-generic-function.html#inlined-generic-function ```; caught ERROR: ; during macroexpansion of (MATCH2*+ (WHOLE) (T) ...). Use *BREAK-ON-SIGNALS* to intercept. ; invalid number of arguments: 8```

Building with SBCL 2.1.6 / ASDF 3.3.1 for quicklisp dist creation. Trying to build commit id c1c2fa9ded5eac334ab5a49afddb4117b583f1eb *clml.docs* fails to build because of a failure in _clml.time-series_. *clml.graph* fails to...

The latest SBCL checks (to some degree) that the object in `:initform` matches the `:type` option. This causes some build failures in CLML. Logs are here: http://report.quicklisp.org/2020-09-29/failure-report/clml.html