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

Use correct methodName in generated code #9

Merged
merged 3 commits into from
Mar 10, 2023

Conversation

armanbilge
Copy link
Member

No description provided.

@@ -9,4 +9,5 @@ service TestService {
rpc clientStreaming (stream TestMessage) returns (TestMessage);
rpc serverStreaming (TestMessage) returns (stream TestMessage);
rpc bothStreaming (stream TestMessage) returns (stream TestMessage);
rpc export (TestMessage) returns (TestMessage);

Choose a reason for hiding this comment

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

Just to confirm the call would be Export if this was capitalized right? Relevant to the reproducing example is why I ask.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, but the *scala method name is still lowercase.

@ChristopherDavenport ChristopherDavenport merged commit 235e6ff into http4s:main Mar 10, 2023
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.

None yet

2 participants