forked from elide-dev/capnproto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extra language inputs for codegen
When using language plugins like Cap'n'proto for Java from Bazel, there needs to be a way to add language extras as inputs to the codegen phase. This is only needed when generating capnp code in multiple languages. Even if the generator is only producing a C++ in a given invocation, the imports for other languages will fail to be found due to Bazel's strict sandboxing. This new attribute fixes that condition. Fixes and closes capnproto#1903. Relates-To: elide-dev/bigtent#6 Relates-To: capnproto#1903 Signed-off-by: Sam Gammon <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters