Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```