bazelbuild/bazel

--watchfs should track output files, too

Open

#5,270 建立於 2018年5月25日

在 GitHub 查看
 (3 留言) (2 反應) (0 負責人)Java (4,465 fork)batch import
P3help wantednot staleteam-Performancetype: feature request

倉庫指標

Star
 (25,384 star)
PR 合併指標
 (平均合併 22天 20小時) (30 天內合併 77 個 PR)

描述

--watchfs avoids stating input files in the package path before every build. However, Bazel still checks the validity of cached action state by stating all the action output files it knows about. It would be nice if --watchfs could watch output files and obviate stating all of them before execution starts.

貢獻者指南