rules-proto-grpc / rules_proto_grpc

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets
https://rules-proto-grpc.com
Apache License 2.0
249 stars 156 forks source link

grpclib output is empty for proto paths with dashes #321

Closed chrisirhc closed 1 month ago

chrisirhc commented 2 months ago

Issue Description

Looks like there's a missing |python in grpclib_compile . See PR in #320

Log Output

No response

rules_proto_grpc Version

5.0.0-alpha3

Bazel Version

7.2.1

OS

Linux

Link to Demo Repo

https://github.com/rules-proto-grpc/rules_proto_grpc/pull/320/commits/8685ee8671b261fe6fa3f236d6b80f25b3ddbbfb

MODULE.bazel or WORKSPACE Content

Run bazel build on `examples/python/python_grpclib_compile`

BUILD Content

No response

Proto Content

No response

Any Other Content

No response