Skip to content

Commit

Permalink
Add rules.expand_template_has_computed_substitutions (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Mar 4, 2024
1 parent 3600db3 commit 716b6e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ _flags = struct(
)

_rules = struct(
# Whether the computed_substitutions parameter of ctx.actions.expand_template and ctx.actions.template_dict are stable.
# https://github.com/bazelbuild/bazel/commit/61c31d255b6ba65c372253f65043d6ea3f10e1f9
expand_template_has_computed_substitutions = ge("7.0.0-pre.20231011.2"),
# Whether TemplateDict#add_joined allows the map_each callback to return a list of strings (#17306)
template_dict_map_each_can_return_list = ge("6.1.0"),
# Whether coverage_common.instrumented_files_info spports the
Expand Down

0 comments on commit 716b6e4

Please sign in to comment.