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

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

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

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

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

patch applied (ghc): The prompt now shows the current breakpoint

2007-04-19 Thread Simon Marlow
Thu Apr 19 08:20:13 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * The prompt now shows the current breakpoint when stopped at a breakpoint we now get: [Test3.hs:2:17-30] *Main> when there is a stack of breakpoints, we get: ... [Test3.hs:2:17-30] *Main> showing just the

patch applied (ghc): fix padding calculation in listAround

2007-04-19 Thread Simon Marlow
Thu Apr 19 07:40:05 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix padding calculation in listAround M ./compiler/ghci/InteractiveUI.hs -4 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): improve the heuristics to pick the best breakpoint on a given line

2007-04-19 Thread Simon Marlow
Thu Apr 19 07:39:54 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * improve the heuristics to pick the best breakpoint on a given line M ./compiler/ghci/InteractiveUI.hs -3 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailma

Re: building, rebuilding, problems, ALUT,..

2007-04-19 Thread Simon Marlow
Claus Reinke wrote: with the patches to ALUT/Setup.hs and libraries/Makefile i mentioned, the build goes through, but now i get $ compiler/stage2/ghc-inplace --interactive ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.7.20070418, fo

patch applied (ghc): More debugger improvements

2007-04-19 Thread Simon Marlow
Thu Apr 19 07:23:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * More debugger improvements ":list" shows the code around the current breakpoint. Also it highlights the current expression in bold (the bold/unbold codes are hardwired to the ANSI codes right now, I'll provide a way to cha

patch applied (ghc): we weren' t adding breakpoints on parenthesised expressions

2007-04-19 Thread Simon Marlow
Thu Apr 19 07:19:05 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * we weren't adding breakpoints on parenthesised expressions M ./compiler/deSugar/Coverage.lhs -13 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listi

patch applied (ghc): Get the InteractiveContext right when stopped at a breakpoint

2007-04-19 Thread Simon Marlow
Thu Apr 19 02:49:09 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Get the InteractiveContext right when stopped at a breakpoint we shouldn't be binding 'it' until the computation has actually finished. M ./compiler/main/GHC.hs -18 +26 M ./compiler/main/HscMain.lhs -2 +2 ___

patch applied (ghc): more layering cleanup: BreakArray should come from GHC

2007-04-19 Thread Simon Marlow
Thu Apr 19 02:48:06 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * more layering cleanup: BreakArray should come from GHC M ./compiler/ghci/InteractiveUI.hs -9 +4 M ./compiler/main/GHC.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://ww

patch applied (ghc): update the help text

2007-04-19 Thread Simon Marlow
Wed Apr 18 07:42:01 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * update the help text M ./compiler/ghci/InteractiveUI.hs -7 +16 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: building, rebuilding, problems, ALUT,..

2007-04-19 Thread Claus Reinke
Have you tried omitting --with-gcc, when the cygwin gcc is first in your PATH? configure should detect that gcc points to the wrong kind of compiler and fail. my cygwin install has none of the things that i want to use from mingw:-) but yes, now that you mention it, i can find the 'mingw gcc' t

Re: building, rebuilding, problems, ALUT,..

2007-04-19 Thread Simon Marlow
Claus Reinke wrote: incedentally, we now have various Windows nightly builds, including the test suite, so Windows-specific breakagaes should be much less common. right. that is at least the second time you reminded me of that. the reasons i keep forgetting are that the old sof builds still s

Re: building, rebuilding, problems, ALUT,..

2007-04-19 Thread Claus Reinke
1) If Cabal find the dependencies aren't satisfied then it puts "buildable: False" somewhere and exits successfully. I quite like this from a consistency point of view (it's what happens when ./configure decides that the package is unbuildable). this is also what Cabal setup already does,

patch applied (ghc): add some DEBUG assertions

2007-04-19 Thread Pepe Iborra
Thu Apr 19 04:53:37 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * add some DEBUG assertions M ./compiler/basicTypes/DataCon.lhs -7 +10 M ./compiler/ghci/RtClosureInspect.hs -5 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

patch applied (ghc): When possible, replace unification by matching in the RTTI steps

2007-04-19 Thread Pepe Iborra
Thu Apr 19 04:52:20 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * When possible, replace unification by matching in the RTTI steps (RTTI is used in the :print command) This gives a decent efficiency improvement M ./compiler/ghci/RtClosureInspect.hs -25 +44

patch applied (ghc): :print command - Do not compute all the custom printers, only the first one matching

2007-04-19 Thread Pepe Iborra
Sat Apr 14 10:30:46 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * :print command - Do not compute all the custom printers, only the first one matching M ./compiler/ghci/Debugger.hs -1 +1 M ./compiler/ghci/RtClosureInspect.hs -6 +7 ___ Cvs-ghc m

patch applied (ghc): Add GhciMonad to the package.conf.in Modules list

2007-04-19 Thread Pepe Iborra
Fri Mar 30 02:19:18 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Add GhciMonad to the package.conf.in Modules list When I factored the GhciMonad out of InteractiveUI.hs, I forgot to expose it in the ghc package M ./compiler/package.conf.in +1 ___

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

2007-04-19 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 19-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-19 Thread BuildBot Collator
New unexpected test failures: cg012 1 tnaur PPC OSX head cg015 1 tnaur PPC OSX head cg031 1 tnaur PPC OSX head cg032 1 tnaur PPC OSX head conc0501 tnaur PPC OSX head conc0521 tnaur PPC OSX head conc0531

Daily report for 6.6

2007-04-19 Thread BuildBot Collator
Fixed unexpected test failures: ThreadDelay001 conc056 Old unexpected test failures: barton-mangler-bug 1 x86 Windows 6.6 cabal01 1 macgyver PPC OSX 6.6 conc023 1 x86 Windows 6.6 conc049 1 tnaur PPC OSX 6.6 conc068