-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Reproducer is https://github.com/angerman/repro-process-behaviour-change-1.6.13
Will produce the following output:
$ make all CABAL=$(which cabal) GHC=$(which ghc)
Building against process < 1.6.13 ...
Running against process < 1.6.13; with an empty PATH, this should result in a git not found message
<no git executable found>
Building against process >= 1.6.13 ...
Running against process >= 1.6.13; this now throws an exception instead.
process-crash: git: readCreateProcessWithExitCode: posix_spawnp: failed (Undefined error: 0)
make: *** [Makefile:9: all] Error 1
We are now throwing an exception where we didn't before.
Metadata
Metadata
Assignees
Labels
No labels