Skip to content

Commit 3f23ff4

Browse files
authored
Add no_struct_field_denylist (#103)
1 parent 70ee416 commit 3f23ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ _rules = struct(
128128
# Whether the attr_aspects and toolchains_aspects attributes on aspect accept Starlark functions.
129129
# https://github.com/bazelbuild/bazel/commit/c422744caa072c66311a937049504901bc674b7d
130130
aspect_propagation_context = ge("9.0.0-pre.20250311.1"),
131+
# Whether structs can have fields names 'to_json' and 'to_proto'.
132+
# https://github.com/bazelbuild/bazel/commit/db5906870bdcb1631e1b18be8637aa21b79cf943
133+
no_struct_field_denylist = ge("9.0.0-pre.20250128.3"),
131134

132135
# Internal only, don't use outside rules_java, rules_python & rules_shell.
133136
# TODO: Use a larger version range after cherry-picking

0 commit comments

Comments
 (0)