-
Notifications
You must be signed in to change notification settings - Fork 187
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
Split grpc generated files into several files #540
Split grpc generated files into several files #540
Conversation
@Millione I added a simple grpc test, probably a more sophisticated one is required? If so, please feel free to add one, I'm not really faimilar with the grpc to create a proper test here |
@missingdays Great, I think the grpc test for now is ok and there's only some ci problem to fix. |
Don't know why running |
Maybe you should use nightly for it |
39b7d96
to
3c3f7db
Compare
…feature/better-grpc-split # Conflicts: # tests/code-generation-workspace-split-grpc/.gitignore # tests/code-generation-workspace-split-grpc/Cargo.toml # tests/code-generation-workspace-split-grpc/volo.workspace.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your great job!
Implement grpc part of splitting the generated files started in this merge request - #510