bazelbuild/bazel

--watchfs should track output files, too

Open

#5 270 ouverte le 25 mai 2018

Voir sur GitHub
 (3 commentaires) (2 réactions) (0 assignés)Java (4 465 forks)batch import
P3help wantednot staleteam-Performancetype: feature request

Métriques du dépôt

Stars
 (25 384 stars)
Métriques de merge PR
 (Merge moyen 22j 20h) (77 PRs mergées en 30 j)

Description

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

Guide contributeur