Skip to content
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

compiler: support deprecated proto option #4741

Merged
merged 1 commit into from Aug 15, 2018

Conversation

elandau
Copy link
Contributor

@elandau elandau commented Aug 7, 2018

Honor protobuf's option deprecated = true; and include the @deprecated annotation on services and methods.

@thelinuxfoundation
Copy link

Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement.

After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.

Regards,
CLA GitHub bot

Copy link
Contributor

@carl-mastrangelo carl-mastrangelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

You probably need to regenerate the golden files after adding a dummy deprecated method.

@elandau
Copy link
Contributor Author

elandau commented Aug 7, 2018

Something funky is going on with getting the CLA signed. I'm not getting the validation email from https://identity.linuxfoundation.org/user/validate-email. Any suggestions on getting past this?

@carl-mastrangelo
Copy link
Contributor

@elandau check your spam folder. We have contacted the CNCF but so far can't tell what's going on.

@elandau
Copy link
Contributor Author

elandau commented Aug 8, 2018

Trying to trigger rebuild for CLA

@thelinuxfoundation
Copy link

Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement.

After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.

Regards,
CLA GitHub bot

@elandau
Copy link
Contributor Author

elandau commented Aug 9, 2018

Trying to trigger rebuild for CLA

@carl-mastrangelo
Copy link
Contributor

Re poking jobs, @ejona86 want to take a second look?

@ejona86
Copy link
Member

ejona86 commented Aug 10, 2018

Windows is failing because of a newline issue. The new golden files should probably be marked as binary in git.

Copy link
Member

@ejona86 ejona86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is the Windows newline thing to resolve. I think modifying .gitattributes is the way to do that.

@carl-mastrangelo
Copy link
Contributor

@elandau would you be able to apply @ejona86 's comment to get the Windows build to pass?

@ejona86 ejona86 merged commit 0d4051c into grpc:master Aug 15, 2018
@ejona86
Copy link
Member

ejona86 commented Aug 15, 2018

Thank you @elandau!

@lock lock bot locked as resolved and limited conversation to collaborators Nov 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants