Include GRPC::GenericService from root namespace#25153
Merged
apolcyn merged 1 commit intogrpc:masterfrom Mar 18, 2021
Merged
Conversation
|
|
be641d4 to
66f87bc
Compare
Contributor
Author
|
@apolcyn Any chance this could be merged soon? This issue forces us to do some annoying post-processing steps atm. |
Contributor
|
How were the edits to In general, can we remove all changes in this PR except for the change to |
Contributor
Author
|
Yeah, I think I updated everything with a codemod. I'll update the PR 👍 |
66f87bc to
5c08c7d
Compare
5c08c7d to
25e2b24
Compare
apolcyn
approved these changes
Mar 18, 2021
Contributor
|
Adding @stanley-cheung for a second reviewer |
stanley-cheung
approved these changes
Mar 18, 2021
Contributor
|
Bazel C/C++ Debug Macos shows "tool failure", and logs show "Target is still processing. Please check back later". However, this seems unrelated to this PR, since e.g. Macos Opt tests passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@markdroth
This PR modifies the Ruby service generator to include the
GRPC::GenericServicemodule from the root namespace, i.e. it replaces:with:
This is useful because otherwise, if you already have a submodule named
GRPCin any of the class' parent modules, Ruby will use it instead of the grpc gem, e.g.: