-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support incremental annotation processing #14
Comments
Sorry actually wanted to provide more context around this as an issue but that is something still in my to-do. Anyways I reran some tests and it actually appears to be incremental and I don't see any warning from I did mention it to be non incremental in FAQ. Would like to do more tests before assuming it is incremental. |
Assuming it's just hooking into Dagger's SPI, it should be running whenever dagger runs (aka incrementally) |
That's my understanding too :) I think it is safe to call it incremental and update the docs. |
Hi @trevjonez, thank you for detailed analysis, I am reopening this and will work on this on priority for next release. It is true that scabbard does more work when enabled due to graph generation however I understand incremental build needs to be looked at priority. |
I remember seeing something somewhere that scabbard disables it (though didn't see anything obvious in code about this). Would be good to have the reasons documented and filing an issue for tracking it. Feel free to close if it's a technical limitation, but would be good to add this in the FAQ
The text was updated successfully, but these errors were encountered: