patch applied (testsuite): T2688

2008-10-20 Thread chak
Mon Oct 20 21:33:43 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * T2688 A ./tests/ghc-regress/typecheck/should_fail/T2688.hs A ./tests/ghc-regress/typecheck/should_fail/T2688.stderr M ./tests/ghc-regress/typecheck/should_fail/all.T +1 View patch online: http://darcs.haskell

patch applied (ghc): FIX #2688

2008-10-20 Thread chak
Mon Oct 20 21:42:13 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #2688 - Change in TcSimplify.reduceContext: We do *not* go around for new extra_eqs. Morally, we should, but we can't without risking non-termination (see #2688). By not going around, we mis

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

2008-10-20 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Mon Oct 20 18:02:05 BST 2008. checking out

[nightly] 20-Oct-2008 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2008-10-20 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 20 19:00:02 BST 2008. **

patch applied (ghc): Move documentation within 80 column boundary.

2008-10-20 Thread Thomas Schilling
Tue Oct 14 06:40:16 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Move documentation within 80 column boundary. M ./compiler/main/HscTypes.lhs -24 +25 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081014134016-7c5c6-a4f9c2b044969dd4d987e909d04e23df1b9fdc60.gz

patch applied (ghc): Improve haddock documentation for 'GHC.topSortModuleGraph'.

2008-10-20 Thread Thomas Schilling
Tue Oct 14 06:38:33 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Improve haddock documentation for 'GHC.topSortModuleGraph'. M ./compiler/main/GHC.hs -4 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081014133833-7c5c6-5c6dce1f58aa38960a8a5d81a8c56e792dd0.gz __

patch applied (ghc): Improve haddock documentation for HsExpr module.

2008-10-20 Thread Thomas Schilling
Tue Oct 14 06:37:40 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Improve haddock documentation for HsExpr module. M ./compiler/hsSyn/HsExpr.lhs -26 +35 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081014133740-7c5c6-b3c48e2c2338d43f580bc8b7177a90f5e640162d.gz __

patch applied (ghc): Improve Haddock-markup for HsDecls module.

2008-10-20 Thread Thomas Schilling
Tue Oct 14 06:35:56 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Improve Haddock-markup for HsDecls module. M ./compiler/hsSyn/HsDecls.lhs -73 +107 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081014133556-7c5c6-a27c0ece3fcda8a608135ffcead893e0f8f65547.gz __

patch applied (ghc): Run Haddock with compacting GC and show RTS statistics.

2008-10-20 Thread Thomas Schilling
Mon Oct 20 04:14:10 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Run Haddock with compacting GC and show RTS statistics. M ./compiler/Makefile +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081020111410-7c5c6-94ea075a94965ce5801c0bf55ee43169763794b8.gz

Re: patch applied (ghc): Re-export Located(..) and related functions

2008-10-20 Thread Simon Marlow
Simon Marlow wrote: Mon Oct 20 03:24:22 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Re-export Located(..) and related functions So that clients don't need to import SrcLoc M ./compiler/main/GHC.hs +14 This means that GHC API clients won't have to add an import of SrcLoc for 6.10.1.

RE: Codegen changes

2008-10-20 Thread Simon Peyton-Jones
| On Fri, Oct 17, 2008 at 03:43:56PM +0100, Simon Peyton-Jones wrote: | > | > Any objections? | | None from me! Good -- you're probably the key player here. | | > The changes are mostly in cmm/ and codeGen/. | | Currently we aren't making unnecessary changes in those directories, | e.g. fixing w

patch applied (ghc): FIX (partially) #2703: bug in stack overflow handling when inside block

2008-10-20 Thread Simon Marlow
Mon Oct 20 05:11:03 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX (partially) #2703: bug in stack overflow handling when inside block As a result of a previous ticket (#767) we disabled the generation of StackOverflow exceptions when inside a Control.Exception.block, on the grounds that

patch applied (ghc): Re-export Located(..) and related functions

2008-10-20 Thread Simon Marlow
Mon Oct 20 03:24:22 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Re-export Located(..) and related functions So that clients don't need to import SrcLoc M ./compiler/main/GHC.hs +14 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081020102422-12142-b3b1e86570bee4d12f73d08

patch applied (ghc): whitespace fix

2008-10-20 Thread Simon Marlow
Mon Oct 20 03:12:41 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * whitespace fix M ./compiler/basicTypes/SrcLoc.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081020101241-12142-12214f6c55b2c894d99b9978c5d8fcb2d6b16be5.gz _

Re: patch applied (ghc): FIX #2691: Manually reset the terminal to its initial settings; works around a bug in libedit.

2008-10-20 Thread Simon Marlow
Ian Lynagh wrote: Wed Oct 15 19:48:38 PDT 2008 Judah Jacobson <[EMAIL PROTECTED]> * FIX #2691: Manually reset the terminal to its initial settings; works around a bug in libedit. M ./compiler/ghci/InteractiveUI.hs -1 +17 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/200

Daily report for stable

2008-10-20 Thread BuildBot Collator
Build results: gabor stable:fail (failed darcs) kgardas stable: pass malcolm stable: pass tnaur x86 Linux stable: fail (failed stage1) x86 Linux stable:pass x86 Windows stable: pass fail (failed stage1) x86 Windows stable fast: pass pass pass pass pass pa

Daily report for head

2008-10-20 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest failed slave lost) x86 Windows head:pass fail (failed stage1) x86 Windows head fast: pass pass pass pass pass pass x86-64 Linux head unreg: lost Dropping unexpected test passes reports from builders not seen in 7 days: