You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is implemented on the gogo branch if people want to try it out. It won't be merged into master as it uses rules_go's gazelle new_go_repository functionality in bazel-contrib/rules_go#84.
- Renames 'bzl/' to 'protobuf/' to match rules_* convention.
- Moves bzl implementations into 'internal/' where possible.
- Adds per-language workspace loading rules. Fixes#10.
- Repository rules can exclude pre-loaded workspace deps. Fixes#13.
- Implements the proto_language rule.
- Implements the proto_compile rule.
- Reorganizes the repo into per-language top-level subdirectories.
- Replaces class.bzl language descriptors with BUILD:proto_language implementations.
- Adds support for gogo/protobuf. Closes#14.
- Adds support for csharp.
- Bump to v0.6.0.
Implement support for https://github.com/gogo/protobuf, possibly as a
gogo_proto_library
target.grpc/grpc-go#872
The text was updated successfully, but these errors were encountered: