Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Robert P. Goldman
Dave Cooper wrote: Dear ASDF maintainer(s), I just noticed that it is necessary to do (uiop:setup-temporary-directory) in an image which has UIOP built into it, when that image is run on a different machine or under a different user account (at least on Windows). Otherwise, the

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Dave Cooper
I think my issue is that I am not using the UIOP image dump facility. This is because in Allegro CL we use thei built-in excl functions like excl:generate-application --- it's not a matter of a generic dumplisp. So I'm pretty sure the solution is to call the register-image-restore-hook myself as

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Robert P. Goldman
Dave Cooper wrote: I think my issue is that I am not using the UIOP image dump facility. This is because in Allegro CL we use thei built-in excl functions like excl:generate-application --- it's not a matter of a generic dumplisp. So I'm pretty sure the solution is to call the

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Faré
On Tue, Jun 17, 2014 at 2:51 PM, Robert P. Goldman rpgold...@sift.info wrote: Dave Cooper wrote: I think my issue is that I am not using the UIOP image dump facility. This is because in Allegro CL we use thei built-in excl functions like excl:generate-application --- it's not a matter of a

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Robert P. Goldman
Faré wrote: On Tue, Jun 17, 2014 at 2:51 PM, Robert P. Goldman rpgold...@sift.info wrote: Dave Cooper wrote: I think my issue is that I am not using the UIOP image dump facility. This is because in Allegro CL we use thei built-in excl functions like excl:generate-application --- it's not a

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Robert P. Goldman
Faré wrote: On Tue, Jun 17, 2014 at 4:33 PM, Robert P. Goldman rpgold...@sift.info wrote: It is probably a bug that there isn't a uiop/stream:clear-temporary-directory that gets registered via uiop/configuration:register-clear-configuration-hook in uiop/configuration. I can do it, though

Re: [Asdf-devel] Need to do uiop:setup-temporary-directory in image built with uiop

2014-06-17 Thread Faré
On Tue, Jun 17, 2014 at 11:47 PM, Robert P. Goldman rpgold...@sift.info wrote: clear-configuration is the function you call when configuration files may have been modified and you want to invalidate any current configuration loaded from them. All it does is call the functions in the