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

Derive Data and Generic instances for Protobuf AST types #227

Merged
merged 6 commits into from
Dec 23, 2022

Conversation

riz0id
Copy link
Collaborator

@riz0id riz0id commented Dec 21, 2022

This PR derives Data and Generic instances for all of the protobuf AST types in Proto3.Suite.DotProto.AST. Our grpc-mqtt currently depends on these instances and obtains them with orphaned standalone deriving clauses. These new instances depends on Data and Generic instances for the Proto3.Wire.Types.FieldNumber type in proto3-wire, which have been included in proto3-wire/#91.

@riz0id riz0id self-assigned this Dec 21, 2022
@riz0id riz0id requested review from j6carey and ixmatus December 21, 2022 17:03
@riz0id riz0id merged commit ad39d8c into master Dec 23, 2022
@riz0id riz0id deleted the riz0id/proto-ast-instances branch December 23, 2022 22:11
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.

2 participants