Date: Wed, 30 Oct 2024 15:30:55 +0200
Gabriel Dos Reis <gdr_at_[hidden]> writes:
> For modules, the compiler is able to report dependencies. Do we
> have analogous situation here?
It needs to be. Specifically, additional inputs and outputs should
be reportable ahead of compilation and preferably this should be
relatively cheap. It needs to be ahead of compilation because inputs
themselves could be auto-generated. And I am not aware of any build
system that doesn't require dynamic outputs to be known before invoking
the tool (build2 certainly doesn't support this and likely never will).
> For modules, the compiler is able to report dependencies. Do we
> have analogous situation here?
It needs to be. Specifically, additional inputs and outputs should
be reportable ahead of compilation and preferably this should be
relatively cheap. It needs to be ahead of compilation because inputs
themselves could be auto-generated. And I am not aware of any build
system that doesn't require dynamic outputs to be known before invoking
the tool (build2 certainly doesn't support this and likely never will).
Received on 2024-10-30 13:30:07