-
Notifications
You must be signed in to change notification settings - Fork 764
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
Build failed can't print error log when component's count more than 100 #420
Comments
@wt1098078873 what do you mean by "component's count" ? |
I don't understand the issue either, but I would not be surprised if this is related to unicode issues. We haven't been very careful in our String treatment in various places in the annotation processor. |
@passy "component's count" meas "The number of component in my project". Can't print litho's error message when the number exceeds 100. |
But the compiler error looks pretty legitimate to me regarding "param must be annotated with ...". There's definitely no limit for the number of components anywhere. |
@wt1098078873 There is a chance that you capped the javac error output. check this issue and give a try on the proposed solutions google/dagger#306 |
@pavlospt It work for me. thanks. 👍 |
Version
Issues and Steps to Reproduce
Expected Behavior
Build failed can print error log anytime.
Link to Code
The text was updated successfully, but these errors were encountered: