bazelbuild/bazel

--watchfs should track output files, too

Open

#5270 aperta il 25 mag 2018

Vedi su GitHub
 (3 commenti) (2 reazioni) (0 assegnatari)Java (4465 fork)batch import
P3help wantednot staleteam-Performancetype: feature request

Metriche repository

Star
 (25.384 star)
Metriche merge PR
 (Merge medio 22g 20h) (77 PR mergiate in 30 g)

Descrizione

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

Guida contributor