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

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

2007-05-17 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 Thu May 17 19:30:00 BST 2007. checki

patch applied (testsuite): Accept output (src span)

2007-05-17 Thread Ian Lynagh
Thu May 17 09:40:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept output (src span) M ./tests/ghc-regress/ghci/scripts/ghci012.stdout -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: fix non-GHC-specific variant of FastTypes (and 2 more)

2007-05-17 Thread Isaac Dupree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isaac Dupree wrote on April 30: > A revised version of the patch (that is, more patches added - see their > descriptions) : > > Sun Apr 29 15:14:22 EDT 2007 Isaac Dupree <[EMAIL PROTECTED]> > * fix non-GHC-specific variant of FastTypes > I teste

patch applied (testsuite): bio001 needs profiling

2007-05-17 Thread Ian Lynagh
Thu May 17 09:32:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * bio001 needs profiling M ./tests/ghc-regress/profiling/should_run/all.T -3 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Accept output (source spans)

2007-05-17 Thread Ian Lynagh
Thu May 17 09:26:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept output (source spans) M ./tests/ghc-regress/indexed-types/should_fail/Simple11a.stderr -2 +2 M ./tests/ghc-regress/indexed-types/should_fail/Simple11b.stderr -2 +2 M ./tests/ghc-regress/indexed-types/should_fail/Si

patch applied (ghc): fix ordering in :help

2007-05-17 Thread Simon Marlow
Thu May 17 04:55:28 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix ordering in :help M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): complete documentation of the GHCi debugger

2007-05-17 Thread Simon Marlow
Thu May 17 04:55:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * complete documentation of the GHCi debugger M ./docs/users_guide/ghci.xml -86 +231 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): add :cmd

2007-05-17 Thread Simon Marlow
Thu May 17 04:05:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add :cmd :cmd executes :: IO String, takes the resulting string and executes it as a sequence of commands. This is useful for doing macro-ish things with ":set stop", for example. M ./compiler/ghci/InteractiveUI.hs +13

patch applied (ghc): Rework the GHCi debugger docs

2007-05-17 Thread Simon Marlow
Wed May 16 07:14:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Rework the GHCi debugger docs I've taken material from Bernie's docs on the wiki, and Pepe's docs in this file, and added some more material of my own. Still to do: document the individual commands. M ./docs/users_guide/

patch applied (ghc): add a comment

2007-05-17 Thread Simon Marlow
Wed May 16 06:35:13 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add a comment M ./compiler/ghci/RtClosureInspect.hs +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): raise#: break *after* stripping the stack, not before

2007-05-17 Thread Simon Marlow
Wed May 16 06:35:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * raise#: break *after* stripping the stack, not before This means that thunks under evaluation will have been updated with the exception when we come to inspect them in GHCi. Blackholes are much less friendly. M ./rts/Exc

Re: Build fails with missing haddock for HEAD

2007-05-17 Thread Jost Berthold
Hi Ian, Well, the last failing attempt was due to my stupidness... I set NO_HADDOCK_DOCS = "YES" (with quotes :-) Now I removed the quotes - and added (SplitObjs = NO;GhcLibWays = ) on the way - so it should build (or else I will tell you). However, I think GHC sources should complain early (u

patch applied (testsuite): move dynbk tests into scripts/ and update them

2007-05-17 Thread Simon Marlow
Thu May 17 02:22:20 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * move dynbk tests into scripts/ and update them ./tests/ghc-regress/ghci.debugger/dynbk5/A.hs -> ./tests/ghc-regress/ghci.debugger/scripts/dynbrk005.hs ./tests/ghc-regress/ghci.debugger/dynbk5/TupleN.hs -> ./tests/ghc-re

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

2007-05-17 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 17-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 (testsuite): move STM-specific tests to the stm package

2007-05-17 Thread Simon Marlow
Thu May 17 01:59:09 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * move STM-specific tests to the stm package M ./tests/ghc-regress/concurrent/should_run/all.T -27 R ./tests/ghc-regress/concurrent/should_run/conc046.hs R ./tests/ghc-regress/concurrent/should_run/conc046.stderr R ./

patch applied (testsuite): make this test work a bit more reliably

2007-05-17 Thread Simon Marlow
Thu May 17 01:58:53 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * make this test work a bit more reliably M ./tests/ghc-regress/concurrent/should_run/conc019.hs -2 +4 M ./tests/ghc-regress/concurrent/should_run/conc019.stdout -1 ___ Cvs-ghc mai

patch applied (testsuite): add missing files

2007-05-17 Thread Simon Marlow
Thu May 17 01:29:38 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add missing files A ./tests/ghc-regress/ghci.debugger/scripts/break001.stderr A ./tests/ghc-regress/ghci.debugger/scripts/break003.stderr A ./tests/ghc-regress/ghci.debugger/scripts/break003.stdout A ./tests/ghc-reg

Daily report for head

2007-05-17 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: fail x86 Windows head fast: pass pass pass pass pass Old unexpected test passes: tc224 2 x86-64 Linux head New unexpected test failures: break014 1 x86 Windows head fast break015 1 x86 Windows head fast brea