-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remove unused injections of ResourceProvider #7595
Conversation
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.
I don't think these APIs are used by downstream.
i forgot to sign my commit. should the eca voter fail on that? |
|
Signed-off-by: Amiram Wingarten <amiram.wingarten@sap.com>
signed it now |
I did not have time to look before you signed. Did the ECA check pass without the signature? |
correct |
My memory is a bit hazy but IIRC the signature may only be required when the author is not a committer on the project. @vince-fugnitto is trying to test this with bogus PRs and the help of our non-committer students. |
Not definite proof that this is the way it's intended to be, but it looks like the theory above checks-out in practice. Here are 3 PRs that have an unsigned commit: |
This seems to confirm the theory: |
What it does
Remove unused injections of ResourceProvider.
How to test
Compile theia successfully.
Review checklist
Reminder for reviewers