Zach Beane
Zach Beane
One option would be to create new temporary directory, copy your project to it, set `ql:*local-project-directories*` to that path, then do: (ql:bundle-systems (asdf:system-depends-on "my-project") :to "/my/bundle/" :include-local-projects t) Zach On...
Does (ql:use-only-quicklisp-systems) do what you want?
That sounds good to me, but my current understanding of ASDF's registry system makes me think it would be very difficult to do.
Wasn't this solved by making ASDF call functions in the `*system-definition-search-functions*` list again with the primary-system-name?
Ok, I didn't realize anyone other than the new, non-supported iolib was using slashed names. I'll make sure that any project with slashed names is excluded in future Quicklisp updates.
Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/vellum-binary.html
Failure log here: http://report.quicklisp.org/2022-01-29/failure-report/cl-myriam.html
Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/cl-bmas.html
Does the same thing happen with the latest release? I accidentally added it with mixed-case in August, but it is now all-lowercase in September. The underlying issue remains, but for...
The [bundle feature](https://www.quicklisp.org/beta/bundles.html) does that in kind of a different way - it allows you to produce a set of libraries that are easily loaded in a new image without...