On Tue, May 26, 2009 at 6:35 PM, Abdulaziz Ghuloum <[email protected]> wrote: > Currently, ikarus recompiles a library if its source is newer than > the compiled version, or if any of the libraries it depends on has > been recompiled. As Ramana said, this is not sufficient: you might > want a library to be recompiled when something else happens, like > when a third file changes, or when a database schema changes, or > when an HTTP response you get from a central repository changes, > or whatever. The general mechanism that I'm working on allows you > to express these external dependencies.
I see. Thanks Aziz and Ramana.
