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

change method descriptor from private to public #93

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

matsu-chara
Copy link

grpc-java generates method descriptor as public.
And it is used in official example.
https://github.com/grpc/grpc-java/blob/v0.13.2/examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java#L79

ScalaPB genarates method descriptor as private[this].
so I want to chage it to public

Here is the generated code
grpc-java(v0.13.2): https://gist.github.com/matsu-chara/d75d5a1ce93d9280be03#file-greetergrpc-java-L25-L32
ScalaPB(v0.5.22): https://gist.github.com/matsu-chara/d75d5a1ce93d9280be03#file-greetergrpc-scala-L5-L10

@matsu-chara matsu-chara changed the title make method descriptor to public method descriptor to public Mar 18, 2016
@matsu-chara matsu-chara changed the title method descriptor to public change method descriptor from private to public Mar 18, 2016
@matsu-chara matsu-chara force-pushed the method-descriptor-public branch from ae8a6bb to 09784e5 Compare March 18, 2016 14:34
thesamet added a commit that referenced this pull request Mar 21, 2016
change method descriptor from private to public
@thesamet thesamet merged commit 61aa08b into scalapb:master Mar 21, 2016
@matsu-chara matsu-chara deleted the method-descriptor-public branch March 22, 2016 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants