bazelbuild/bazel

--watchfs should track output files, too

Open

#5.270 geöffnet am 25. Mai 2018

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Java (4.465 Forks)batch import
P3help wantednot staleteam-Performancetype: feature request

Repository-Metriken

Stars
 (25.384 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)

Beschreibung

--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.

Contributor Guide