[nightly] 03-May-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-05-03 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 03-May-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

patch applied (ghc): Fix truncate on amd64 NCG; fixes arith005.

2007-05-03 Thread Ian Lynagh
Thu May 3 15:38:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix truncate on amd64 NCG; fixes arith005. cvts[sd]2siq? -> cvtts[sd]2siq? M ./compiler/nativeGen/MachCodeGen.hs -1 +3 M ./compiler/nativeGen/MachInstrs.hs -2 +2 M ./compiler/nativeGen/PprMach.hs -6 +6 M ./compile

patch applied (ghc): Add missing libraries/Makefile dependencies on ifBuildable/ifBuildable

2007-05-03 Thread Ian Lynagh
Thu May 3 07:07:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add missing libraries/Makefile dependencies on ifBuildable/ifBuildable M ./libraries/Makefile -4 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (testsuite): Use letters to allow output to be matched up with the code more easily

2007-05-03 Thread Ian Lynagh
Thu May 3 12:26:04 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use letters to allow output to be matched up with the code more easily M ./tests/ghc-regress/numeric/should_run/arith005.hs -20 +20 M ./tests/ghc-regress/numeric/should_run/arith005.stdout -20 +20 M ./tests/ghc-regress/nu

patch applied (testsuite): Remove redundant arch-specific test files

2007-05-03 Thread Ian Lynagh
Thu May 3 12:21:39 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove redundant arch-specific test files R ./tests/ghc-regress/numeric/should_run/arith005.stdout-alpha-dec-osf3 R ./tests/ghc-regress/numeric/should_run/arith005.stdout-mips-sgi-irix R ./tests/ghc-regress/numeric/shoul

patch applied (testsuite): Accept output

2007-05-03 Thread Ian Lynagh
Thu May 3 12:16:15 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept output M ./tests/ghc-regress/th/TH_exn2.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 03-May-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-05-03 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu May 3 19:30:01 BST 2007. checkin

[nightly] 03-May-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-05-03 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Thu May 3 19:00:00 BST 2007.

Re: building head fails in main/GHC.hs:2223:50

2007-05-03 Thread Claus Reinke
would it be possible to set some maximum failure time (1 week or so), so that buildbot failures for longer than that would cause all new patches to be put on hold until the head+libs _build_ again on all major platforms? FWIW, that wouldn't have helped the build system fixes get done any quicker

Re: building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-03 Thread Ian Lynagh
On Thu, May 03, 2007 at 04:54:54PM +0100, Claus Reinke wrote: > >>that is odd, the file is still here, just that darcs has forgotten about > >>it. > > > >Darcs ought to remove it if you don't have any local changes to it. > > there were no local changes in that file. Well, sounds like a bug, but

building head on windows .. succeeds on May 3;-)

2007-05-03 Thread Claus Reinke
a useful reference point for other windows ghc builders looking for a place of rest in the storm of recent changes. make goes through, and compiler/stage2/ghc-inplace --interactive can be started, with: $ darcs changes --last=1 plink: unknown option "-O" Thu May 3 14:36:54 GMT Dayligh

Re: building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-03 Thread Claus Reinke
that is odd, the file is still here, just that darcs has forgotten about it. Darcs ought to remove it if you don't have any local changes to it. there were no local changes in that file. Is darcs whatsnew --look-for-adds --no-summary yes! that is helpful, thanks. i wasn't aware that the

Re: building head fails in main/GHC.hs:2223:50

2007-05-03 Thread Ian Lynagh
On Tue, May 01, 2007 at 01:29:01PM +0100, Claus Reinke wrote: > > sometimes i feel like a human buildbot.. > > would it be possible to set some maximum failure time (1 week or so), > so that buildbot failures for longer than that would cause all new patches > to be put on hold until the head+libs

Re: patch applied (ghc): Tweak darcs-all script

2007-05-03 Thread Ian Lynagh
On Sun, Apr 29, 2007 at 07:02:22PM +0100, Claus Reinke wrote: > > btw, did you figure out why the previous version had the issue? as the > script i sent demonstrated, cygwin shell scripts can even remove > themselves while running. just the misterious 'darcs-all-0' had that > locking problem.

patch applied (testsuite): update: we give a diagnostic for an incorrect number in :delete now

2007-05-03 Thread Simon Marlow
Thu May 3 08:17:24 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * update: we give a diagnostic for an incorrect number in :delete now M ./tests/ghc-regress/ghci.debugger/scripts/dynbrk001.stdout +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http:

patch applied (testsuite): add a history test

2007-05-03 Thread Simon Marlow
Thu May 3 08:17:00 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add a history test M ./tests/ghc-regress/ghci.debugger/scripts/all.T +2 A ./tests/ghc-regress/ghci.debugger/scripts/hist001.script A ./tests/ghc-regress/ghci.debugger/scripts/hist001.stdout

patch applied (testsuite): add a :list test

2007-05-03 Thread Simon Marlow
Thu May 3 08:04:46 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add a :list test M ./tests/ghc-regress/ghci.debugger/scripts/all.T +2 A ./tests/ghc-regress/ghci.debugger/scripts/list001.script A ./tests/ghc-regress/ghci.debugger/scripts/list001.stdout __

patch applied (ghc): Use a primop for getting the fields of the AP_STACK rather than an FFI call

2007-05-03 Thread Simon Marlow
Thu May 3 08:19:41 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Use a primop for getting the fields of the AP_STACK rather than an FFI call This means we can avoid some StablePtrs, and also catch cases where the AP_STACK has been evaluated (this can happen with :history, see the hist001 te

patch applied (ghc): improve the :list command

2007-05-03 Thread Simon Marlow
Thu May 3 08:06:12 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * improve the :list command Now you can list source code in various ways: :list :list :list M ./compiler/ghci/InteractiveUI.hs -34 +81 ___ Cvs-ghc mailing list Cvs-gh

patch applied (ghc): Add a little documentation to the libraries/Makefile

2007-05-03 Thread Ian Lynagh
Thu May 3 06:36:54 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a little documentation to the libraries/Makefile M ./libraries/Makefile +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Only touch the configure stamp if configure succeeds

2007-05-03 Thread Ian Lynagh
Thu May 3 05:39:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Only touch the configure stamp if configure succeeds We don't touch $@ if configure failed as we would prefer to try configuring it next time round, rather than assuming it'll still fail. This is particularly important for corel

patch applied (ghc): Add history/trace functionality to the GHCi debugger

2007-05-03 Thread Simon Marlow
Thu May 3 06:19:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Add history/trace functionality to the GHCi debugger The debugger can now log each step of the evaluation without actually stopping, keeping a history of the recent steps (currently 50). When a (real) breakpoint is hit, yo

patch applied (ghc): use extendInteractiveContext instead of custom code

2007-05-03 Thread Simon Marlow
Thu May 3 06:15:25 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * use extendInteractiveContext instead of custom code M ./compiler/ghci/Debugger.hs -5 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): cancel out some reverses by changing the order of ic_tmp_ids

2007-05-03 Thread Simon Marlow
Thu May 3 05:52:24 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * cancel out some reverses by changing the order of ic_tmp_ids M ./compiler/main/GHC.hs -3 +9 M ./compiler/main/HscTypes.lhs -3 +5 M ./compiler/typecheck/TcRnDriver.lhs -4 +3 _

patch applied (ghc): use the reader part of the monad for the inScope set

2007-05-03 Thread Simon Marlow
Thu May 3 05:50:06 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * use the reader part of the monad for the inScope set M ./compiler/deSugar/Coverage.lhs -9 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-

Re: building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-03 Thread Ian Lynagh
On Thu, May 03, 2007 at 10:21:26AM +0100, Claus Reinke wrote: > >You have droppings from a previous build in your tree - DebuggerTys was > >removed recently. > > that is odd, the file is still here, just that darcs has forgotten about > it. Darcs ought to remove it if you don't have any local c

patch applied (testsuite): add a test to demonstrate a new bug

2007-05-03 Thread Simon Marlow
Thu May 3 06:12:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add a test to demonstrate a new bug M ./tests/ghc-regress/ghci.debugger/scripts/all.T +2 A ./tests/ghc-regress/ghci.debugger/scripts/result001.hs A ./tests/ghc-regress/ghci.debugger/scripts/result001.script ___

patch applied (ghc): Make coreSyn/CoreUtils.lhs compile

2007-05-03 Thread Ian Lynagh
Thu May 3 05:08:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make coreSyn/CoreUtils.lhs compile Use the right number of arguments in a panic case. M ./compiler/coreSyn/CoreUtils.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www

patch applied (ghc): Make boot handle getting the libraries

2007-05-03 Thread Ian Lynagh
Mon Apr 30 04:35:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> UNDO: Make boot handle getting the libraries M ./Makefile -1 +1 M ./README -3 +8 M ./boot -3 +10 M ./darcs-all -6 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

patch applied (testsuite): accept output

2007-05-03 Thread Simon Marlow
Thu May 3 02:42:06 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * accept output M ./tests/ghc-regress/ghci.debugger/scripts/break005.stdout -1 +2 A ./tests/ghc-regress/ghci.debugger/scripts/break006.stderr M ./tests/ghc-regress/ghci.debugger/scripts/break006.stdout -6 +20 M ./test

patch applied (testsuite): add correct output now this test is fixed

2007-05-03 Thread Simon Marlow
Mon Apr 30 04:00:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add correct output now this test is fixed A ./tests/ghc-regress/ghci.debugger/scripts/print019.stderr ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/list

Re: building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-03 Thread Claus Reinke
You have droppings from a previous build in your tree - DebuggerTys was removed recently. that is odd, the file is still here, just that darcs has forgotten about it. and 'darcs whatsnew' doesn't see it, so i did not notice. what is the proper way to ask darcs about all differences between eve

[nightly] 03-May-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-05-03 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 03-May-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

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

2007-05-03 Thread Simon Peyton Jones
Thu May 3 00:50:22 PDT 2007 [EMAIL PROTECTED] * Add test for Trac #1255 M ./tests/ghc-regress/typecheck/should_compile/all.T +1 A ./tests/ghc-regress/typecheck/should_compile/tc226.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

Re: building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-03 Thread Simon Marlow
Claus Reinke wrote: ../compiler/stage1/ghc-inplace -H32m -O2 -istage2/utils -istage2/basicTypes -istage2/types -istage2/hsSyn -istage2/prelude -istage2/rename -istage2/typecheck -istage2/deSugar -istage2/coreSyn -istage2/specialise -istage2/simplCore -istage2/stranal -istage2/stgS

patch applied (ghc-6.6/ghc): Fix Trac #1255 (related to UNPACKing of strict fields) on 6.6 branch

2007-05-03 Thread Simon Peyton Jones
Thu May 3 00:42:24 PDT 2007 [EMAIL PROTECTED] * Fix Trac #1255 (related to UNPACKing of strict fields) on 6.6 branch This bug is already fixed on the HEAD, but we neglected to push the change into the branch. M ./compiler/typecheck/TcTyClsDecls.lhs -1 +9

patch applied (testsuite): Add test for records and type families

2007-05-03 Thread Simon Peyton Jones
Thu May 3 00:38:38 PDT 2007 [EMAIL PROTECTED] * Add test for records and type families A ./tests/ghc-regress/indexed-types/should_compile/Records.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___ Cvs-ghc mailing list Cvs-ghc

RE: darcs patch: Add missing binders to CoreUtils.mkAltExpr, fixes stag...

2007-05-03 Thread Simon Peyton-Jones
Thank you Stefan. I don't know how I committed the offending patch yesterday -- I thought I'd compiled it! Sorry about that Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan O'Rear | Sent: 03 May 2007 01:58 | To: cvs-ghc@haskell.org | Sub

Daily report for head

2007-05-03 Thread BuildBot Collator
Old unexpected test failures: ATLoop 2 x86 Windows head fast CPUTime001 1 tnaur PPC OSX head Church2 2 x86 Windows head fast GMapAssoc 2 x86 Windows head fast GMapTop 2 x86 Windows head fast Ov