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

feat: vendor pbjson-types descriptor set (#62) #79

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

tustvold
Copy link
Contributor

This is an alternative to #78 for avoiding the need for users to have protoc installed to compile pbjson-types.

My main reservation with vendoring the generated code is that it would make it non-trivial to add feature flags to pbjson-types configure the generated code, e.g. using BTreeMap or Bytes, etc... I also happen to prefer not vendoring generated code into git repositories where possible.

@rnarubin what do you think about this?

@rnarubin
Copy link
Contributor

Yeah this is a good alternative too 👍

@tustvold tustvold marked this pull request as ready for review October 26, 2022 05:10
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.

3 participants