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

fix(bazel): simplify proto group go deps #182

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

noahdietz
Copy link
Contributor

@noahdietz noahdietz commented Sep 19, 2023

Converts the verbose if-else tree for mapping specific proto deps to different go proto deps into a map and simple check-get-replace logic. This only applies to specific protos that belong to "subpackages" within a broader proto package, or those that just have different target naming for some historical reason.

Kind of a fix to http://b/301130329, just captures all relevant mappings today and handles them. Not a very robust solution.

@noahdietz noahdietz merged commit c786632 into googleapis:main Sep 20, 2023
4 checks passed
@noahdietz noahdietz deleted the go-proto-mappings branch September 20, 2023 01:05
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 20, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants