Ting-Yuan Huang
12/22/2020, 5:14 AMksp.incremental=true
. Logs can be enabled by ksp.incremental.log=true
. They are disabled by default so no worries :-)
Incremental processing in KSP relies on processor's knowledge of how inputs are associated with outputs. Therefore, a new parameter is introduced to CodeGenerator.createNewFile
. There is also CodeGenerator.associate
to associate inputs and outputs, in case the relation isn't clear when creating the outputs. This is an API change that breaks existing code. Please see the API for details.
Please give it a try and share your thoughts! We need your help to improve the API.spierce7
12/23/2020, 5:25 AMZac Sweers
12/23/2020, 11:49 PMTing-Yuan Huang
12/23/2020, 11:51 PM