Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorias/ignore-flakes
A command envelope that masks flakes.
https://github.com/gregorias/ignore-flakes
flake haskell
Last synced: 17 days ago
JSON representation
A command envelope that masks flakes.
- Host: GitHub
- URL: https://github.com/gregorias/ignore-flakes
- Owner: gregorias
- License: agpl-3.0
- Created: 2022-05-01T10:06:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T17:35:29.000Z (about 1 year ago)
- Last Synced: 2025-01-20T03:45:25.103Z (18 days ago)
- Topics: flake, haskell
- Language: Haskell
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ignore-flakes
![activity flow](./readme-assets/ignore-flakes-flow.svg)
A command envelope that tracks a repeated command's successes, and ignores
command failures if the command has succeeded recently.It is useful for commands that are flaky and are required to succeed only
ocassionally.## Installation
Build and add `ignore-flakes` executable to `$HOME/.local/bin`:
```bash
stack install
```