[nightly] 19-Mar-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-19 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Fri Mar 19 19:10:01 GMT 20

[nightly] 19-Mar-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-19 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Fri Mar 19 19:00:01 GMT 2010. **

Re: Help With GHC Extension

2010-03-19 Thread Matt Brown
Thanks for the advice, Simon. Wiki sounds like a good start. In the meantime, my patches are available at ftp://ftp.softmechanics.net, in case anyone wants a look. I'll try to keep them in sync with head. Those interested can peruse the following examples (my test cases for development -- all co

patch applied (testsuite): Use the UTF8 codepage when running on Windows

2010-03-19 Thread Ian Lynagh
Fri Mar 19 13:07:51 PDT 2010 Ian Lynagh * Use the UTF8 codepage when running on Windows Fixes openTempFile001 for some system codepages, most notably 437 (US). M ./driver/runtests.py -22 +33 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://

patch applied (testsuite): Mark hsc2hs001 and hsc2hs002 broken on Windows (#3929)

2010-03-19 Thread Ian Lynagh
Fri Mar 19 09:02:29 PDT 2010 Ian Lynagh * Mark hsc2hs001 and hsc2hs002 broken on Windows (#3929) M ./tests/ghc-regress/hsc2hs/all.T -2 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Generics

2010-03-19 Thread David Waern
Hi, We've discussed support for generic programming of the GHC AST before. Is there any chance we could move further on this topic by providing Data and Typeable instances for HsSyn either directly in the ghc package or in a boot library? Clients of the GHC API could use SYB or Uniplate on top of

patch applied (ghc): UNDO: slight improvement to scavenging ...

2010-03-19 Thread Simon Marlow
Fri Mar 19 08:34:13 PDT 2010 Simon Marlow * UNDO: slight improvement to scavenging ... Accidnetally pushed this patch which, while it validates, isn't correct. rolling back: Fri Mar 19 11:21:27 GMT 2010 Simon Marlow * slight improvement to scavenging of update frames when

patch applied (ghc): slight improvement to scavenging of update frames when a collision has occurred

2010-03-19 Thread Simon Marlow
Fri Mar 19 04:21:27 PDT 2010 Simon Marlow * slight improvement to scavenging of update frames when a collision has occurred M ./rts/sm/Scav.c -19 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

RE: Help With GHC Extension

2010-03-19 Thread Simon Peyton-Jones
Matt I have not thought about this for a while. Read the stuff in the user manual about overlapping instances http://www.haskell.org/ghc/docs/latest/html/users_guide/type-class-extensions.html#instance-overlap, esp the bit about "GHC is conservative about committing..". Also "Note [Overlappi