Daily report for head

2007-05-09 Thread BuildBot Collator
Old unexpected test passes: tc224 2 x86 Windows head fast New unexpected test failures: bio001 1 x86 Windows head fast mod105 1 x86 Windows head fast Old unexpected test failures: CPUTime001 1 tnaur PPC OSX head andre_monad 1 tnaur PPC OSX

RE: darcs patch: Add a warning flag for when the Prelude is implicitly ...

2007-05-09 Thread Simon Peyton-Jones
| Tue May 8 18:09:25 EDT 2007 Isaac Dupree [EMAIL PROTECTED] | * Add a warning flag for when the Prelude is implicitly imported (trac #1317) | GHC already determines all the implicit (Prelude) imports, | so we just need to check whether there are any of those, | for each module being

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

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

patch applied (ghc): Fixed a badly defined pattern match

2007-05-09 Thread Pepe Iborra
Wed May 9 03:18:54 PDT 2007 Pepe Iborra [EMAIL PROTECTED] * Fixed a badly defined pattern match M ./compiler/ghci/Debugger.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Tidy up the interface to lookupInstEnv

2007-05-09 Thread Simon Peyton Jones
Wed May 9 04:25:30 PDT 2007 [EMAIL PROTECTED] * Tidy up the interface to lookupInstEnv This patch changes the interface to lookupInstEnv, so that it returns a pair (Instance, [Either TyVar Type]) rather than(Inst, TvSubst) There is no functionality change, but the

patch applied (ghc): Fix a bug in (the new function) SimplUtils.abstractFloats

2007-05-09 Thread Simon Peyton Jones
Wed May 9 04:19:19 PDT 2007 [EMAIL PROTECTED] * Fix a bug in (the new function) SimplUtils.abstractFloats M ./compiler/simplCore/SimplUtils.lhs -9 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improve full laziness by floating allocations out of value lambdas

2007-05-09 Thread Simon Peyton Jones
Wed May 9 04:18:12 PDT 2007 [EMAIL PROTECTED] * Improve full laziness by floating allocations out of value lambdas This patch simplifies the code slightly, and simultaneously improves full laziness by floating allocations (lambdas, constructor apps) out of loops. See Note

patch applied (testsuite): Add test for full laziness

2007-05-09 Thread Simon Peyton Jones
Wed May 9 04:30:38 PDT 2007 [EMAIL PROTECTED] * Add test for full laziness M ./tests/ghc-regress/simplCore/should_run/all.T +1 A ./tests/ghc-regress/simplCore/should_run/simplrun009.hs A ./tests/ghc-regress/simplCore/should_run/simplrun009.stdout

FW: patch applied (ghc): Fix a bug in (the new function) SimplUtils.abstractFloats

2007-05-09 Thread Simon Peyton-Jones
This patch fixed breakage when compiling base sorry Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Peyton Jones Sent: 09 May 2007 12:28 To: cvs-ghc@haskell.org Subject: patch applied (ghc): Fix a bug in (the new function)

patch applied (ghc): Fix a missing prime spotted by -fwarn-unused-binds

2007-05-09 Thread Simon Marlow
Wed May 9 03:34:35 PDT 2007 Simon Marlow [EMAIL PROTECTED] * Fix a missing prime spotted by -fwarn-unused-binds M ./compiler/ghci/Linker.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): fix confusion with return value of runStmt

2007-05-09 Thread Simon Marlow
Wed May 9 06:25:10 PDT 2007 Simon Marlow [EMAIL PROTECTED] * fix confusion with return value of runStmt M ./compiler/ghci/InteractiveUI.hs -22 +28 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): eliminate a crash when trying to use :break on a compiled module (test: break007)

2007-05-09 Thread Simon Marlow
Wed May 9 06:24:24 PDT 2007 Simon Marlow [EMAIL PROTECTED] * eliminate a crash when trying to use :break on a compiled module (test: break007) M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (testsuite): add a couple more tests

2007-05-09 Thread Simon Marlow
Wed May 9 06:30:22 PDT 2007 Simon Marlow [EMAIL PROTECTED] * add a couple more tests M ./tests/ghc-regress/ghci.debugger/scripts/all.T +2 A ./tests/ghc-regress/ghci.debugger/scripts/break007.script A ./tests/ghc-regress/ghci.debugger/scripts/break007.stdout A

patch applied (testsuite): add test for unicode constructor names in :print

2007-05-09 Thread Simon Marlow
Wed May 9 03:45:17 PDT 2007 Simon Marlow [EMAIL PROTECTED] * add test for unicode constructor names in :print M ./tests/ghc-regress/ghci.debugger/scripts/all.T +1 A ./tests/ghc-regress/ghci.debugger/scripts/print021.hs A ./tests/ghc-regress/ghci.debugger/scripts/print021.script

patch applied (ghc): FIX: Linker.getHValue should be linking in any dependencies it requires

2007-05-09 Thread Simon Marlow
Wed May 9 03:37:12 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX: Linker.getHValue should be linking in any dependencies it requires Otherwise :print only works for local identifiers, not global ones. In fact it was silently failing, so I fixed that too. M

patch applied (ghc): Remove ghc_ge_504 (itapos; s required to be true now anyway)

2007-05-09 Thread Ian Lynagh
Wed May 9 08:05:08 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Remove ghc_ge_504 (it's required to be true now anyway) M ./configure.ac -2 M ./mk/config.mk.in -2 M ./utils/genapply/Makefile -4 M ./utils/ghc-pkg/Makefile -4 M ./utils/hsc2hs/Makefile -4

patch applied (ghc): Two more small bugs in abstractFloats

2007-05-09 Thread Simon Peyton Jones
Wed May 9 08:44:47 PDT 2007 [EMAIL PROTECTED] * Two more small bugs in abstractFloats M ./compiler/simplCore/SimplUtils.lhs -2 +13 M ./compiler/simplCore/Simplify.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

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

2007-05-09 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 Wed May 9 19:30:00 BST 2007.

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

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