[GHC] #11394: Base should use native Win32 IO on Windows

GHC ghc-devs at haskell.org
Tue Jul 31 23:20:15 UTC 2018


#11394: Base should use native Win32 IO on Windows
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  Phyx-
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  8.8.1
       Component:  Core Libraries    |              Version:  7.10.3
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Phyx-):

 For the console I/O part I have implemented an alternative interface which
 is able to handle un-buffered reads. SO that works now as well on Windows.
 In un-buffered mode with processed inputs turned off, signal handlers
 won't work, as they'll be placed in the input stream one character at a
 time.

 I think this is an acceptable limitation so I won't spend the time to
 support this for now.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11394#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list