We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no_struct_field_denylist
1 parent 70ee416 commit 3f23ff4Copy full SHA for 3f23ff4
features.bzl
@@ -128,6 +128,9 @@ _rules = struct(
128
# Whether the attr_aspects and toolchains_aspects attributes on aspect accept Starlark functions.
129
# https://github.com/bazelbuild/bazel/commit/c422744caa072c66311a937049504901bc674b7d
130
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"),
134
135
# Internal only, don't use outside rules_java, rules_python & rules_shell.
136
# TODO: Use a larger version range after cherry-picking
0 commit comments