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

Support different gen code packages for different idl types #728

Merged
merged 4 commits into from
Jul 13, 2020
Merged

Conversation

ChuntaoLu
Copy link
Contributor

Currently generated code for different idl types (thrift and proto) must reside in the same generated code package under build dir, as indicated by genCodePackage filed value in application config file (build.yaml). This PR adds support so that different idl types can generate code to different gen code packages.

The rationale is to add flexibilty so that zanzibar takes less assumption about pre-processing (i.e., generate code from idl files).

@ChuntaoLu ChuntaoLu requested a review from rpatali July 11, 2020 03:24
Copy link
Contributor

@rpatali rpatali left a comment

Choose a reason for hiding this comment

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

LGTM but the test failure doesn't appear to go away.

@ChuntaoLu ChuntaoLu merged commit 563be52 into master Jul 13, 2020
@ChuntaoLu ChuntaoLu deleted the lu.idl branch July 13, 2020 22:38
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