Re: New Windows I/O manager in GHC 8.12

2020-07-20 Thread Phyx
To:* ghc-devs@haskell.org Devs > *Subject:* New Windows I/O manager in GHC 8.12 > > > > Hi All, > > In case you've missed it, about 150 or so commits were committed to master > yesterday. These commits add WinIO (Windows I/O) to GHC. This is a new > I/O > manager that is d

RE: New Windows I/O manager in GHC 8.12

2020-07-20 Thread Simon Peyton Jones via ghc-devs
Tamar, I salute you! This is a big piece of work – thank you! Simon From: ghc-devs On Behalf Of Phyx Sent: 17 July 2020 16:04 To: ghc-devs@haskell.org Devs Subject: New Windows I/O manager in GHC 8.12 Hi All, In case you've missed it, about 150 or so commits were committed to m

Re: New Windows I/O manager in GHC 8.12

2020-07-19 Thread Phyx
Hi Mikhail, Thanks! And thanks for the jump start :) Cheers, Tamar Sent from my Mobile On Sun, Jul 19, 2020, 09:05 Mikhail Glushenkov wrote: > Hi Tamar, > > Congratulations on getting WinIO merged, this is a really impressive > effort. > ___ > ghc-d

Re: New Windows I/O manager in GHC 8.12

2020-07-19 Thread Mikhail Glushenkov
Hi Tamar, Congratulations on getting WinIO merged, this is a really impressive effort. ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: New Windows I/O manager in GHC 8.12

2020-07-18 Thread Phyx
Oops just a correction here, should be Joseph Adams instead of Joey Hess in the attribution. Regards, Tamar Sent from my Mobile On Fri, Jul 17, 2020, 16:03 Phyx wrote: > Hi All, > > In case you've missed it, about 150 or so commits were committed to master > yesterday. These commits add WinIO

Re: New Windows I/O manager in GHC 8.12

2020-07-18 Thread Phyx
Hi Travis, Thanks for the kind words :) Hopefully once network support gets done and it's the default that all the work pays off :) Cheers, Tamar Sent from my Mobile On Sat, Jul 18, 2020, 06:38 Travis Whitaker wrote: > Hello Tamar, > > Just wanted to send a quick note expressing my gratitude

Re: New Windows I/O manager in GHC 8.12

2020-07-17 Thread Travis Whitaker
Hello Tamar, Just wanted to send a quick note expressing my gratitude for these improvements! My first professional work in Haskell targeted Windows platforms, and I'm sure there are many others out there who appreciate the tireless work you've done to keep GHC's Windows support chugging along. I'

New Windows I/O manager in GHC 8.12

2020-07-17 Thread Phyx
Hi All, In case you've missed it, about 150 or so commits were committed to master yesterday. These commits add WinIO (Windows I/O) to GHC. This is a new I/O manager that is designed for the native Windows I/O subsystem instead of relying on the broken posix-ish compatibility layer that MIO used