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

2007-04-23 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 23-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] 23-Apr-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-23 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 Mon Apr 23 19:00:01 BST 2007.

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

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

patch applied (testsuite): move some dynbrk tests into the scripts/ directory

2007-04-23 Thread Simon Marlow
Mon Apr 23 08:28:29 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * move some dynbrk tests into the scripts/ directory ./tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.script -> ./tests/ghc-regress/ghci.debugger/scripts/dynbk001.script ./tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.s

patch applied (testsuite): add dynbrk tests, and a few more breakpoint tests

2007-04-23 Thread Simon Marlow
Mon Apr 23 08:20:31 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add dynbrk tests, and a few more breakpoint tests M ./tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.script -18 +4 M ./tests/ghc-regress/ghci.debugger/dynbk1/dynbk001.stdout -9 +2 M ./tests/ghc-regress/ghci.debugger/dy

patch applied (ghc): revert previous fix until I can find out why it was wrong

2007-04-23 Thread Simon Marlow
Mon Apr 23 06:05:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * revert previous fix until I can find out why it was wrong should fix recent GHCi problems in the HEAD M ./compiler/deSugar/DsGRHSs.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskel

patch applied (ghc-6.6/testsuite): Follow base package version number change

2007-04-23 Thread Ian Lynagh
Mon Apr 23 04:57:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Follow base package version number change M ./tests/ghc-regress/cabal/test.pkg -1 +1 M ./tests/ghc-regress/cabal/test2.pkg -1 +1 M ./tests/ghc-regress/cabal/test3.pkg -1 +1 M ./tests/ghc-regress/cabal/test4.pkg -1 +1

patch applied (ghc-6.6/ghc): haddock.js is called haddock-util.js in recent Haddocks.

2007-04-23 Thread Simon Marlow
Mon Apr 23 04:10:17 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * haddock.js is called haddock-util.js in recent Haddocks. Haddock is currently being run an extra time for each package (6.6 only) due to this infelicity. M ./mk/package.mk -1 +1

patch applied (ghc): Fixes to datacon wrappers for indexed data types

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:35:03 PDT 2007 [EMAIL PROTECTED] * Fixes to datacon wrappers for indexed data types [EMAIL PROTECTED] pointed out (Trac #1204) that indexed data types aren't quite right. I investigated and found that the wrapper functions for indexed data types, generated in MkId, are rea

patch applied (ghc): Part 2 of: Fix corner case of useless constraint in SPECIALISE pragma

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:32:23 PDT 2007 [EMAIL PROTECTED] * Part 2 of: Fix corner case of useless constraint in SPECIALISE pragma MERGE TO STABLE I forgot to include this in the previous patch and Darcs crashes if I try 'amend-record' or 'unrecord' because I have a partial repo. Sigh.

patch applied (ghc): Fix corner case of useless constraint in SPECIALISE pragma

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:29:11 PDT 2007 [EMAIL PROTECTED] * Fix corner case of useless constraint in SPECIALISE pragma MERGE TO STABLE This patch fixes Trac #1287. The problem is described in Note [Unused spec binders] in DsBinds. At the same time I realised that the error messa

patch applied (ghc): Warning police

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:19:37 PDT 2007 [EMAIL PROTECTED] * Warning police M ./compiler/typecheck/TcDeriv.lhs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Put the default value for -dppr-user-length in the manual

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:14:42 PDT 2007 [EMAIL PROTECTED] * Put the default value for -dppr-user-length in the manual MERGE TO STABLE Incidentally, this flag should probably be renamed -dppr-user-depth M ./docs/users_guide/debugging.xml -1 +1 ___

patch applied (ghc): Improve depth-cutoff for printing HsSyn in error messages

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:10:49 PDT 2007 [EMAIL PROTECTED] * Improve depth-cutoff for printing HsSyn in error messages MERGE TO STABLE The "user style" in Outputable allows us to elide large expressions when printing HsSyn, printing "..." instead. This is done by calling Outputable.pprD

patch applied (ghc): Comments only (concerning rewrite rules)

2007-04-23 Thread Simon Peyton Jones
Sun Apr 22 14:06:14 PDT 2007 [EMAIL PROTECTED] * Comments only (concerning rewrite rules) M ./compiler/coreSyn/CoreSyn.lhs -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix the GHC.Base.inline builtin rule

2007-04-23 Thread Simon Peyton Jones
Fri Apr 20 14:10:23 PDT 2007 [EMAIL PROTECTED] * Fix the GHC.Base.inline builtin rule The BuiltIn rule for GHC.Base.inline wasn't working for two reasons: a) inlineIdName wasn't in basicKnownKeyNames b) The rule function wasn't taking into account the type argument Thanks to

patch applied (ghc-6.6/ghc): Set configure.ac up for the 6.6.1 release builds

2007-04-23 Thread Ian Lynagh
Mon Apr 23 03:09:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set configure.ac up for the 6.6.1 release builds M ./configure.ac -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): 6.6.1 ANNOUNCE

2007-04-23 Thread Ian Lynagh
Mon Apr 23 03:08:25 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * 6.6.1 ANNOUNCE M ./ANNOUNCE -51 +44 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

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

Daily report for head

2007-04-23 Thread BuildBot Collator
New unexpected test failures: conc023 1 tnaur PPC OSX head Fixed unexpected test failures: conc019 Old unexpected test failures: CPUTime001 1 tnaur PPC OSX head Church2 2 x86 Windows head fast GMapAssoc 1 tnaur PPC OSX head GMapTop

Daily report for 6.6

2007-04-23 Thread BuildBot Collator
New unexpected test failures: ThreadDelay001 1 x86 Windows 6.6 conc019 1 x86-64 Linux 6.6 concprog001 1 x86-64 Linux 6.6 ghcpkg012 x86-64 Linux 6.6 ghcpkg033 x86-64 Linux 6.6 Old unexpected test failures: barton-mangler-bug 1 x86 Window

RE: darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-23 Thread Simon Peyton-Jones
[Ian: please do not apply this patch] Brian: excellent catch! I can't think how this ever worked, if it ever did. Thanks for finding it, and better still for fixing it. How are you using 'inline'? Do you have an example that exposes whether it works? We'd like to add a regression test. Ac