Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ New features:

Important changes:

- With the new `--incompatible_eagerly_resolve_select_keys` flag,
- With the new `--incompatible_resolve_select_keys_eagerly` flag,
the label string keys of `select` dicts in `.bzl` files are
resolved relative to the containing file instead of relative to
the BUILD file that ends up using the `select`. Use
Expand Down
2 changes: 1 addition & 1 deletion site/en/extending/legacy-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def my_cc_wrapper(name, deps = [], **kwargs):
)
```

With the `--incompatible_eagerly_resolve_select_keys` flag enabled, all keys
With the `--incompatible_resolve_select_keys_eagerly` flag enabled, all keys
that are label strings will be automatically resolved to `Label` objects
relative to the package of the file that contains the `select` call. If this is
not chosen, wrap the label string with
Expand Down