[nightly] 17-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-04-17 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 17-Apr-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/

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

2007-04-17 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 Tue Apr 17 19:00:00 BST 2007.

Re: Trying to sumbit patches...

2007-04-17 Thread Tyson Whitehead
On Tue April 17 2007 11:28, Ian Lynagh wrote: > Now all received and applied; thanks for writing them and for > persevering with sending them! Thank you guys for the compiler. : ) > Procmail adds a header to any message which is more than 40k and doesn't > have a subject starting "darcs patch" (

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

2007-04-17 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 Tue Apr 17 19:30:01 BST 2007. checki

Re: Trying to sumbit patches...

2007-04-17 Thread Ian Lynagh
Hi Tyson, On Thu, Apr 12, 2007 at 09:14:43AM -0400, Tyson Whitehead wrote: > I'm trying to submit the three patches promissed in trac #1265. Now all received and applied; thanks for writing them and for persevering with sending them! > 1P- Darcs wants to run through sendmail, but haskell.org (a

patch applied (ghc): Distinguish between userError (i.e., deliberate failure) and other immediate and embedded exceptions for TH splices for trac #1265

2007-04-17 Thread Ian Lynagh
Tue Apr 10 07:17:09 PDT 2007 Tyson Whitehead <[EMAIL PROTECTED]> * Distinguish between userError (i.e., deliberate failure) and other immediate and embedded exceptions for TH splices for trac #1265 M ./compiler/typecheck/TcSplice.lhs -11 +11 ___

patch applied (testsuite): Update output

2007-04-17 Thread Ian Lynagh
Tue Apr 17 08:16:16 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update output M ./tests/ghc-regress/th/TH_exn1.stderr -2 +2 M ./tests/ghc-regress/th/TH_exn2.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailma

Re: building, rebuilding, problems, ALUT,..

2007-04-17 Thread Simon Marlow
Claus Reinke wrote: after a long while, i'm trying to update and rebuild my local ghc HEAD (windows). as usual, there are problems: incedentally, we now have various Windows nightly builds, including the test suite, so Windows-specific breakagaes should be much less common. 1. http://hacka

patch applied (ghc): remove the ITBL_SIZE constants which were wrong, but fortunately unused

2007-04-17 Thread Simon Marlow
Tue Apr 17 02:25:59 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove the ITBL_SIZE constants which were wrong, but fortunately unused M ./compiler/main/Constants.lhs -10 M ./includes/mkDerivedConstants.c -7 ___ Cvs-ghc mailing list Cvs-ghc@

patch applied (testsuite): Differentiate between use of fail and failure of code (i.e., an exception is thrown)

2007-04-17 Thread Ian Lynagh
Tue Apr 10 07:03:08 PDT 2007 Tyson Whitehead <[EMAIL PROTECTED]> * Differentiate between use of fail and failure of code (i.e., an exception is thrown) ./tests/ghc-regress/th/TH_exn.hs -> ./tests/ghc-regress/th/TH_exn2.hs ./tests/ghc-regress/th/TH_exn.stderr -> ./tests/ghc-regress/t

patch applied (testsuite): Add a test for use of fail for trac #1265

2007-04-17 Thread Ian Lynagh
Tue Apr 10 07:06:53 PDT 2007 Tyson Whitehead <[EMAIL PROTECTED]> * Add a test for use of fail for trac #1265 A ./tests/ghc-regress/th/TH_fail.hs A ./tests/ghc-regress/th/TH_fail.stderr M ./tests/ghc-regress/th/all.T +1 ___ Cvs-ghc mailing

patch applied (ghc): Re-working of the breakpoint support

2007-04-17 Thread Simon Marlow
Tue Apr 17 07:24:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Re-working of the breakpoint support This is the result of Bernie Pope's internship work at MSR Cambridge, with some subsequent improvements by me. The main plan was to (a) Reduce the overhead for breakpoints, so we co

patch applied (ghc): con_desc should be an OFFSET_FIELD

2007-04-17 Thread Simon Marlow
Tue Apr 17 02:25:26 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * con_desc should be an OFFSET_FIELD M ./includes/InfoTables.h -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Generate conc068 input in a more portable manner

2007-04-17 Thread Ian Lynagh
Mon Apr 16 23:37:54 PDT 2007 Thorkil Naur <[EMAIL PROTECTED]> * Generate conc068 input in a more portable manner The earlier method with 'yes .. | head ..' does not work on PPC Mac OS X. M ./tests/ghc-regress/concurrent/should_run/Makefile -1 +1 __

patch applied (ghc-6.6/testsuite): MERGED: Generate conc068 input in a more portable manner

2007-04-17 Thread Ian Lynagh
Tue Apr 17 06:11:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Generate conc068 input in a more portable manner Thorkil Naur <[EMAIL PROTECTED]>**20070417063754 The earlier method with 'yes .. | head ..' does not work on PPC Mac OS X. M ./tests/ghc-regress/concurrent/should_run/

patch applied (testsuite): Use $(PYTHON) rather than assuming python will find it

2007-04-17 Thread Ian Lynagh
Tue Apr 17 06:05:16 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use $(PYTHON) rather than assuming python will find it M ./tests/ghc-regress/concurrent/should_run/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

HEADS UP: testsuite

2007-04-17 Thread Ian Lynagh
Hi all, The testsuite repo had got into a confused state. It looks like a patch that had failed to apply cleanly had managed to get inside a checkpoint tag. I'm not entirely sure of the details, but I think the repo should be happy again now. However: I recommend that you re-get any HEAD te

patch applied (testsuite): TAG 2007-04-17

2007-04-17 Thread Ian Lynagh
Tue Apr 17 05:50:57 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> tagged 2007-04-17 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

building, rebuilding, problems, ALUT,..

2007-04-17 Thread Claus Reinke
after a long while, i'm trying to update and rebuild my local ghc HEAD (windows). as usual, there are problems: 1. http://hackage.haskell.org/trac/ghc/wiki/Building/Rebuilding suggests that one does 'make distclean' _after_ pulling changes. - this currently fails in libraries (missing ta

patch applied (ghc): fix building with pre-6.4

2007-04-17 Thread Simon Marlow
Mon Apr 16 01:27:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix building with pre-6.4 M ./compiler/main/SysTools.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-04-17 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 17-Apr-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 (ghc-6.6/testsuite): platform-specific output no longer required

2007-04-17 Thread Simon Marlow
Tue Apr 17 01:08:59 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * platform-specific output no longer required R ./tests/ghc-regress/concurrent/should_run/conc056.stderr-i386-unknown-mingw32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

Daily report for head

2007-04-17 Thread BuildBot Collator
Old unexpected test failures: Church22 x86 Windows head fast GMapAssoc 1 tnaur PPC OSX head GMapTop1 tnaur PPC OSX head TH_class1 1 x86 Windows head fast TH_dupdecl 1 x86 Windows head fast TH_exn 1 x86 Wind

Daily report for 6.6

2007-04-17 Thread BuildBot Collator
Fixed unexpected test failures: concprog001 Old unexpected test failures: ThreadDelay001 1 x86 Windows 6.6 barton-mangler-bug 1 x86 Windows 6.6 cabal01 2 macgyver PPC OSX 6.6 conc023 1 x86 Windows 6.6 conc049 1 x86 Windows 6.