Vitalii Guzeev
Vitalii Guzeev
Maybe it's a good idea to optionally override this behavior? `git describe` in example above returns non-zero exit code when there is no annotated tags in the project. It's normal....
@PierreR Thank you! It works, I didn't check it properly last time I tried.
@PierreR No, I'm wrong only now, sorry for haste. In GHCi: ``` Fold Turtle Data.Either.Combinators> fold (fromRight "" Turtle.inprocWithErr "git" ["describe", "--tags", "origin/master"] empty) Fold.head *** Exception: ExitFailure 128 ```
Sure. What I want to do is closest to `run1` function in the snippet -- in main thread I want to add inotify watch, execute some set of actions concurrently...