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(internal/gencli): revert broken migration to protobuf-go v2 in gencli #1573

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

noahdietz
Copy link
Collaborator

@noahdietz noahdietz commented Oct 8, 2024

Reverts #1555, which broke gencli generation. The dependency replacement for proto-JSON encoding actually requires an upgrade (it is not a compat api) and the proto lib change also requires changes to generated cli code.

Since the gencli isn't a production system and should probably be cleaned up entirely, I'm just reverting this change to unblock development on showcase. What is generated is currently broken.

@noahdietz noahdietz marked this pull request as ready for review October 8, 2024 22:34
@noahdietz noahdietz requested review from a team as code owners October 8, 2024 22:34
@noahdietz noahdietz changed the title Revert "chore(internal/gencli): replace use of github.com/golang/protobuf" fix(internal/gencli): revert broken change to protobuf-go v2 Oct 8, 2024
@noahdietz noahdietz changed the title fix(internal/gencli): revert broken change to protobuf-go v2 fix(internal/gencli): revert broken migration to protobuf-go v2 in gencli Oct 8, 2024
@noahdietz noahdietz added the automerge Summon MOG for automerging label Oct 8, 2024
Copy link
Member

@codyoss codyoss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, maybe file a bug?

@gcf-merge-on-green gcf-merge-on-green bot merged commit ece235a into main Oct 9, 2024
9 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Oct 9, 2024
@gcf-merge-on-green gcf-merge-on-green bot deleted the revert-1555-rf branch October 9, 2024 13:48
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.

2 participants