[GHC] #10553: powerpc: getEnvironment empty when run in GHCi

#10553: powerpc: getEnvironment empty when run in GHCi -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.4 Keywords: | Operating System: Linux Architecture: powerpc | Type of failure: Incorrect result Test Case: | at runtime Blocking: | Blocked By: Differential Revisions: | Related Tickets: -------------------------------------+------------------------------------- Hi, on powerpc (only), with ghc-7.8, we have this: ``` $ cat env.hs import System.Environment main = getEnvironment >>= print $ runhaskell env.hs [] $ ./env [("RESET","\\e[0m")... ``` This breaks the test suite of shake. Does anyone feel like investigating this? Also tracked at https://bugs.debian.org/789458 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10553 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10553: powerpc: getEnvironment empty when run in GHCi -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.8.4 Resolution: | Keywords: Operating System: Linux | Architecture: powerpc Type of failure: Incorrect result | Test Case: at runtime | Blocking: Blocked By: | Differential Revisions: Related Tickets: | -------------------------------------+------------------------------------- Description changed by nomeata: Old description:
Hi,
on powerpc (only), with ghc-7.8, we have this:
``` $ cat env.hs import System.Environment main = getEnvironment >>= print $ runhaskell env.hs [] $ ./env [("RESET","\\e[0m")... ```
This breaks the test suite of shake. Does anyone feel like investigating this?
Also tracked at https://bugs.debian.org/789458
New description: Hi, on powerpc (only), with ghc-7.8, we have this: {{{ $ cat env.hs import System.Environment main = getEnvironment >>= print $ runhaskell env.hs [] $ ./env [("RESET","\\e[0m")... }}} This breaks the test suite of shake. Does anyone feel like investigating this? Also tracked at https://bugs.debian.org/789458 -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10553#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10553: powerpc: getEnvironment empty when run in GHCi -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.8.4 Resolution: fixed | Keywords: Operating System: Linux | Architecture: powerpc Type of failure: Incorrect result | Test Case: at runtime | Blocking: Blocked By: | Differential Revisions: Related Tickets: | -------------------------------------+------------------------------------- Changes (by nomeata): * status: new => closed * resolution: => fixed Comment: Ok, looks like it is fixed in 7.10.2-rc1. Sorry for the noise. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10553#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC