Eric Timmons
Eric Timmons
It kind of looks like the `t` that was already present in the call to `sly-read-from-minibuffer` may have been intended for the `allow-empty` optional argument, but instead it's consumed by...
Sorry, I just realized that I've had this sitting on my computer for a while now! I've been running it for close to two months (along with the `:around-compile` hook...
The package variance has been there for quite a while. You didn't notice it before because this (mostly) hid it: ```common-lisp #+sbcl (defmethod operate :around ((o load-op) (c (eql (find-system...
I've got a local branch that mostly fixes the variance. I'll work on finishing it and submit it for discussion.
Thanks, mostly fixed. `tar/simple-create` and `tar/simple-create-test` were accidentally committed and have been removed. It'd be great if you could just blacklist `tar-cli` and `tar-cli-asdf`. I use them internally to build...
Side note: Apparently it's only SBCL and ECL that have issues with `?`. CCL, ABCL, and Allegro don't seem to treat `?` as a wildcard character (can't test on clisp).
Cool. For number 3 I'll clean up my implementation and send a PR. As I've described it, it would be possible to include a digest since *something* has to generate...
D'oh. Actually I think there are ways to work around that ECL bug since the local file names likely won't have a "?" in them. So ignore that last bit.
And the live distribution would be a fairly big change that I imagine would likely live better in some extension to quicklisp, I just wanted to mention some things that...
That works only if the release containing the system has already been installed.