You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this by chance while debugging #2241. I can't remove Git from OS X 10.11, but I tried shadowing it with a failing one and made a mistake.
The bug is thankfully not in the process package. Nor is stack itself doing the lookup—the bug is somewhere between System.Process.Read and its supporting libraries. BTW, System.Process.Read appears confusing to me.
$ stack runghc ./runProcess.hs
git version 2.9.0
First git done
git version 2.9.0
To reproduce:
git
fileFor the failure to occur on build, the package needs git dependencies, for instance:
I noticed this by chance while debugging #2241. I can't remove Git from OS X 10.11, but I tried shadowing it with a failing one and made a mistake.
The bug is thankfully not in the
process
package. Nor isstack
itself doing the lookup—the bug is somewhere betweenSystem.Process.Read
and its supporting libraries. BTW,System.Process.Read
appears confusing to me.runProcess.hs
:The text was updated successfully, but these errors were encountered: