
#11100: Remote GHCi -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonmar Type: task | Status: new Priority: normal | Milestone: 8.0.1 Component: GHCi | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11047, #8736 | Differential Rev(s): Wiki Page: | Phab:D1562,Phab:D1747,Phab:D1748 -------------------------------------+------------------------------------- Changes (by simonmar): * cc: Phyx- (added) Comment: @Phyx-, I don't know if you're interested in looking at this, but there's a bit of Windows-specific hacking needed to get this working for Windows. We use pipes directly to communicate between GHC and the ghc-iserv process, and there's currently no library support to do this on Windows. `System.Process` rolls its own, but it's not reusable directly. Starting place is `iserv/Main.hs` and `compiler/ghci/GHCi.hs`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11100#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler