Rerun glob expansion after build to verify that outputs don't change the inputs
Aperta
- Lingua principale
- Rust
- Stelle
- 17
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
eg. if we have something like:
```
dist/index.html: html/**/*.html
build: build-index
```
If `build-index` generates a `.html` file under `html/` then the targets inputs will be altered, resulting in the target being immediately invalidated.
Instead of this weird failure mode, bit should re-expand the globs, compare them to the old set, and error if they differ.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.