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

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

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

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

2007-04-20 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 Fri Apr 20 19:30:00 BST 2007. checki

patch applied (ghc): Haskell list syntax for the :print command

2007-04-20 Thread Pepe Iborra
Fri Apr 20 10:02:06 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Haskell list syntax for the :print command I did quite a bit of clean up in the Term pretty printer code too. Support for infix constructors is still on the TODO list M ./compiler/ghci/Debugger.hs -5 +7 M ./compil

patch applied (ghc): Outputable.cparen

2007-04-20 Thread Pepe Iborra
Fri Apr 20 09:18:28 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Outputable.cparen M ./compiler/utils/Outputable.lhs -1 +3 M ./compiler/utils/Pretty.lhs -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (ghc): wibbles

2007-04-20 Thread Pepe Iborra
Fri Apr 20 09:15:31 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * wibbles M ./compiler/ghci/RtClosureInspect.hs -4 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Adapt commands to the new ghci debugger command-set

2007-04-20 Thread Pepe Iborra
Fri Apr 20 10:04:14 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Adapt commands to the new ghci debugger command-set M ./tests/ghc-regress/ghci.debugger/scripts/print005.script -3 +3 M ./tests/ghc-regress/ghci.debugger/scripts/print013.script +2 M ./tests/ghc-regress/ghci.debugger/scr

patch applied (testsuite): Accept output

2007-04-20 Thread Pepe Iborra
Fri Apr 20 10:03:11 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Accept output M ./tests/ghc-regress/ghci.debugger/scripts/print001.stdout -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/print003.stdout -3 +3 M ./tests/ghc-regress/ghci.debugger/scripts/print004.stdout -2 +2 M ./

patch applied (ghc): split off :ctags and :etags support into a separate file

2007-04-20 Thread Simon Marlow
Fri Apr 20 03:25:36 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * split off :ctags and :etags support into a separate file A ./compiler/ghci/GhciTags.hs M ./compiler/ghci/InteractiveUI.hs -139 +22 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org ht

patch applied (ghc): new commnad :abandon, discards the current computation (used to be :break stop)

2007-04-20 Thread Simon Marlow
Fri Apr 20 03:35:16 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * new commnad :abandon, discards the current computation (used to be :break stop) M ./compiler/ghci/InteractiveUI.hs +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskel

patch applied (ghc): export SrcSpan & utils from GHC

2007-04-20 Thread Simon Marlow
Fri Apr 20 03:25:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * export SrcSpan & utils from GHC M ./compiler/main/GHC.hs +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): remove unused imports

2007-04-20 Thread Simon Marlow
Fri Apr 20 03:55:48 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove unused imports M ./compiler/typecheck/TcRnMonad.lhs -8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): remove a ToDo

2007-04-20 Thread Simon Marlow
Fri Apr 20 03:35:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove a ToDo M ./compiler/main/GHC.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): breakpoints: fix the in-scope set for ' where' clauses

2007-04-20 Thread Simon Marlow
Fri Apr 20 07:53:54 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * breakpoints: fix the in-scope set for 'where' clauses M ./compiler/deSugar/DsGRHSs.lhs -5 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-

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

2007-04-20 Thread Brian Alliet
Fri Apr 20 08:07:21 EDT 2007 Brian Alliet <[EMAIL PROTECTED]> * Fix the GHC.Base.inline builtin rule This rule wasn't working for two reasons a) inlineIdName wasn't in basicKnownKeyNames b) The rule function wasn't taking into account the type argument New patches: [Fix the GHC.

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

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

Daily report for 6.6

2007-04-20 Thread BuildBot Collator
Dropping unexpected test passes reports from builders not seen in 7 days: macgyver PPC OSX 6.6 Dropping unexpected test failures reports from builders not seen in 7 days: macgyver PPC OSX 6.6 New unexpected test failures: conc035 1 mnemosyne x86-64 Gentoo 6.6 conc047 1 mnem