Rerun glob expansion after build to verify that outputs don't change the inputs
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 17
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.