[GHC] #10123: GHCi won't start in Powershell ISE

#10123: GHCi won't start in Powershell ISE -------------------------------------+------------------------------------- Reporter: qwfy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.8.3 Keywords: powershell | Operating System: Windows Architecture: | Type of failure: Incorrect result Unknown/Multiple | at runtime Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- 1. Start Powershell ISE (Windows PowerShell ISE Host 4.0 on Windows 8.1) 2. Type "ghci" You will see the output: {{{ GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. }}} After `Loading package base ... linking ... done.`, GHCi just hangs, won't continue, the prompt is never displayed. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10123 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10123: GHCi won't start in Powershell ISE -------------------------------------+------------------------------------- Reporter: qwfy | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.8.3 Resolution: | Keywords: powershell Operating System: Windows | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Description changed by qwfy: Old description:
1. Start Powershell ISE (Windows PowerShell ISE Host 4.0 on Windows 8.1) 2. Type "ghci"
You will see the output:
{{{ GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. }}}
After `Loading package base ... linking ... done.`, GHCi just hangs, won't continue, the prompt is never displayed.
New description: To reproduce, 1. Start Powershell ISE (Windows PowerShell ISE Host 4.0 on Windows 8.1) 2. Type "ghci" You will see the output: {{{ GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. }}} After `Loading package base ... linking ... done.`, GHCi just hangs, won't continue, the prompt is never displayed. -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10123#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10123: GHCi won't start in Powershell ISE -------------------------------------+------------------------------------- Reporter: qwfy | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: GHCi | Version: 7.8.3 Resolution: invalid | Keywords: powershell Operating System: Windows | Architecture: Type of failure: Incorrect result | Unknown/Multiple at runtime | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by Phyx-): * status: new => closed * resolution: => invalid Comment: This is not a bug with GHCi, Powershell ISE is not a real console, it's a GUI based emulation which does not support interactive console applications. The same thing will happen if you try to run cmd /K More details: http://blogs.msdn.com/b/powershell/archive/2009/02/04 /console-application-non-support-in-the-ise.aspx -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10123#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC