commercialhaskell / commercialhaskell/stack
Build last failed target first when --file-watch
Open
component: build
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
I would like `stack build --file-watch ` to fail as fast as possible. To do this, I'd like it to basically do the following in a loop:
```
stack build
stack build
stack build
stack build
stack build
```
This might conflict with #3114 where deterministic builds are wanted, but I want fast, not deterministic builds.
Contributor guide
Assessment
This issue has not been assessed yet.