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

Bugfix: grpc python code generation location and file suffix #8359

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fliiiix
Copy link
Contributor

@fliiiix fliiiix commented Jul 11, 2024

Follow up from #8356.

This addresses the regression for the location where the grpc file is generated and
changes the default suffix back to _fb again instead of .fb.

(See commit messages for more details).

Having filenames with . like `file.fb.grcp`
is not great for Python. Since dots are used for namespaces.
Replacing all of them with _ eg suffix `foo.bar.baz` will become
`foo_bar_baz`.

Restoring the previous default `_fb` suffix.
This fixes a regression introduced with:
fb9afba
And generates the grpc file in the namespace folder again.
@fliiiix fliiiix force-pushed the bugfix/grpc-python-generation branch from 7519c47 to 95c0ab2 Compare July 12, 2024 15:10
@github-actions github-actions bot added the documentation Documentation label Jul 12, 2024
@fliiiix
Copy link
Contributor Author

fliiiix commented Aug 9, 2024

Can this be merged @dbaileychess or does it need something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants