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

Simplify handling of custom features in buf breaking #2967

Closed

Conversation

jhump
Copy link
Member

@jhump jhump commented May 10, 2024

This is for the logic for querying the (pb.cpp) and (pb.java) custom features ("custom" because they are extension fields in FeatureSet instead of regular fields).

The gist is that, with some improved handling over in protocompile for custom features and potentially mismatching descriptors, we can get rid of a bunch of special logic in here. (Yay!)

This is just a draft PR right now because it's pointing to a commit in protocompile that hasn't yet merged to main (here: bufbuild/protocompile#306). When that PR is merged, I'll update the go.mod pin and mark this as ready for review.

@jhump
Copy link
Member Author

jhump commented May 10, 2024

Hmm, never mind. This broke tests in a serious way, so it clearly isn't working. I'll revisit/re-open once I get it all working...

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

1 participant