Manu Sridharan
Manu Sridharan
Ah right I see this is already documented. In any case good to have an open issue about it. Is it a particular API call that fails when the file...
This makes sense but I don't think it mitigates #20. If there are other annotation processors that generate code, like AutoValue, then those processors still need to run during the...
@vladimirfx you have a good point. It would be great if the plugin supported separate tasks, where the Checker task could just consume all the generated code from the annotation...
@vladimirfx you could use the Gradle property trick locally as well. Can you say what is insufficient about use of a Gradle property?
@vladimirfx I agree that in many scenarios teams will want to run Checker Framework separately from their main build. Gradle flags provide one way to do that. I am not...
@Kavignon it looks like roslyn is the way to go for transforming C# code (I assume you wanted C# support): https://github.com/dotnet/roslyn Here's an article I found on transforming C# code...
Glad it’s almost working! Two tips for the future: 1. If you’re having a problem with Piranha, please either open a new issue or comment on an issue reflecting the...
Thanks for the report! Seems like we should either fix this bug or document that we assume proper (GJF) formatting
@kageiit @raviagarwal7 gentle ping
@raviagarwal7 that’s pretty much what I have in my top level build.gradle: https://github.com/msridhar/okbuck-ep-test/blob/autovalue/build.gradle Is there something wrong there?