[nightly] 12-Nov-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-11-12 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Fri Nov 12 18:10:01 GMT 2010. checking out new source tree

pgj2, build 196, Failure

2010-11-12 Thread Builder
pgj2, build 196 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/196.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj, build 199, Failure

2010-11-12 Thread Builder
pgj, build 199 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/199.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

tn23, build 189, Failure

2010-11-12 Thread Builder
tn23, build 189 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/189.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

[nightly] 12-Nov-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-11-12 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) 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 Nov 12 18:10:01 GMT 2010. checking out new s

patch applied (ghc): Remove use of (now-gone) VarPatOut

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 15:07:01 PST 2010 simo...@microsoft.com * Remove use of (now-gone) VarPatOut M ./utils/ghctags/Main.hs -1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101112230701-1287e-80b237cad2373095aefd8e70ae74ee22342e540f.gz ___

patch applied (ghc): Remove the now-unused constructor VarPatOut

2010-11-12 Thread Simon Peyton Jones
Fri Nov 5 06:16:36 PDT 2010 simo...@microsoft.com * Remove the now-unused constructor VarPatOut M ./compiler/deSugar/Check.lhs -2 +1 M ./compiler/deSugar/DsArrows.lhs -2 M ./compiler/deSugar/Match.lhs -6 M ./compiler/hsSyn/HsPat.lhs -5 M ./compiler/hsSyn/HsUtils.lhs -2

patch applied (ghc): Track change in isInlinePragma

2010-11-12 Thread Simon Peyton Jones
Fri Nov 5 06:15:45 PDT 2010 simo...@microsoft.com * Track change in isInlinePragma In TcBinds we want to use isAnyInlinePragma, to get both INLINE and INLINABLE. I don't know why this isn't leading to failures for others! The (bogus) error I got, triggered by this bug was:

patch applied (ghc-7.0/testsuite): GHC performs even better in the 7.0 branch

2010-11-12 Thread Ian Lynagh
Fri Nov 12 14:30:40 PST 2010 Ian Lynagh * GHC performs even better in the 7.0 branch M ./tests/ghc-regress/perf/compiler/all.T -5 +5 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20101112223040-3fd76-61fa0d5117d15964a12e801836359

patch applied (ghc-7.0/testsuite): Lower the bounds for T3064

2010-11-12 Thread Ian Lynagh
Fri Nov 12 14:23:04 PST 2010 Ian Lynagh * Lower the bounds for T3064 GHC is now more efficient; hurrah! M ./tests/ghc-regress/perf/compiler/all.T -9 +9 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=2010111304-3fd76-61585693

patch applied (testsuite): Lower the bounds for T3064

2010-11-12 Thread Ian Lynagh
Fri Nov 12 14:23:04 PST 2010 Ian Lynagh * Lower the bounds for T3064 GHC is now more efficient; hurrah! M ./tests/ghc-regress/perf/compiler/all.T -9 +9 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=2010111304-3fd76-61585693ee3bff85

simonmar-win32-head, build 164, Failure

2010-11-12 Thread Builder
simonmar-win32-head, build 164 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/164.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

[nightly] 12-Nov-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-11-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Fri Nov 12 18:00:01 GMT 2010. checking out new source tree

[nightly] 12-Nov-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-11-12 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Nov 12 18:00:02 GMT 2010. checking out new source

patch applied (testsuite): More LANGUAGE BangPatterns

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 10:08:27 PST 2010 simo...@microsoft.com * More LANGUAGE BangPatterns M ./tests/ghc-regress/deSugar/should_compile/ds035.hs -1 +1 M ./tests/ghc-regress/deSugar/should_compile/ds057.hs -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/dynbrk009.hs -1 +1 M ./tests/ghc-re

patch applied (ghc): More modules that need LANGUAGE BangPatterns

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 09:44:39 PST 2010 simo...@microsoft.com * More modules that need LANGUAGE BangPatterns M ./compiler/basicTypes/Unique.lhs +1 M ./compiler/cmm/CmmLex.x +1 M ./compiler/ghci/ByteCodeLink.lhs +1 M ./compiler/parser/Lexer.x +1 M ./compiler/profiling/CostCentre.lhs -1

patch applied (ghc): Add LANGUAGE BangPatterns to modules that use them

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 09:20:49 PST 2010 simo...@microsoft.com * Add LANGUAGE BangPatterns to modules that use them M ./compiler/ghci/ByteCodeAsm.lhs +1 M ./compiler/utils/Encoding.hs +1 M ./compiler/utils/FastMutInt.lhs +1 M ./compiler/utils/FastString.lhs +1 View patch online: http://dar

patch applied (ghc): Warn about top-level bangs (Trac #4477)

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 08:08:01 PST 2010 simo...@microsoft.com * Warn about top-level bangs (Trac #4477) A simple refactoring in the parser M ./compiler/parser/Parser.y.pp -9 +14 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101112160801-1287e-a899d

patch applied (ghc-7.0/ghc): Set version number to 7.0.1

2010-11-12 Thread Ian Lynagh
Fri Nov 12 07:55:24 PST 2010 Ian Lynagh * Set version number to 7.0.1 M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101112155524-3fd76-9cbbfcfe129afdb0ec2a109c575d4f5671d4180f.gz __

patch applied (ghc-7.0/testsuite): Follow error message changes with new typechecker

2010-11-12 Thread Ian Lynagh
Fri Nov 12 05:04:43 PST 2010 simo...@microsoft.com * Follow error message changes with new typechecker M ./tests/ghc-regress/deriving/should_fail/T3621.stderr +3 M ./tests/ghc-regress/gadt/T3651.stderr -3 +3 M ./tests/ghc-regress/indexed-types/should_compile/Simple14.stderr -3 +5

patch applied (ghc-7.0/testsuite): Follow change in typechecker error messages

2010-11-12 Thread Ian Lynagh
Mon Nov 1 09:51:07 PDT 2010 simo...@microsoft.com * Follow change in typechecker error messages M ./tests/ghc-regress/indexed-types/should_fail/T4093a.stderr -7 +7 M ./tests/ghc-regress/indexed-types/should_fail/T4093b.stderr -1 +3 M ./tests/ghc-regress/indexed-types/should_fail/T4

patch applied (ghc-7.0/testsuite): trac #836 tests

2010-11-12 Thread Ian Lynagh
Thu Oct 21 15:06:35 PDT 2010 am...@amsay.net * trac #836 tests M ./tests/ghc-regress/rebindable/all.T +1 A ./tests/ghc-regress/rebindable/rebindable10.hs A ./tests/ghc-regress/rebindable/rebindable10.stdout View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/

patch applied (ghc-7.0/testsuite): Use the RebindableSyntax flag, not NoImplicitPrelude

2010-11-12 Thread Ian Lynagh
Fri Oct 22 07:30:53 PDT 2010 simo...@microsoft.com * Use the RebindableSyntax flag, not NoImplicitPrelude M ./tests/ghc-regress/rebindable/DoParamM.hs -1 +1 M ./tests/ghc-regress/rebindable/DoRestrictedM.hs -1 +1 M ./tests/ghc-regress/rebindable/T303.hs -1 +1 M ./tests/ghc-regre

patch applied (ghc-7.0/testsuite): Test "frozen" type errors

2010-11-12 Thread Ian Lynagh
Fri Nov 12 05:04:24 PST 2010 simo...@microsoft.com * Test "frozen" type errors A ./tests/ghc-regress/typecheck/should_fail/FrozenErrorTests.hs A ./tests/ghc-regress/typecheck/should_fail/FrozenErrorTests.stderr M ./tests/ghc-regress/typecheck/should_fail/all.T +1 View patch online:

patch applied (ghc-7.0/testsuite): Test Trac #4484

2010-11-12 Thread Ian Lynagh
Fri Nov 12 04:05:35 PST 2010 simo...@microsoft.com * Test Trac #4484 A ./tests/ghc-regress/indexed-types/should_compile/T4484.hs View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h=20101112120535-1287e-d6373027b5a791803e1e29a4faf8b05f11

patch applied (ghc-7.0/testsuite): Add test for Trac #4492

2010-11-12 Thread Ian Lynagh
Fri Nov 12 04:03:09 PST 2010 simo...@microsoft.com * Add test for Trac #4492 A ./tests/ghc-regress/indexed-types/should_compile/T4492.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=da

patch applied (ghc-7.0/ghc): Set RELEASE to YES

2010-11-12 Thread Ian Lynagh
Fri Nov 12 07:10:21 PST 2010 Ian Lynagh * Set RELEASE to YES M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101112151021-3fd76-cfb75cc499e7eb1c28623201594786d7a0dc7055.gz ___

patch applied (ghc-7.0/ghc): A (final) re-engineering of the new typechecker

2010-11-12 Thread Ian Lynagh
Fri Nov 12 05:00:11 PST 2010 simo...@microsoft.com * A (final) re-engineering of the new typechecker Regression testing and user feedback for GHC 7.0 taught us a lot. This patch fixes numerous small bugs, and some major ones (eg Trac #4484, #4492), and improves type error messages.

patch applied (ghc-7.0/ghc): Add a patch-submitters stat to ANNOUNCE

2010-11-12 Thread Ian Lynagh
Fri Nov 12 06:59:56 PST 2010 Ian Lynagh * Add a patch-submitters stat to ANNOUNCE M ./ANNOUNCE -3 +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101112145956-3fd76-9ade445706738af7eaa5828c24e32d1e80b1b227.gz __

patch applied (ghc-7.0/ghc): Add rebindable syntax for if-then-else

2010-11-12 Thread Ian Lynagh
Fri Oct 22 07:34:00 PDT 2010 simo...@microsoft.com * Add rebindable syntax for if-then-else There are two main changes * New LANGUAGE option RebindableSyntax, which implies NoImplicitPrelude * if-the-else becomes rebindable, with function name "ifThenElse" (but case express

patch applied (ghc-7.0/ghc): Add a release note for RebindableSyntax

2010-11-12 Thread Ian Lynagh
Fri Nov 12 07:10:05 PST 2010 Ian Lynagh * Add a release note for RebindableSyntax M ./docs/users_guide/7.0.1-notes.xml +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101112151005-3fd76-786b712f9ad12d6ea1837dccf14f2cf29b28685b.gz _

patch applied (ghc-7.0/ghc): Improve error messages

2010-11-12 Thread Ian Lynagh
Mon Nov 1 09:46:30 PDT 2010 simo...@microsoft.com * Improve error messages In particular, instead of Cannot match 'a' with 'b' we get Could not deduce (a~b) from context (F a ~ b) or whatever M ./compiler/typecheck/TcErrors.lhs -19 +27 View patch online: http://darcs.ha

patch applied (ghc-7.0/ghc): Comments and layout only

2010-11-12 Thread Ian Lynagh
Wed Oct 20 06:24:38 PDT 2010 simo...@microsoft.com * Comments and layout only M ./compiler/typecheck/TcCanonical.lhs -3 +7 M ./compiler/typecheck/TcInteract.lhs -8 +12 M ./compiler/typecheck/TcSMonad.lhs -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7

patch applied (ghc-7.0/ghc): Fix warnings

2010-11-12 Thread Ian Lynagh
Tue Oct 12 21:03:35 PDT 2010 b...@ouroborus.net * Fix warnings M ./compiler/typecheck/Inst.lhs -1 M ./compiler/typecheck/TcSMonad.lhs -1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101013040335-bf82d-5dd77da17e3d05e83ac3aa56906c

patch applied (ghc-7.0/ghc): Fix missing word in release notes; spotted by aavogt in #ghc

2010-11-12 Thread Ian Lynagh
Thu Nov 11 08:28:44 PST 2010 Ian Lynagh * Fix missing word in release notes; spotted by aavogt in #ghc M ./docs/users_guide/7.0.1-notes.xml -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=2010162844-3fd76-c4d796a28448c41152224d

[nightly] DPH Performance Test FAILED :-(

2010-11-12 Thread DPH Buildbot
DPH Performance Build Failed :-( System command failure. command: scp results/nightly-20101113_ 11947 overl...@deluge.ouroborus.net:log/limitingfactor/dph exit code: ExitFailure 1 -- stderr (last 10 lines) -- results/nightly-20101113_:

patch applied (ghc): Slurp author spellings file from base and add more authors

2010-11-12 Thread Ben Lippmeier
Fri Nov 12 05:46:41 PST 2010 Ben Lippmeier * Slurp author spellings file from base and add more authors A ./.authorspellings View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101112134641-08f32-be4c2e70fb4e9d7a46f18d8f71546ecf5dad3739.gz __

patch applied (testsuite): Follow error message changes with new typechecker

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 05:04:43 PST 2010 simo...@microsoft.com * Follow error message changes with new typechecker M ./tests/ghc-regress/deriving/should_fail/T3621.stderr +3 M ./tests/ghc-regress/gadt/T3651.stderr -3 +3 M ./tests/ghc-regress/indexed-types/should_compile/Simple14.stderr -3 +5

patch applied (testsuite): Test "frozen" type errors

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 05:04:24 PST 2010 simo...@microsoft.com * Test "frozen" type errors A ./tests/ghc-regress/typecheck/should_fail/FrozenErrorTests.hs A ./tests/ghc-regress/typecheck/should_fail/FrozenErrorTests.stderr M ./tests/ghc-regress/typecheck/should_fail/all.T +1 View patch online:

patch applied (testsuite): Test Trac #4484

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 04:05:35 PST 2010 simo...@microsoft.com * Test Trac #4484 A ./tests/ghc-regress/indexed-types/should_compile/T4484.hs View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101112120535-1287e-d6373027b5a791803e1e29a4faf8b05f117f418c.g

patch applied (testsuite): Add test for Trac #4492

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 04:03:09 PST 2010 simo...@microsoft.com * Add test for Trac #4492 A ./tests/ghc-regress/indexed-types/should_compile/T4492.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_comm

patch applied (ghc): A (final) re-engineering of the new typechecker

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 05:00:11 PST 2010 simo...@microsoft.com * A (final) re-engineering of the new typechecker Regression testing and user feedback for GHC 7.0 taught us a lot. This patch fixes numerous small bugs, and some major ones (eg Trac #4484, #4492), and improves type error messages.

simonmar-win32-head, build 163, Success

2010-11-12 Thread Builder
simonmar-win32-head, build 163 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/163.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

simonmar-win32-stable, build 99, Success

2010-11-12 Thread Builder
simonmar-win32-stable, build 99 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/99.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

pgj-freebsd-i386-stable, build 60, Success

2010-11-12 Thread Builder
pgj-freebsd-i386-stable, build 60 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/60.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booti

pgj-freebsd-amd64-stable, build 77, Success

2010-11-12 Thread Builder
pgj-freebsd-amd64-stable, build 77 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/77.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success boo

patch applied (ghc): Allow the old [$foo| ... |] syntax for quasi-quotes

2010-11-12 Thread Simon Peyton Jones
Fri Nov 12 00:30:52 PST 2010 simo...@microsoft.com * Allow the old [$foo| ... |] syntax for quasi-quotes This is just a backward-compatibility thing, to be removed eventually. M ./compiler/parser/Lexer.x +4 M ./compiler/typecheck/TcSplice.lhs -1 +17 View patch online: http://dar

patch applied (ghc): Fix multi-line string (minor glitch in stage-1 compiler)

2010-11-12 Thread Simon Peyton Jones
Thu Nov 11 05:45:03 PST 2010 simo...@microsoft.com * Fix multi-line string (minor glitch in stage-1 compiler) M ./compiler/utils/Outputable.lhs -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2010134503-1287e-f6bb87f8ea2fcd78db5bbe9a087