ql:*local-project-directories* is not forwarded in static-image-op's perform

Bug #1927197 reported by Pierre Neidhardt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CFFI
New
Undecided
Unassigned

Bug Description

When a custom directory is added to `ql:*local-project-directories*`, `static-image-op`'s specialization of `perform` fails to forward its value to the SBCL / CLISP subprocess.

This may lead the operation to fail if it relies on a system found in the custom directory.

Indeed, the Quicklisp setup is capture:

```
                        ,@(if-let (ql-home
                                   (symbol-value (find-symbol* '*quicklisp-home* 'ql-setup nil)))
                            `((load ,(subpathname ql-home "setup.lisp"))))
```

but that's it. I believe `ql:*local-project-directories*` should be forwarded after the `load`.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.