Gabriella439 / Gabriella439/turtle
Exception while running inproc
- Dominant language
- Haskell
- Stars
- 978
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
Resolver `nightly-2017-12-08`:
Program dies with no error message on the line `view $ inproc "git" ["describe"] empty` or `sh $ inproc "git" ["describe"] empty` etc.
When trying to use `inprocWithErr` I see `Left ...` but it even dies.
in `GHCI`:
```
>>> view $ inproc "git" ["describe"] empty
fatal: No names found, cannot describe anything.
*** Exception: ExitFailure 128
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the GHCI examples using `inproc` and `inprocWithErr` with `git describe`, using resolver `nightly-2017-12-08`. Read the implementation and existing tests for these entry points, then add regression coverage for the `ExitFailure 128` case. Done means the failure has a defined, testable behavior rather than terminating without a useful error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100