[TIMOB-10673] CodeProcessor: Implement support for incremental building
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T20:11:12.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-08-27T11:59:13.000+0000 |
Updated | 2017-03-16T21:33:15.000+0000 |
Description
We should detect what, if any, files have changed since the last run. This means we need mechanisms to:
* Compare current options to previous options (some of them will force a complete re-run)
* Determine what code a change in a file affects (it could affect other files which need to be re-run)
* Have mechanisms for serializing data necessary to do a re-run with cached information
Code processor is dead.
Closing ticket as the issue won't fix.