-
Notifications
You must be signed in to change notification settings - Fork 764
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
Inconsistent naming method with protobuf entities' "*_pb.d.ts" #1162
Comments
I kinda agree.. :) Do you mind send a PR? Thanks :) |
Once that's done, we can probably also clean up the comments here: grpc-web/net/grpc/gateway/examples/echo/ts-example/client.ts Lines 22 to 27 in 1efe741
And ideally have our integration tests test both |
#1168 PR created. I found it a bit hard to test the change. I tried to run the series of example docker containers to see if the change is valid but, a. Couldn't find a docker test scenario for |
Thanks so much for the PR! 😃
Thanks for doing the local tests! Indeed we don't have integration tests for For now, you could probably modify the ts-client Dockerfile and manually run the echo server using We do have some unit tests like the eval_test and tsc_test that you'd need to update.
Interesting.. Are you not able to build the What's the error if you run the Since we use Docker i'd thought we wouldn't need something like bazelisk.. |
Should we consider changing the naming convention here to make things more consistent?
grpc-web/javascript/net/grpc/web/generator/grpc_generator.cc
Line 1482 in 5831a96
The text was updated successfully, but these errors were encountered: