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

If multiple files are defined in the same package and there are references between the files, an rs file will be generated. Some contents defined by the proto file will be lost in the rs file. #922

Open
ugenehan opened this issue Sep 18, 2023 · 1 comment

Comments

@ugenehan
Copy link

ugenehan commented Sep 18, 2023

If multiple files are defined in the same package and there are references between the files, an rs file will be generated. Some contents defined by the proto file will be lost in the rs file.

such as:
A.proto : import D;
B.proto : import D;
C.proto: import A,import D;
D.proto.

A maybe lost.

@caspermeijn
Copy link
Collaborator

Can you provide a minimal, reproducible example project? This helps to create a test to prove your problem is resolved.

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

No branches or pull requests

2 participants