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

2010-01-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 Jan 30 18:00:02 GMT 2010. checking out

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

2010-01-30 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 Sat Jan 30 19:00:01 GMT 2010. **

patch applied (ghc-6.12/ghc): locateOneObj: don't look for dynamic libs in static mode

2010-01-30 Thread Ian Lynagh
Sun Jan 3 14:36:37 PST 2010 Simon Marlow * locateOneObj: don't look for dynamic libs in static mode also replace picIsOn with isDynamicGhcLib, as __PIC__ is not the correct test for whether the GHC library is dynamically linked. M ./compiler/ghci/Linker.lhs -10 +7 M ./compiler/uti

patch applied (ghc-6.12/ghc): Fix bugs in STG Lint

2010-01-30 Thread Ian Lynagh
Mon Jan 4 13:46:59 PST 2010 simo...@microsoft.com * Fix bugs in STG Lint The Stg Lint failure reported in Trac #3789 were bogus. This patch fixes STG Lint, which must have been unused for ages. M ./compiler/stgSyn/StgLint.lhs -18 +13 View patch online: http://darcs.haskell.org/gh

patch applied (ghc-6.12/ghc): Update the filepath tarball

2010-01-30 Thread Ian Lynagh
Sat Jan 30 15:40:45 PST 2010 Ian Lynagh * Update the filepath tarball Now includes Wed Dec 16 21:34:21 GMT 2009 Sergei Trofimovich * lower base requirement down to base-2 M ./libraries/tarballs/filepath-1.1.0.4.tar.gz View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_da

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

2010-01-30 Thread Ian Lynagh
Sat Jan 30 13:12:56 PST 2010 Ian Lynagh * Add a test for trac #3813 M ./tests/ghc-regress/ghci/scripts/all.T +1 A ./tests/ghc-regress/ghci/scripts/ghci035.script A ./tests/ghc-regress/ghci/scripts/ghci035.stdout View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/

patch applied (ghc-6.12/testsuite): MERGED: Track error message change

2010-01-30 Thread Ian Lynagh
Sat Jan 30 13:56:27 PST 2010 Ian Lynagh * MERGED: Track error message change Wed Jan 20 11:48:13 GMT 2010 simo...@microsoft.com M ./tests/ghc-regress/ghci.debugger/scripts/break003.stderr -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20100130215627

patch applied (ghc-6.12/testsuite): Add a test for trac #3813

2010-01-30 Thread Ian Lynagh
Sat Jan 30 13:12:56 PST 2010 Ian Lynagh * Add a test for trac #3813 M ./tests/ghc-regress/ghci/scripts/all.T +1 A ./tests/ghc-regress/ghci/scripts/ghci035.script A ./tests/ghc-regress/ghci/scripts/ghci035.stdout View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs

patch applied (ghc-6.12/ghc): Fix Trac #3813: unused variables in GHCi bindings

2010-01-30 Thread Ian Lynagh
Wed Jan 20 01:45:33 PST 2010 simo...@microsoft.com * Fix Trac #3813: unused variables in GHCi bindings In a GHCi stmt we don't want to report unused variables, because we don't know the scope of the binding, eg Prelude> x <- blah Fixing this needed a little more info abou

patch applied (ghc-6.12/testsuite): Add tests for trac #3833 and #3834

2010-01-30 Thread Ian Lynagh
Sat Jan 30 12:30:49 PST 2010 Ian Lynagh * Add tests for trac #3833 and #3834 A ./tests/ghc-regress/deriving/should_fail/T3833.hs A ./tests/ghc-regress/deriving/should_fail/T3833.stderr A ./tests/ghc-regress/deriving/should_fail/T3834.hs A ./tests/ghc-regress/deriving/should_fai

patch applied (testsuite): Update column numbers for the HEAD

2010-01-30 Thread Ian Lynagh
Sat Jan 30 12:31:47 PST 2010 Ian Lynagh * Update column numbers for the HEAD M ./tests/ghc-regress/deriving/should_fail/T3833.stderr -1 +1 M ./tests/ghc-regress/deriving/should_fail/T3834.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100130203147-

patch applied (testsuite): Add tests for trac #3833 and #3834

2010-01-30 Thread Ian Lynagh
Sat Jan 30 12:30:49 PST 2010 Ian Lynagh * Add tests for trac #3833 and #3834 A ./tests/ghc-regress/deriving/should_fail/T3833.hs A ./tests/ghc-regress/deriving/should_fail/T3833.stderr A ./tests/ghc-regress/deriving/should_fail/T3834.hs A ./tests/ghc-regress/deriving/should_fai

patch applied (ghc-6.12/testsuite): Follow error output

2010-01-30 Thread Ian Lynagh
Sat Jan 30 10:26:22 PST 2010 Ian Lynagh * Follow error output M ./tests/ghc-regress/deriving/should_fail/T2394.stderr -2 +2 M ./tests/ghc-regress/deriving/should_fail/T2604.stderr -4 +5 M ./tests/ghc-regress/deriving/should_fail/T2701.stderr -2 +2 M ./tests/ghc-regress/deriving

Re: Hackage testing

2010-01-30 Thread Ian Lynagh
On Sat, Jan 30, 2010 at 02:17:16PM +, Ian Lynagh wrote: > > We now have an automated program for performing regression tests against > all of hackage: > > darcs get http://darcs.haskell.org/hackage-test/ A couple of things I forgot to mention. First, there's a wiki page about it here:

patch applied (ghc-6.12/ghc): Fix Trac #3833,#3834: improve error messages for deriving

2010-01-30 Thread Ian Lynagh
Thu Jan 21 03:36:53 PST 2010 simo...@microsoft.com * Fix Trac #3833,#3834: improve error messages for deriving This patch, on the 6.12 branch only, does what the patch "Tidy up deriving error messages" did for the HEAD. That patch fixed #3702, but it also fixes the problem in #38

Re: Exploding SpecConstr

2010-01-30 Thread Ian Lynagh
On Sat, Jan 30, 2010 at 04:31:03PM +, Simon Peyton-Jones wrote: > | This is http://hackage.haskell.org/trac/ghc/ticket/3831 > | > | Simon - this is reasonably urgent, the HEAD build is broken with -O2, > | any chance you could take a look? > > How do I build the terminfo package? If I just sa

patch applied (ghc-6.12/testsuite): Add test Trac #3731

2010-01-30 Thread Ian Lynagh
Thu Dec 24 07:50:01 PST 2009 simo...@microsoft.com * Add test Trac #3731 A ./tests/ghc-regress/typecheck/should_run/T3731.hs M ./tests/ghc-regress/typecheck/should_run/all.T +2 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091224155001-1287e-644772d3a8

patch applied (ghc-6.12/testsuite): Fix column numbers for 6.12 branch

2010-01-30 Thread Ian Lynagh
Sat Jan 30 08:32:46 PST 2010 Ian Lynagh * Fix column numbers for 6.12 branch M ./tests/ghc-regress/rename/should_fail/T3792.stderr -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20100130163246-3fd76-884713fabf03c154e47dc3713e58e4a56f0a704c.gz

patch applied (ghc-6.12/testsuite): Test Trac #3792

2010-01-30 Thread Ian Lynagh
Mon Jan 4 14:00:30 PST 2010 simo...@microsoft.com * Test Trac #3792 A ./tests/ghc-regress/rename/should_fail/T3792.hs A ./tests/ghc-regress/rename/should_fail/T3792.stderr M ./tests/ghc-regress/rename/should_fail/all.T +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsu

patch applied (ghc-6.12/testsuite): add test for #3742

2010-01-30 Thread Ian Lynagh
Thu Dec 10 04:45:18 PST 2009 Simon Marlow * add test for #3742 A ./tests/ghc-regress/ffi/should_compile/3742.hs M ./tests/ghc-regress/ffi/should_compile/all.T +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091210124518-12142-763756a86e6a706fe9b1d992

patch applied (ghc-6.12/testsuite): add test for #3741

2010-01-30 Thread Ian Lynagh
Thu Dec 10 04:33:54 PST 2009 Simon Marlow * add test for #3741 A ./tests/ghc-regress/parser/should_compile/T3741.hs M ./tests/ghc-regress/parser/should_compile/all.T -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091210123354-12142-6d1ab85732fa9b

patch applied (ghc-6.12/ghc): fix warning on Windows

2010-01-30 Thread Ian Lynagh
Wed Jan 27 08:29:54 PST 2010 Simon Marlow * fix warning on Windows M ./compiler/utils/Panic.lhs -2 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127162954-12142-dbb85857ca0e9d382c5a065b1b04eded07d74d66.gz ___ C

patch applied (ghc-6.12/ghc): Don't Terminate the ticker thread (#3748)

2010-01-30 Thread Ian Lynagh
Wed Jan 27 05:54:30 PST 2010 Simon Marlow * Don't Terminate the ticker thread (#3748) M ./rts/RtsStartup.c -1 +1 M ./rts/Ticker.h -1 +1 M ./rts/Timer.c -2 +2 M ./rts/Timer.h -1 +1 M ./rts/posix/Itimer.c -1 +1 M ./rts/win32/Ticker.c -6 +15 View patch online: http://darc

patch applied (ghc-6.12/ghc): catch SIGHUP and SIGTERM and raise an exception (#3656)

2010-01-30 Thread Ian Lynagh
Wed Jan 27 06:04:38 PST 2010 Simon Marlow * catch SIGHUP and SIGTERM and raise an exception (#3656) M ./compiler/main/GHC.hs -3 +1 M ./compiler/utils/Panic.lhs -3 +18 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127140438-12142-610140a827c00c67b485fc362

patch applied (ghc-6.12/ghc): define INFINITY and NAN if they don't exist (#2929)

2010-01-30 Thread Ian Lynagh
Wed Jan 27 05:36:32 PST 2010 Simon Marlow * define INFINITY and NAN if they don't exist (#2929) M ./includes/Stg.h +21 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100127133632-12142-b6bb82a2e05b892b192a14635fdec816318c2e68.gz

patch applied (ghc-6.12/ghc): tweak the totally-bogus arbitrary stack-squeezing heuristic to fix #2797

2010-01-30 Thread Ian Lynagh
Thu Jan 28 04:44:54 PST 2010 Simon Marlow * tweak the totally-bogus arbitrary stack-squeezing heuristic to fix #2797 In #2797, a program that ran in constant stack space when compiled needed linear stack space when interpreted. It turned out to be nothing more than stack-squeezing not ha

RE: Exploding SpecConstr

2010-01-30 Thread Simon Peyton-Jones
| This is http://hackage.haskell.org/trac/ghc/ticket/3831 | | Simon - this is reasonably urgent, the HEAD build is broken with -O2, | any chance you could take a look? How do I build the terminfo package? If I just say 'make' at top level, terminfo doesn't get built. If I cd to libraries/termin

Re: Hackage testing

2010-01-30 Thread Ian Lynagh
On Sat, Jan 30, 2010 at 03:05:45PM +, Neil Mitchell wrote: > > Is the list of which 215 packages failed available somewhere? It would > be nice to know if any of my packages were on it. Note that some of the failures will be because packages have not been updated for the changes in 6.12, or f

Re: Hackage testing

2010-01-30 Thread Neil Mitchell
Hi Ian, Is the list of which 215 packages failed available somewhere? It would be nice to know if any of my packages were on it. Thanks, Neil On Sat, Jan 30, 2010 at 2:17 PM, Ian Lynagh wrote: > > Hi all, > > We now have an automated program for performing regression tests against > all of hack

Hackage testing

2010-01-30 Thread Ian Lynagh
Hi all, We now have an automated program for performing regression tests against all of hackage: darcs get http://darcs.haskell.org/hackage-test/ An example of how to use it: Here's a run with the HEAD, no special options: $ ht normal ../cabal-install/dist/build/cabal/cabal \