-
Notifications
You must be signed in to change notification settings - Fork 11
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
ignore AutoService warnings locally #7063
base: develop
Are you sure you want to change the base?
Conversation
Generate changelog in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, I think the change makes sense. Though do we know if this is documented anywhere / is there a good place for us to know when we can remove this?
I don't think this is being tracked anywhere internally. Just a few slack threads where people have run into this. It's an intermittent error and |
General
Before this PR:
@SuppressWarnings("AutoService")
sometimes does not get picked up by the compiler on incremental builds, which causes local builds to fail.After this PR:
==COMMIT_MSG==
ignore AutoService warnings locally
==COMMIT_MSG==
@jeremyk-91