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

Define code generation interface via Protocol Buffers #1406

Merged
merged 11 commits into from Feb 6, 2022

Conversation

kyleconroy
Copy link
Collaborator

@kyleconroy kyleconroy commented Jan 31, 2022

Before we can land a plugin system for code generation, we need to solidify the interface and data for the code generation step. These types are defined via a new set of protocol buffers that will eventually become the plugin API. The goal of this PR is just to get code gen working with the new types.

The python2 folder is temporary and will be copied over to the Python folder once we're ready.

@kyleconroy kyleconroy marked this pull request as ready for review February 1, 2022 05:22
@kyleconroy kyleconroy merged commit 6ceb473 into main Feb 6, 2022
@kyleconroy kyleconroy deleted the kyle/codegen-proto-interface branch February 6, 2022 05:14
kyleconroy added a commit that referenced this pull request Feb 6, 2022
…1416)

In #1406 I ported the Python codegen to the new plugin package. This PR does the same for the Kotlin codegen.
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