Hi, I think this is related to a message from Geronimo but I want to verify an answer. From what I understand there is currently a general framework for incremental build where there are a set of inputs and a set of outputs and if the inputs have changed then the task is executed. I gather in the future the inputs that are different will be accessible so a task can use those inputs to efficiently execute.
The usecase I am looking at is compilation. If only one source file has changed then only that file needs to be recompiled, rather than all of them. Am I understanding the situation correctly? Jesse
