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

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

darcs patch: Add tests for -fwarn-implicit-prelude (and -fwarn-unus...

2007-05-08 Thread Isaac Dupree
Tue May 8 18:12:38 EDT 2007 Isaac Dupree <[EMAIL PROTECTED]> * Add tests for -fwarn-implicit-prelude (and -fwarn-unused-imports along with it) (trac #1317) New patches: [Add tests for -fwarn-implicit-prelude (and -fwarn-unused-imports along with it) (trac #1317) Isaac Dupree <[EMAIL PROTECT

patch applied (/haskell/ghc): Add Windows downloads

2007-05-08 Thread Ian Lynagh
Tue May 8 15:18:05 EDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add Windows downloads M ./download_ghc_661.html -30 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-05-08 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 May 8 19:30:00 BST 2007. checkin

RE: problems using ghc-6.6.1

2007-05-08 Thread Simon Peyton-Jones
Eight times slower! That's a serious performance bug. Darn. Are you sure you compiled both with the same flags (e.g. -O)? Maybe doing -ddump-simpl and looking at the code for selectProofBasis (where most of the time goes) would be illuminating. If you can't narrow it down any more, then I sup

patch applied (testsuite): accept output

2007-05-08 Thread Simon Marlow
Tue May 8 07:43:10 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * accept output M ./tests/ghc-regress/ghci.debugger/scripts/break006.stderr -2 +2 M ./tests/ghc-regress/ghci.debugger/scripts/hist001.stdout -9 +10 M ./tests/ghc-regress/ghci.debugger/scripts/print019.stderr -1 +1 M .

patch applied (ghc): Allow you to say :unset -f< flag> (see #1328)

2007-05-08 Thread Simon Marlow
Tue May 8 07:10:05 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Allow you to say :unset -f (see #1328) M ./compiler/ghci/InteractiveUI.hs -5 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): overhaul :help, group the debugging commands together

2007-05-08 Thread Simon Marlow
Tue May 8 06:57:25 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * overhaul :help, group the debugging commands together M ./compiler/ghci/InteractiveUI.hs -23 +35 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (ghc): let you :show things that you can :set (e.g. args, prog etc.)

2007-05-08 Thread Simon Marlow
Tue May 8 06:57:07 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * let you :show things that you can :set (e.g. args, prog etc.) M ./compiler/ghci/InteractiveUI.hs -4 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (ghc): improvements to :history

2007-05-08 Thread Simon Marlow
Tue May 8 06:33:14 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * improvements to :history :hist displays at most the last steps (default 20). M ./compiler/ghci/InteractiveUI.hs -9 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc): FIX BUILD (non-profiling RTS was broken in previous patch)

2007-05-08 Thread Simon Marlow
Tue May 8 06:20:49 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (non-profiling RTS was broken in previous patch) M ./rts/ProfHeap.c +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): FIX #1159: This test needs to run in a subthread (see comments)

2007-05-08 Thread Simon Marlow
Tue May 8 06:09:50 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1159: This test needs to run in a subthread (see comments) M ./tests/ghc-regress/concurrent/should_run/all.T -8 +1 M ./tests/ghc-regress/concurrent/should_run/conc063.hs -1 +10

patch applied (ghc): FIX parsing of Haddock comments (broken by me in the previous patch)

2007-05-08 Thread Simon Marlow
Tue May 8 05:55:30 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX parsing of Haddock comments (broken by me in the previous patch) M ./compiler/parser/Lexer.x -1 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (testsuite): add test for #1227

2007-05-08 Thread Simon Marlow
Tue May 8 03:53:25 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for #1227 A ./tests/ghc-regress/profiling/should_run/ A ./tests/ghc-regress/profiling/should_run/Makefile A ./tests/ghc-regress/profiling/should_run/all.T A ./tests/ghc-regress/profiling/should_run/bio001.h

patch applied (ghc): FIX: #1227 (biographical profiling broken)

2007-05-08 Thread Simon Marlow
Tue May 8 03:45:51 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX: #1227 (biographical profiling broken) We were freeing the hash table storage with exitHashTable() before calling endProfiling(), which uses hash tables. M ./rts/RtsStartup.c -3 +3 _

patch applied (ghc): FIX crash on exit with biographical profiling

2007-05-08 Thread Simon Marlow
Tue May 8 03:09:08 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX crash on exit with biographical profiling Seems to be a bug introduced by code to free the memory allocated by the heap profiler. M ./rts/ProfHeap.c -2 +4 ___ Cvs-ghc mailing

patch applied (ghc): FIX profiling :-(

2007-05-08 Thread Simon Marlow
Tue May 8 03:01:34 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX profiling :-( M ./rts/ProfHeap.c -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Mac OS X 10.4.8 fails to darcs get --verbose --partial http://darcs.haskell.org/ghc

2007-05-08 Thread Thorkil Naur
Hello, On Monday 07 May 2007 11:52, Malcolm Wallace wrote: > Thorkil Naur <[EMAIL PROTECTED]> wrote: > > > Additional experiments indicate that the darcs get fails in about 4 > > out of 5 attempts, without me knowingly affecting the circumstances. > > So I am still in the market for some assis

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

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

2007-05-08 Thread chak
Tue May 8 01:06:09 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Improved VectInfo - We need to keep pairs of (f, f_CC) in VectInfo as it is difficult to obtain Names from OccNames (of imported modules) in Core passes. - There is a choice of keeping Names or Vars in VectInfo. W

patch applied (ghc): OccNames for closure conversion

2007-05-08 Thread chak
Mon Apr 30 21:14:04 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * OccNames for closure conversion M ./compiler/basicTypes/OccName.lhs +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): add defaultObjectTarget to the GHC API

2007-05-08 Thread Simon Marlow
Mon May 7 06:42:35 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add defaultObjectTarget to the GHC API We had no way of getting the right value of HscTarget to use to request object files as output. M ./compiler/main/DynFlags.hs -2 +6 M ./compiler/main/GHC.hs -1 +1

Would an additional x86 Linux buildbot slave be useful?

2007-05-08 Thread Thorkil Naur
Hello, I have this machine: > $ uname -a > Linux linux 2.6.13-15-default #1 Tue Sep 13 14:56:15 UTC 2005 i686 i686 i386 GNU/Linux that might be used as an additional GHC buildbot slave.Say the word and I'll start suitable preparations. Best regards Thorkil ___

Daily report for head

2007-05-08 Thread BuildBot Collator
New unexpected test passes: tc224 2 x86 Windows head fast New unexpected test failures: barton-mangler-bug 1 tnaur PPC OSX head concio001 2 x86 Windows head fast concio001.thr 2 x86 Windows head fast ghc-e0011 x86 Windows head fast ghcip