On Mon, Mar 29, 2010 at 6:05 PM, Juan Jose Garcia-Ripoll < juanjose.garciaripoll@googlemail.com> wrote:
On Mon, Mar 29, 2010 at 5:47 PM, Robert Goldman rpgoldman@sift.infowrote:
I.e., can you characterize this declaratively in terms of the values of MODULE-COMPONENTS, and for some operation the values of INPUT-FILES and/or OUTPUT-FILES?
I do not understand your concerns or those in other messages. I do not intend to change the API, nor the way TRAVERSE works. I just want to code a _separate_ function that ensures we gather everything that is needed for a system to load. I see three uses of a better coded GATHER-COMPONENTS
- Find the compiled files that make up a system
- Find all the components that make up a system
- Find all the files that make up a system
I forgot
4) Find all the components that make up a system 5) Find all the components and subcomponents that make a up a system.
Again 4) and 5) can be defined w.r.t a fresh new image which assumes that everything has been compiled beforehand, so that no spurious LOAD, COMPILE-FILE and other operations take place.
Juanjo