Rerun glob expansion after build to verify that outputs don't change the inputs
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 17
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.