On Sun, Jun 06, 2010 at 10:35:08AM +0000, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
if the byte-compilation takes place at compile time, when all modules are available (which are supported on the platform, of course), the byte-compiled A module will not be usable without B. On the other hand, if the module is byte-compiled on install, it becomes necessary to install B before A, otherwise A will not be able to use B even though it is installed.
hmm, then the most suitable action would be to force a recompilation of A when be in installed. not sure how to trigger that unless either all pike modules are recompiled everytime another pike module is installed, or more elaborate triggers are placed somewhere.
greetings, martin.