-
Notifications
You must be signed in to change notification settings - Fork 3.5k
⚠️[critical][fix][flatc] malfunction when flatc --java --grpc --java-package-prefix #8829
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
base: master
Are you sure you want to change the base?
Conversation
ed86221 to
0b1fe9c
Compare
0b1fe9c to
5ce975f
Compare
15c9fce to
d28b134
Compare
d28b134 to
c2fd5ff
Compare
|
hey @eeoun ! Thank you for the excellent issue and pull request. I think the only thing that I would like to see added would be a regression test. |
c8ec6cb to
c2fd5ff
Compare
…ix com.github.flatbuffers It may cause generated GRPC class not in correct package and reference Table class reference package path lack of prefix package
c2fd5ff to
95e2f5b
Compare
|
@bjornharrtell is java also one of your languages? Would you be able to give this PR a once over? :D |
|
I guess |
|
@jtdavis777 I'm reasonably comfortable with Java yes, but I'm clueless about the grpc stuff and would like to remain so. :) |
This is a simple fix of issue
#8827
Just test on my machine works fine.
Never test if have memory leaks. I've never write Cpp code before. Rewrite it if needed.