Matthew Stickney
Matthew Stickney
I was working on an ODBC driver for cl-dbi the other day, and I've run into a snag: the driver has to allocate some (foreign) resources to execute a query,...
Body elements are loaded in the order that they are seen; by loading at the end of the body, they are not available for content that needs them, like the...
Commit ceb48372fa2148188a7522a794fdc37d20f32f1b moved external scripts from <head> to the <body> tag, which has broken the github projects sidebar. The sidebar uses javascript that depends on ender.js, but the sidebar script...
With the change in #119, the server no longer shuts down when listening on the all-interfaces address (`0.0.0.0`). The trouble seems to be that `get-local-name` returns `0.0.0.0` as the address...
`archive` signals an error for unknown tarball entry types (including relatively common ones like symlinks), while quicklisp's own ql-minitar generally just ignores unknown entries. Since archive appears to be less...
I recently tried to load some old software of mine that used qlot, and ran into some issues with github sources. I've been working through them, but the changes I'm...
I just ran into an install issue with a github source, and I'm not sure what the expected behavior is, so I can't tell if it's a bug or just...
This seems to be a recent change, and it might have been intentional, but qlot is now resetting `asdf:*central-registry*` inside `qlot:with-local-quicklisp`, which leads to some odd behavior. For example, I...
I've just noticed that in the latest quicklisp release, the cffi-toolchain system depends on the system `(:VERSION "asdf" "3.1.2")`, which breaks qlot's `ensure-installed-in-local-quicklisp`. `ensure-installed-in-local-quicklisp` tries to `string-downcase` the system name,...
According to the readme, `rove:run` takes a package, and runs the test suite for that package, but in practice `rove:run` calls `rove/core/suit:run-system-tests`, which attempts to load the argument as a...