[GHC] #2233: Overhaul System.Process
GHC
ghc-devs at haskell.org
Sat Nov 30 23:03:30 UTC 2013
#2233: Overhaul System.Process
--------------------------------------+------------------------------------
Reporter: simonmar | Owner: simonmar
Type: task | Status: patch
Priority: normal | Milestone: _|_
Component: libraries/process | Version: 6.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
--------------------------------------+------------------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"79ae975aab5866de38e1a01aca7ac5bd9cde2285/process"]:
{{{
#!CommitTicketReference repository="process"
revision="79ae975aab5866de38e1a01aca7ac5bd9cde2285"
Improve the code for ignoring EPIPE (#2233)
Factor it out into an ignoreSigPipe util, and use it in both
readProcess and readProcessWithExitCode.
Authored-by: Duncan Coutts <duncan at well-typed.com>
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/2233#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list