The head is dead!

2007-09-06 Thread Manuel M T Chakravarty
I think Norman's mega patch broke the head. Error message appended. It seems the ZipCfg module didn't get into the patch. Norman, I think it is good practise to use a repository separate from your development repo for validating. This ensures that you are testing what others get and not you

patch applied (ghc-6.8/ghc): Set do_bold based on $TERM, not platform

2007-09-06 Thread Ian Lynagh
Thu Sep 6 10:55:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set do_bold based on $TERM, not platform M ./compiler/ghci/InteractiveUI.hs -10 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): break020 and break021 underline things in the wrong place; trac #1669

2007-09-06 Thread Ian Lynagh
Thu Sep 6 11:38:06 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * break020 and break021 underline things in the wrong place; trac #1669 M ./tests/ghc-regress/ghci.debugger/scripts/all.T -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.ha

patch applied (testsuite): Accept some output

2007-09-06 Thread Ian Lynagh
Thu Sep 6 11:08:31 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept some output M ./tests/ghc-regress/ghci.debugger/scripts/break011.stdout -2 +2 M ./tests/ghc-regress/ghci.debugger/scripts/hist001.stdout -9 +9 ___ Cvs-ghc mailing list Cvs-g

patch applied (ghc): Set do_bold based on $TERM, not platform

2007-09-06 Thread Ian Lynagh
Thu Sep 6 10:55:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set do_bold based on $TERM, not platform M ./compiler/ghci/InteractiveUI.hs -10 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

GHC 6.8 branch

2007-09-06 Thread Ian Lynagh
Hi all, It seems that we are getting more non-6.8 patches than I had anticipated, so I'm going to stop merging patches into the 6.8 branch by default. If you push a patch that should also go into the 6.8 branch then please either (a) push it yourself (but be sure to also push to the HEAD) (b) add

patch applied (testsuite): Fixup bytestring tests to work with current QuickCheck and bytestring

2007-09-06 Thread Duncan Coutts
Thu Sep 6 15:45:33 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Fixup bytestring tests to work with current QuickCheck and bytestring Sadly requires that the internal Fusion module be exported from the bytestring package which is bad because that's not supposed to be part of the public ap

patch applied (ghc): Updates to work with latest cabal.

2007-09-06 Thread Clemens Fruhwirth
Thu Sep 6 06:17:26 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Updates to work with latest cabal. M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

RE: patch applied (ghc): massive changes to add a 'zipper' representation of C--

2007-09-06 Thread Simon Peyton-Jones
| > Thu Sep 6 09:19:48 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> | > * massive changes to add a 'zipper' representation of C-- | | Presumably this isn't suitable for 6.8? Indeed not. In fact none of the back-end changes (graph-colouring register allocator etc) that Ben is doing should go in

Re: patch applied (ghc): massive changes to add a 'zipper' representation of C--

2007-09-06 Thread Ian Lynagh
On Thu, Sep 06, 2007 at 09:21:49AM -0700, [EMAIL PROTECTED] wrote: > Thu Sep 6 09:19:48 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> > * massive changes to add a 'zipper' representation of C-- Presumably this isn't suitable for 6.8? Thanks Ian ___ C

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

2007-09-06 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 Sep 6 19:30:00 BST 2007. checkin

patch applied (ghc): massive changes to add a 'zipper' representation of C--

2007-09-06 Thread nr
Thu Sep 6 09:19:48 PDT 2007 Norman Ramsey <[EMAIL PROTECTED]> * massive changes to add a 'zipper' representation of C-- Changes too numerous to comment on, but here is some old history that I saved: Wed Aug 15 11:07:13 BST 2007 Norman Ramsey <[EMAIL PROTECTED]> * type synon

patch applied (ghc-6.8/ghc): Make installPackage install settings from the [package].buildinfo file.

2007-09-06 Thread Ian Lynagh
Wed Sep 5 18:00:44 PDT 2007 [EMAIL PROTECTED] * Make installPackage install settings from the [package].buildinfo file. M ./libraries/installPackage.hs -1 +14 M ./libraries/installPackage.hs -1 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.o

patch applied (ghc-6.8/ghc): Wibble some variable definitions to fix installation of bindists

2007-09-06 Thread Ian Lynagh
Thu Sep 6 07:04:30 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Wibble some variable definitions to fix installation of bindists M ./libraries/Makefile -3 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc-6.8/ghc): Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM

2007-09-06 Thread Ian Lynagh
Thu Sep 6 05:20:36 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM They are now the same as hardtop/FPTOOLS_TOP_ABS, so use those instead. Also removed some substitutions of / for \, as we now use a Haskell program to find the top path, and it onl

patch applied (ghc-6.8/ghc): warning police

2007-09-06 Thread Ian Lynagh
Thu Sep 6 03:24:17 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * warning police M ./compiler/ghci/Debugger.hs -18 +11 M ./compiler/ghci/RtClosureInspect.hs -59 +75 M ./compiler/main/InteractiveEval.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@

patch applied (ghc-6.8/ghc): Cleanup of equality rewriting and no swapInsts for wanteds

2007-09-06 Thread Ian Lynagh
Thu Sep 6 04:58:18 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Cleanup of equality rewriting and no swapInsts for wanteds - Removed code duplication - Added comments - Took out swapInsts for wanteds. With the recent extension to swapInsts it does mess up error messages if a

patch applied (ghc-6.8/ghc): Remove EqInsts from addSCs to avoid -DDEBUG warnings

2007-09-06 Thread Ian Lynagh
Thu Sep 6 02:51:02 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove EqInsts from addSCs to avoid -DDEBUG warnings M ./compiler/typecheck/TcSimplify.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc-6.8/ghc): EqInst related clean up

2007-09-06 Thread Ian Lynagh
Thu Sep 6 02:50:18 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * EqInst related clean up - Remove some unused and some superflous functions - Add comments regarding ancestor equalities - Tidied ancestor equality computation - Replace some incorrect instToId by instToVar (but the

patch applied (ghc-6.8/ghc): Fix -DDEBUG warning

2007-09-06 Thread Ian Lynagh
Wed Sep 5 19:39:14 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fix -DDEBUG warning M ./compiler/typecheck/TcPat.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Remove dead code in TcSimplify

2007-09-06 Thread Ian Lynagh
Wed Sep 5 20:17:19 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove dead code in TcSimplify M ./compiler/typecheck/TcSimplify.lhs -15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): also swap for variables in completion algorithm

2007-09-06 Thread Ian Lynagh
Wed Sep 5 06:44:26 PDT 2007 Tom Schrijvers <[EMAIL PROTECTED]> * also swap for variables in completion algorithm M ./compiler/typecheck/TcTyFuns.lhs -2 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc-6.8/ghc): Set GhcBootLibs=YES in mk/validate-settings.mk

2007-09-06 Thread Ian Lynagh
Thu Sep 6 04:36:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set GhcBootLibs=YES in mk/validate-settings.mk M ./mk/validate-settings.mk -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Quote all the arguments to installPackage

2007-09-06 Thread Ian Lynagh
Wed Sep 5 16:29:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Quote all the arguments to installPackage Makes it obvious what's going on if any are empty. M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc-6.8/ghc): FIX #1465, error messages could sometimes say things like "A.T doesn't match A.T"

2007-09-06 Thread Ian Lynagh
Thu Sep 6 02:37:44 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1465, error messages could sometimes say things like "A.T doesn't match A.T" This turned out to be a black hole, however we believe we now have a plan that does the right thing and shouldn't need to change again. Error m

patch applied (ghc-6.8/ghc): fix error in .hi-boot-6

2007-09-06 Thread Ian Lynagh
Wed Sep 5 04:25:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix error in .hi-boot-6 M ./compiler/hsSyn/HsExpr.hi-boot-6 -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Improve GraphColor.colorScan

2007-09-06 Thread Ian Lynagh
Wed Sep 5 09:44:01 PDT 2007 [EMAIL PROTECTED] * Improve GraphColor.colorScan Testing whether a node in the conflict graph is trivially colorable (triv) is still a somewhat expensive operation. When we find a triv node during scanning, even though we remove it and its edges from t

patch applied (ghc-6.8/ghc): Fix OS X warnings

2007-09-06 Thread Ian Lynagh
Wed Sep 5 17:48:31 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Fix OS X warnings M ./rts/sm/MBlock.c -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Declare ctime_r on Mac OS

2007-09-06 Thread Ian Lynagh
Wed Sep 5 17:16:13 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Declare ctime_r on Mac OS On Mac OS, ctime_r is not declared in time.h if _POSIX_C_SOURCE is defined. We work around this by providing a declaration ourselves. M ./configure.ac +7 M ./rts/RtsUtils.c +7

patch applied (ghc-6.8/ghc): FIX #1651: use family instances during interactive typechecking

2007-09-06 Thread Ian Lynagh
Wed Sep 5 06:02:44 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #1651: use family instances during interactive typechecking M ./compiler/typecheck/TcRnDriver.lhs -8 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc): Make installPackage install settings from the [package].buildinfo file.

2007-09-06 Thread Ian Lynagh
Wed Sep 5 18:00:44 PDT 2007 [EMAIL PROTECTED] * Make installPackage install settings from the [package].buildinfo file. M ./libraries/installPackage.hs -1 +14 M ./libraries/installPackage.hs -1 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.o

Re: ghci command output capture & full :browse! (draft patches)

2007-09-06 Thread Claus Reinke
And the fact that this only applies to certain commands, and not to output generated by ordinary expressions/statements, means it feels too ad-hoc to me. .. but note that i'm looking for output capture, within GHCi, rather than redirection of a whole session. one could try, alternatively, to re

Re: Validation

2007-09-06 Thread Ian Lynagh
On Thu, Sep 06, 2007 at 01:52:06PM +0100, Simon Peyton-Jones wrote: > | > Incidentally, just to confirm, I never have to even look in validate.mk > do I? It's 100% validate's > | responsibility. > | > | validate.mk is to validate what build.mk is to make, i.e. if you want > | the default settings

Re: darcs patch: Make installPackage install setings from the [package].buildinfo file.

2007-09-06 Thread Ian Lynagh
On Wed, Sep 05, 2007 at 09:57:16PM -0700, Judah Jacobson wrote: > * Make installPackage install settings from the [package].buildinfo file. Thanks for the patch! I'll validate+apply. Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc): Wibble some variable definitions to fix installation of bindists

2007-09-06 Thread Ian Lynagh
Thu Sep 6 07:04:30 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Wibble some variable definitions to fix installation of bindists M ./libraries/Makefile -3 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc): Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM

2007-09-06 Thread Ian Lynagh
Thu Sep 6 05:20:36 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM They are now the same as hardtop/FPTOOLS_TOP_ABS, so use those instead. Also removed some substitutions of / for \, as we now use a Haskell program to find the top path, and it onl

patch applied (ghc): Cure space leak in coloring register allocator

2007-09-06 Thread Ben Lippmeier
Thu Sep 6 06:15:22 PDT 2007 [EMAIL PROTECTED] * Cure space leak in coloring register allocator We now do a deep seq on the graph after it is 'built', but before coloring. Without this, the colorer will just force bits of it and the heap will fill up with half evaluated pieces of graph

patch applied (ghc): Small improvement to GraphColor.selectColor

2007-09-06 Thread Ben Lippmeier
Thu Sep 6 03:33:47 PDT 2007 [EMAIL PROTECTED] * Small improvement to GraphColor.selectColor When selecting a color for a node, try and avoid using colors that conflicting nodes prefer. Not sure if this'll make much difference, but it was easy enough to add.. M ./compiler/native

Re: ghci command output capture & full :browse! (draft patches)

2007-09-06 Thread Claus Reinke
One reason I haven't responded is that I have an uneasy feeling about what you're trying to do here. which is exactly the kind of feedback i'm interested in (apart from concrete help/advice, that is;-): i do not want to invest time or effort into GHCi-related projects that go against GHCi's own

patch applied (ghc-6.8/ghc): Updates to work with latest cabal.

2007-09-06 Thread Duncan Coutts
Thu Sep 6 06:17:26 PDT 2007 Duncan Coutts <[EMAIL PROTECTED]> * Updates to work with latest cabal. M ./libraries/Makefile -1 +1 M ./libraries/installPackage.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

Re: ghci command output capture & full :browse! (draft patches)

2007-09-06 Thread Neil Mitchell
Hi > I realise this already happens: the emacs GHCi mode talks to GHCi directly, > and GuiHaskell does too. But I hereby declare that this is the Wrong Way > To Do It. The right way is to use the GHC API, starting from your own copy > of the GHCi front-end if you like. For GuiHaskell there are

RE: Validation

2007-09-06 Thread Simon Peyton-Jones
| > Incidentally, just to confirm, I never have to even look in validate.mk do I? It's 100% validate's | responsibility. | | validate.mk is to validate what build.mk is to make, i.e. if you want | the default settings then you can ignore validate.mk, but if you want to | change something then tha

patch applied (testsuite): Set os.environ['TERM'] = 'vt100' before running tests

2007-09-06 Thread Ian Lynagh
Thu Sep 6 04:14:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set os.environ['TERM'] = 'vt100' before running tests Readline sometimes spews out ANSI escapes for some values of TERM, which result in test failures. M ./driver/runtests.py +5 __

patch applied (ghc): Set GhcBootLibs=YES in mk/validate-settings.mk

2007-09-06 Thread Ian Lynagh
Thu Sep 6 04:36:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set GhcBootLibs=YES in mk/validate-settings.mk M ./mk/validate-settings.mk -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Quote all the arguments to installPackage

2007-09-06 Thread Ian Lynagh
Wed Sep 5 16:29:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Quote all the arguments to installPackage Makes it obvious what's going on if any are empty. M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc): warning police

2007-09-06 Thread Pepe Iborra
Thu Sep 6 03:24:17 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * warning police M ./compiler/ghci/Debugger.hs -18 +11 M ./compiler/ghci/RtClosureInspect.hs -59 +75 M ./compiler/main/InteractiveEval.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@

patch applied (ghc): Cleanup of equality rewriting and no swapInsts for wanteds

2007-09-06 Thread chak
Thu Sep 6 04:58:18 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Cleanup of equality rewriting and no swapInsts for wanteds - Removed code duplication - Added comments - Took out swapInsts for wanteds. With the recent extension to swapInsts it does mess up error messages if a

patch applied (ghc): Remove EqInsts from addSCs to avoid -DDEBUG warnings

2007-09-06 Thread chak
Thu Sep 6 02:51:02 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove EqInsts from addSCs to avoid -DDEBUG warnings M ./compiler/typecheck/TcSimplify.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc): EqInst related clean up

2007-09-06 Thread chak
Thu Sep 6 02:50:18 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * EqInst related clean up - Remove some unused and some superflous functions - Add comments regarding ancestor equalities - Tidied ancestor equality computation - Replace some incorrect instToId by instToVar (but the

patch applied (ghc): Remove dead code in TcSimplify

2007-09-06 Thread chak
Wed Sep 5 20:17:19 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove dead code in TcSimplify M ./compiler/typecheck/TcSimplify.lhs -15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix -DDEBUG warning

2007-09-06 Thread chak
Wed Sep 5 19:39:14 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fix -DDEBUG warning M ./compiler/typecheck/TcPat.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): also swap for variables in completion algorithm

2007-09-06 Thread chak
Wed Sep 5 06:44:26 PDT 2007 Tom Schrijvers <[EMAIL PROTECTED]> * also swap for variables in completion algorithm M ./compiler/typecheck/TcTyFuns.lhs -2 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (testsuite): TypeFamilies: GADT8 is fixed

2007-09-06 Thread chak
Thu Sep 6 04:59:17 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TypeFamilies: GADT8 is fixed M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/list

Re: Validation

2007-09-06 Thread Ian Lynagh
On Thu, Sep 06, 2007 at 07:44:39AM +0100, Simon Peyton-Jones wrote: > > That may be fine for you, but we are asking *everyone* to run validate Good point, I'll make it set GhcBootLibs=YES by default. > Incidentally, just to confirm, I never have to even look in validate.mk do I? > It's 100% va

patch applied (testsuite): test for bug #1465 (12 files, phew)

2007-09-06 Thread Simon Marlow
Thu Sep 6 02:33:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * test for bug #1465 (12 files, phew) A ./tests/ghc-regress/typecheck/bug1465/ A ./tests/ghc-regress/typecheck/bug1465/B1.hs A ./tests/ghc-regress/typecheck/bug1465/B2.hs A ./tests/ghc-regress/typecheck/bug1465/C.hs

patch applied (testsuite): accept output

2007-09-06 Thread Simon Marlow
Thu Sep 6 03:46:35 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * accept output M ./tests/ghc-regress/typecheck/should_fail/tcfail182.stderr -2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): add test for qualified name printing

2007-09-06 Thread Simon Marlow
Thu Sep 6 02:28:14 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for qualified name printing A ./tests/ghc-regress/module/Mod180_A.hs A ./tests/ghc-regress/module/Mod180_B.hs M ./tests/ghc-regress/module/all.T +3 A ./tests/ghc-regress/module/mod180.hs A ./tests/ghc-r

patch applied (ghc): FIX #1465, error messages could sometimes say things like "A.T doesn't match A.T"

2007-09-06 Thread Simon Marlow
Thu Sep 6 02:37:44 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1465, error messages could sometimes say things like "A.T doesn't match A.T" This turned out to be a black hole, however we believe we now have a plan that does the right thing and shouldn't need to change again. Error m

patch applied (ghc): fix error in .hi-boot-6

2007-09-06 Thread Simon Marlow
Wed Sep 5 04:25:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix error in .hi-boot-6 M ./compiler/hsSyn/HsExpr.hi-boot-6 -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: ghci command output capture & full :browse! (draft patches)

2007-09-06 Thread Simon Marlow
Claus Reinke wrote: i had been hoping for some more feedback regarding my attempt to address parts of ticket #1617 (unrestricted variant of :browse), as well as emails regarding capturing the output of GHCi commands as Haskell Strings. http://www.haskell.org/pipermail/glasgow-haskell-bugs/2007-

patch applied (ghc): Improve GraphColor.colorScan

2007-09-06 Thread Ben Lippmeier
Wed Sep 5 09:44:01 PDT 2007 [EMAIL PROTECTED] * Improve GraphColor.colorScan Testing whether a node in the conflict graph is trivially colorable (triv) is still a somewhat expensive operation. When we find a triv node during scanning, even though we remove it and its edges from t

patch applied (testsuite): Test now works

2007-09-06 Thread Simon Marlow
Wed Sep 5 02:58:25 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Test now works M ./tests/ghc-regress/ghci.debugger/scripts/break022/Makefile -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break022/all.T -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break022/break022.stdout +8

patch applied (testsuite): this test works now

2007-09-06 Thread Simon Marlow
Wed Sep 5 03:20:55 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * this test works now M ./tests/ghc-regress/ghci.debugger/scripts/break023/Makefile -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break023/all.T -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break023/break023.stdo

patch applied (testsuite): conc057 and conc068 have moved to the parallel package

2007-09-06 Thread Simon Marlow
Tue Sep 4 04:26:22 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * conc057 and conc068 have moved to the parallel package M ./tests/ghc-regress/concurrent/should_run/Makefile -8 M ./tests/ghc-regress/concurrent/should_run/all.T -8 R ./tests/ghc-regress/concurrent/should_run/conc057.hs

patch applied (testsuite): omit tcrun022(ghci), since it relies on optimisation

2007-09-06 Thread Simon Marlow
Tue Sep 4 04:13:50 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * omit tcrun022(ghci), since it relies on optimisation M ./tests/ghc-regress/typecheck/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailma

patch applied (testsuite): make config.top an absolute path

2007-09-06 Thread Simon Marlow
Tue Sep 4 04:10:18 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * make config.top an absolute path M ./mk/test.mk -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: [nightly] 05-Sep-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-09-06 Thread Simon Marlow
GHC Build Reports wrote: hsSyn/HsBinds.lhs:255: Couldn't match `PprStyle -> Pretty.Doc' against `Pretty.Doc' Expected type: PprStyle -> Pretty.Doc Inferred type: Pretty.Doc Probable cause: `pprFunBind' is applied to too many arguments in the call (pprFunBind (unLo

Daily report for head

2007-09-06 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head fast: pass lost lost pass fail (failed darcs) fail (failed stage1) gbesh Intel x86_64 Linux head: pass x86-64 Linux head unreg: lost Dropping unexpected test passes reports from builders not seen in 7 days: mne

Daily report for stable

2007-09-06 Thread BuildBot Collator
Build results: mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable: pass x86 Windows stable: pass x86 Windows stable fast:pass lost pass pass fail (failed darcs) fail (failed stage1) x86-64 Linux stable:lost Old unexpected test passes: arith008