On Tue, Feb 19, 2013 at 11:27 PM, Dave Cooper <david.cooper@genworks.com> wrote:If you're using ASDF3's program-op or the underlying dump-image,
> When "saving a world" (i.e. "dumping" an image, e.g. "dumplisp" in Allegro
> CL), which has asdf (and quicklisp) loaded in it, what is the proper way to
> clear the output-translations and any other local path residue from ending
> up in the saved image?
>
then you don't need do anything to clean up the output-translations:
it's all handled for you using the *image-dump-hook*.
On ASDF2, I recommend using (asdf:clear-configuration)
before you dump an image.
Indeed.
> That is, when a new user starts the image on a target machine, it should be
> forced to re-initialize the output-translations to the appropriate path for
> the new user (e.g. ~/.cache/common-lisp/... with respect to new user's home
> directory).
>
Regards,
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
An insult may sometimes adequately fit the person who is insulted.
However, it can only ever possibly tarnish but the person who insults.