commercialhaskell / commercialhaskell/stack

Build last failed target first when --file-watch

Open
#5,030 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.