patch applied (testsuite): Add a test TH_scope for trac#2188

2008-03-30 Thread Ian Lynagh
Sun Mar 30 14:14:10 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test TH_scope for trac#2188 A ./tests/ghc-regress/th/TH_scope.hs A ./tests/ghc-regress/th/TH_scope_helper.hs M ./tests/ghc-regress/th/all.T +3 ___ Cvs-ghc mailing list Cv

patch applied (testsuite): Add a test for trac #2158

2008-03-30 Thread Ian Lynagh
Sun Mar 30 12:36:44 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for trac #2158 M ./tests/ghc-regress/array/should_run/all.T +1 A ./tests/ghc-regress/array/should_run/arr019.hs A ./tests/ghc-regress/array/should_run/arr019.stdout

patch applied (ghc): Derive a valid Ix instance for data Foo = Foo Int Int

2008-03-30 Thread Ian Lynagh
Sun Mar 30 11:28:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Derive a valid Ix instance for data Foo = Foo Int Int The old one didn't satisfy the axioms. See trac #2158 for details. M ./compiler/typecheck/TcGenDeriv.lhs -1 +5 ___ Cvs-ghc maili

[nightly] 30-Mar-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-30 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 30 18:00:01 BST 2008. checking out

[nightly] 30-Mar-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-30 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 30 18:10:01 BST 2008. checki

Daily report for head

2008-03-30 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindist bindisttest failed slave lost) x86 Windows head:fail (failed darcs) x86 Windows head fast: pass pass lost pass pass tnaur PPC OSX head 2:pass x86-64 Linux head unreg: lost Dropping unexpected test passes reports from builde

[nightly] 29-Mar-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-30 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sat Mar 29 18:00:01 GMT 2008. checking out

[nightly] 29-Mar-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-03-30 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sat Mar 29 18:10:01 GMT 2008. checki

patch applied (ghc): Revive External Core parser

2008-03-30 Thread Tim Chevalier
Sat Mar 29 15:39:48 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Revive External Core parser Huzzah, the External Core parser will now parse External Core generated by the HEAD. Most notably, I rewrote the parser in Parsec, but the old Happy version remains in the repository.

patch applied (ghc): Fix big character literal printing in External Core

2008-03-30 Thread Tim Chevalier
Sat Mar 29 15:11:09 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Fix big character literal printing in External Core Characters bigger than '\xff' should be represented as int literals in External Core. (This was originally fixed five years ago and broken again four and a half years ago

patch applied (ghc): External Core: don't print superfluous parens in case types

2008-03-30 Thread Tim Chevalier
Sat Mar 29 12:46:29 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * External Core: don't print superfluous parens in case types The External Core printer was parenthesizing the scrutinee type in case expressions. Since this type is required to be atomic, the parens aren't necessary. M .

patch applied (ghc): Don't import FastString in HsVersions.h

2008-03-30 Thread Ian Lynagh
Sat Mar 29 11:50:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't import FastString in HsVersions.h Modules that need it import it themselves instead. M ./compiler/HsVersions.h -13 +4 M ./compiler/basicTypes/BasicTypes.lhs -1 +1 M ./compiler/basicTypes/IdInfo.lhs +1 M ./comp

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 10:11:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/codeGen/CgStackery.lhs -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 10:10:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/codeGen/CgUtils.hs -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 10:09:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/iface/LoadIface.lhs -8 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 10:03:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/iface/TcIface.lhs -3 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 10:02:27 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/simplCore/SimplCore.lhs -7 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:54:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/simplStg/SRT.lhs -4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix typo; spotted by Bdh in #ghc

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:53:03 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo; spotted by Bdh in #ghc M ./compiler/rename/RnPat.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:48:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/typecheck/TcSimplify.lhs -9 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): DEBUG removal

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:44:20 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * DEBUG removal M ./compiler/typecheck/TcUnify.lhs -10 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove a DEBUG use

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:42:09 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove a DEBUG use M ./compiler/typecheck/TcUnify.lhs -6 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove a DEBUG

2008-03-30 Thread Ian Lynagh
Sat Mar 29 09:39:36 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove a DEBUG M ./compiler/utils/Binary.hs -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc