-
Notifications
You must be signed in to change notification settings - Fork 67
Support of Multi-Round-Processing of KSP? #263
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
Comments
I believe that it would fall under the same issue, but I would have to investigate more closely to be sure, since I don't personally use multi-round-processing. It's also possible that this is implemented in the Gradle task, though that would be a bit unusual. |
Thanks for the replay! The multi round is actually executed. If it helps I can link you my tests where I am run into this. |
Please do, I will take a look at it. |
Sry for the late replay, I just wanted to avoid to many parts in the project. |
FYI: It seems like KSP 1.7.0-1.6.0 and KCT 1.4.9. magically resolve that issue (for now). |
Hey,
First of all thank you for maintaining this project - I used it excessively and it is pretty awesome!
However I have just a question in regards to multi-round-processing of KSP with Compiler tests.
Currently I generate some sources which are annotated them self which should be picked up by KSP in subsequent round. While running my Processor in a Compiler Test Context, KSP won't do that, but while running my entire setup in integration it does.
I'm correct if I am assume it has something to do with #129?
The text was updated successfully, but these errors were encountered: