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

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

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

2007-05-18 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 May 18 19:30:01 BST 2007. checki

patch applied (ghc): Avoid the need to rerun configure when we install

2007-05-18 Thread Ian Lynagh
Fri May 18 08:20:17 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Avoid the need to rerun configure when we install This also means we don't need to carry around 10s of megs of Setup executables in bindists. M ./libraries/Makefile -22 +21 A ./libraries/installPackage.hs ___

patch applied (ghc): ' import M' is now the same as ' :module +M' at the prompt

2007-05-18 Thread Simon Marlow
Fri May 18 07:56:35 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * 'import M' is now the same as ':module +M' at the prompt Seemed like a reasonable thing to do, and only 1 line M ./compiler/ghci/InteractiveUI.hs +1 ___ Cvs-ghc mailing list Cvs

patch applied (ghc): FIX: break011.

2007-05-18 Thread Simon Marlow
Fri May 18 07:37:08 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX: break011. Reset the exception flag before re-throwing the exception unless it was "Interrupted". This avoids needing the double :continue for ordinary exceptions, but still lets us break on ^C. M ./compiler/main/I

patch applied (testsuite): add a test for printing unboxed fields

2007-05-18 Thread Simon Marlow
Fri May 18 07:15:26 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add a test for printing unboxed fields M ./tests/ghc-regress/ghci.debugger/scripts/all.T +1 A ./tests/ghc-regress/ghci.debugger/scripts/print022.hs A ./tests/ghc-regress/ghci.debugger/scripts/print022.script __

patch applied (ghc): improve break-by-coordinate

2007-05-18 Thread Simon Marlow
Fri May 18 06:45:56 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * improve break-by-coordinate when setting a breakpoint by coordinate, if there are no spans covering the specified coordinate, then we take the leftmost of the spans to the right of the coordinate. This means that ':break c' w

patch applied (ghc): On Windows, don' t try to use ANSI bold sequences.

2007-05-18 Thread Simon Marlow
Fri May 18 06:35:43 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * On Windows, don't try to use ANSI bold sequences. Instead we identify the active expression with a line of ^^^ underneath it. M ./compiler/ghci/InteractiveUI.hs -1 +29 ___ Cv

patch applied (ghc): rethrow exceptions in sandboxIO

2007-05-18 Thread Simon Marlow
Thu May 17 05:21:47 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * rethrow exceptions in sandboxIO This gives us a chance to catch asynchronous exceptions (e.g. ^C) and break. M ./compiler/main/InteractiveEval.hs -1 +9 ___ Cvs-ghc mailing list Cvs

patch applied (ghc): eliminate warnings

2007-05-18 Thread Simon Marlow
Thu May 17 05:21:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * eliminate warnings M ./compiler/main/InteractiveEval.hs -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): xref to the docs for +RTS -xc

2007-05-18 Thread Simon Marlow
Thu May 17 05:00:37 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * xref to the docs for +RTS -xc M ./docs/users_guide/ghci.xml -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX #767 (withMVar family have a bug)

2007-05-18 Thread Simon Marlow
Fri May 18 05:25:05 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #767 (withMVar family have a bug) We never want to raise a StackOverflow exception inside Control.Exception.block, because the user has no reasonable way of handling it, and it invalidates some useful guarantees. M ./

patch applied (ghc): remove old comments and commented-out code

2007-05-18 Thread Simon Marlow
Fri May 18 05:23:33 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove old comments and commented-out code M ./rts/Exception.cmm -10 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Update the panic msg from #1257 to be an ordinary error, not a panic

2007-05-18 Thread Simon Marlow
Fri May 18 05:12:29 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Update the panic msg from #1257 to be an ordinary error, not a panic We don't support arbitrary unboxed tuples in GHCi right now. M ./compiler/ghci/ByteCodeGen.lhs -4 +5 ___ Cvs-gh

patch applied (ghc): autodetect BINDIST_DOC_WAYS again

2007-05-18 Thread Simon Marlow
Fri May 18 01:51:28 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * autodetect BINDIST_DOC_WAYS again M ./Makefile -16 +22 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): arith011 is no longer broken on x86-64 Linux

2007-05-18 Thread Simon Marlow
Fri May 18 04:55:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * arith011 is no longer broken on x86-64 Linux M ./tests/ghc-regress/numeric/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (ghc): FIX #1052 (NCG doesn' t realise shift instructions trash shifted input)

2007-05-18 Thread Simon Marlow
Fri May 18 04:53:30 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1052 (NCG doesn't realise shift instructions trash shifted input) See comments with shift_code M ./compiler/nativeGen/MachCodeGen.hs -5 +19 ___ Cvs-ghc mailing list Cvs-ghc@ha

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

2007-05-18 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 18-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): Add dist/ to $(PublishLocation)

2007-05-18 Thread Simon Marlow
Fri May 18 01:58:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Add dist/ to $(PublishLocation) The docs were going in the wrong place before: /dist/docs instead of /docs M ./Makefile -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): remove _split and autogen dirs for binary-dist

2007-05-18 Thread Simon Marlow
Fri May 18 01:46:56 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * remove _split and autogen dirs for binary-dist M ./libraries/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2007-05-18 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: fail x86 Windows head fast: pass pass pass pass pass pass Old unexpected test passes: tc224 2 x86-64 Linux head New unexpected test failures: conc0231 x86-64 Linux head conc0531 x86-64 Linux head dynbr