[DGD]inherit_program() called twise

Felix A. Croes felix at dworkin.nl
Tue Oct 31 13:00:06 CET 2000


> I wondering if it is normal for inherit_program() in driver object to be called twise each time an object (that inherits something) is compiled.

Twice, or more often: that is normal.  DGD's compiler is not reentrant,
so if an inherited object is discovered not to exist, the current
compilation is aborted and the non-existing object is compiled first.
After that, the original object is compiled again, and inherit_program()
is called again.

Regards,
Dworkin

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list