Tinder / bazel-diff

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building
Other
405 stars 60 forks source link

streamed_proto support for Bazel cquery #219

Open ah-quant opened 5 months ago

ah-quant commented 5 months ago

While browsing through the code, I stumbled over BazelQueryService.kt; There, a comment mentions that streamed proto support is not yet available for cquery and references https://github.com/bazelbuild/bazel/issues/17743 here:

https://github.com/Tinder/bazel-diff/blob/master/cli/src/main/kotlin/com/bazel_diff/bazel/BazelQueryService.kt#L109C28-L109C76

That issue is now closed, cquery supports streamed proto.

NOTE: this is very, very low prio; I do not need it myself, just wanted to let you know :-)