[commit: ghc] master: Typo in output of remote slave startup [merge cand] (e77b9a2)
git at git.haskell.org
git at git.haskell.org
Tue Jun 6 12:33:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e77b9a2069bca9018f989d7c4f54da099e3ab215/ghc
>---------------------------------------------------------------
commit e77b9a2069bca9018f989d7c4f54da099e3ab215
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Jun 6 12:03:00 2017 +0200
Typo in output of remote slave startup [merge cand]
The output is not being checked in the test suite.
However other tools may check it for obtaining the status
of the remote slave.
So I'd suggest to merge this to 8.2 branch, in order to not
fragment the tooling's checks.
>---------------------------------------------------------------
e77b9a2069bca9018f989d7c4f54da099e3ab215
iserv/src/Remote/Slave.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iserv/src/Remote/Slave.hs b/iserv/src/Remote/Slave.hs
index c5b652d..b80d095 100644
--- a/iserv/src/Remote/Slave.hs
+++ b/iserv/src/Remote/Slave.hs
@@ -61,7 +61,7 @@ startSlave' verbose base_path port = do
when verbose $ putStrLn "Opening socket"
pipe <- acceptSocket sock >>= socketToPipe
putStrLn $ "Listening on port " ++ show port
- when verbose $ putStrLn "Staring serv"
+ when verbose $ putStrLn "Starting serv"
uninterruptibleMask $ serv verbose (hook verbose base_path pipe) pipe
when verbose $ putStrLn "serv ended"
return ()
More information about the ghc-commits
mailing list