-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Go: support Protobuf #12820
Comments
Some exciting progress!
There are no longer any blockers for this! Only time to implement the last part: implementing this rule pants/src/python/pants/backend/codegen/protobuf/go/rules.py Lines 57 to 61 in 09ba1b2
An example rule: pants/src/python/pants/backend/go/util_rules/build_pkg_target_test.py Lines 51 to 82 in 09ba1b2
I think this can be implemented in several stages.
Then there is polish:
If anyone is interested in helping with implementing this, I'd be happy to mentor e.g. better instructions or pair programming! I need to switch to adding the codegen plugin hook for JVM to unblock some plugin authors, so I'm not likely to get to any of the above for a few days, possibly longer. |
WIP PR: #14714 |
Complete Go protobuf support by actually wiring up compilation of the generated Go sources. Closes #12820. [ci skip-rust] [ci skip-build-wheels]
No description provided.
The text was updated successfully, but these errors were encountered: