bazelbuild/bazel

repository_rule#local incorrect documentation

Open

#28,497 创建于 2026年2月1日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (4,465 fork)batch import
P3help wantedteam-Documentationteam-ExternalDepstype: documentation (cleanup)

仓库指标

Star
 (25,384 star)
PR 合并指标
 (平均合并 22天 20小时) (30 天内合并 77 个 PR)

描述

Page link:

https://bazel.build/rules/lib/globals/bzl.html#repository_rule

Problem description (include actual vs expected text, if applicable):

Indicate that this rule fetches everything from the local system and should be reevaluated at every fetch.

This is not true. See #16217 for why it is expected behavior that the rule is not always re-evaluated.

Where do you see this issue? (include link to specific section of the page, if applicable)

https://bazel.build/rules/lib/globals/bzl.html#repository_rule

Any other information you'd like to share?

This argument might just be a complete misfeature. If so, it should be documented as such.

贡献者指南