Re: cpphs bug with pathnames beginning with more than one slash

2016-06-09 Thread Dan Aloni
On Thu, Jun 09, 2016 at 07:44:55PM -0500, Andrés Sicard-Ramírez wrote: > Hi Dan, > > FYI, cpphs has a (new) bug tracker in > > https://github.com/malcolmwallace/cpphs/issues Would be worth linking to it from the docs and main site. I see t there's an open issue there for t

cpphs bug with pathnames beginning with more than one slash

2016-06-09 Thread Dan Aloni
st.hs" #line 1 " #line 2 "test.hs" #line 1 "test.hs" If I remove the extra '/', I get a good output: $ touch empty.hs $ cpphs --cpp -include /dev/null empty.hs #line 1 "test.hs" #line 1 "/dev/null" #line 2

Re: RTS's (old?) invariant regarding OS blocking

2016-03-03 Thread Dan Aloni
On Thu, Mar 03, 2016 at 09:52:07AM +, Sergei Trofimovich wrote: > On Wed, 2 Mar 2016 16:38:56 +0200 > Dan Aloni <d...@kernelim.com> wrote: > > > Hi, > > > > While trying to gain insights into the RTS, I've noticed the following in > > the Wiki

RTS's (old?) invariant regarding OS blocking

2016-03-02 Thread Dan Aloni
/Commentary/Rts/Scheduler#Capabilities [2] https://ghc.haskell.org/trac/ghc/ticket/3553 -- Dan Aloni ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs