Skip to content

Commit c590a83

Browse files
committed
tidy
1 parent 7a15665 commit c590a83

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

rules/golden_filegroup.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def _files_impl(ctx):
2121
dep = ctx.attr.dep[DefaultInfo]
2222
outputs = dep.files.to_list()
2323
output_files_by_rel_path = {"/".join([ctx.label.package, f.basename]): f for f in outputs}
24-
print("output_files_by_rel_path:", output_files_by_rel_path)
2524

2625
return ProtoCompileInfo(
2726
label = ctx.attr.dep.label,
@@ -62,9 +61,6 @@ def golden_filegroup(
6261
srcs = kwargs.pop("srcs", [])
6362
goldens = [src + extension for src in srcs]
6463

65-
print("srcs:", srcs)
66-
print("goldens:", goldens)
67-
6864
native.filegroup(
6965
name = name,
7066
srcs = srcs,

rules/private/proto_repository_tools_srcs.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ PROTO_REPOSITORY_TOOLS_SRCS = [
6363
"@build_stack_rules_proto//pkg/plugin/bufbuild:connect_es_plugin.go",
6464
"@build_stack_rules_proto//pkg/plugin/bufbuild:es_plugin.go",
6565
"@build_stack_rules_proto//pkg/plugin/builtin:BUILD.bazel",
66+
"@build_stack_rules_proto//pkg/plugin/builtin/a/b/c:BUILD.bazel",
6667
"@build_stack_rules_proto//pkg/plugin/builtin:cpp_plugin.go",
6768
"@build_stack_rules_proto//pkg/plugin/builtin:csharp_plugin.go",
6869
"@build_stack_rules_proto//pkg/plugin/builtin:doc.go",
@@ -74,7 +75,9 @@ PROTO_REPOSITORY_TOOLS_SRCS = [
7475
"@build_stack_rules_proto//pkg/plugin/builtin:php_plugin.go",
7576
"@build_stack_rules_proto//pkg/plugin/builtin:pyi_plugin.go",
7677
"@build_stack_rules_proto//pkg/plugin/builtin:python_plugin.go",
78+
"@build_stack_rules_proto//pkg/plugin/builtin/rel:BUILD.bazel",
7779
"@build_stack_rules_proto//pkg/plugin/builtin:ruby_plugin.go",
80+
"@build_stack_rules_proto//pkg/plugin/builtin/src/main/java/foo:BUILD.bazel",
7881
"@build_stack_rules_proto//pkg/plugin/gogo/protobuf:BUILD.bazel",
7982
"@build_stack_rules_proto//pkg/plugin/gogo/protobuf:protoc-gen-gogo.go",
8083
"@build_stack_rules_proto//pkg/plugin/golang/protobuf:BUILD.bazel",

0 commit comments

Comments
 (0)