Re: building head fails in main/GHC.hs:2223:50

2007-05-07 Thread Simon Marlow
Claus Reinke wrote: how about this, then: darcs allows for selective pulls, so is there a way of tagging patches as belonging to different categories? submitters could tag their patches according to simple priorities, using reserved words in patch subjects: - FIX_BUILD: essential fixes to

patch applied (ghc): TAG 2007-05-06

2007-05-07 Thread Simon Peyton Jones
Sun May 6 05:22:11 PDT 2007 Ian Lynagh [EMAIL PROTECTED] tagged 2007-05-06 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX Trac #1329: spelling error

2007-05-07 Thread Simon Peyton Jones
Mon May 7 01:42:47 PDT 2007 [EMAIL PROTECTED] * FIX Trac #1329: spelling error M ./compiler/typecheck/TcSimplify.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

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

Re: patch applied (ghc): Fix truncate on amd64 NCG; fixes arith005.

2007-05-07 Thread Ian Lynagh
On Mon, May 07, 2007 at 08:58:33AM +0100, Simon Marlow wrote: Ian Lynagh wrote: Thu May 3 15:38:33 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix truncate on amd64 NCG; fixes arith005. cvts[sd]2siq? - cvtts[sd]2siq? Something still looks odd here. We have a RULE in GHC/Float.hs

patch applied (ghc): FIX #1155: ghci -debug generates slightly odd message

2007-05-07 Thread Simon Marlow
Mon May 7 03:24:18 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX #1155: ghci -debug generates slightly odd message M ./compiler/main/Main.hs -2 +6 M ./compiler/main/StaticFlags.hs -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

RE: patch applied (ghc): isDataTyCon should be False for all type families, even data type families

2007-05-07 Thread Simon Peyton-Jones
| isAlgTyCon doesn't do). Roman, raised the question of whether we | actually would want to permit newtype instances for data families (or in | other words whether it makes sense to distinguish between data families | and newtype families at all - it surely makes sense to distinguish | between

patch applied (ghc): properly fix leakage of Haddock comment syntax (see #1091, test: read044)

2007-05-07 Thread Simon Marlow
Mon May 7 04:37:01 PDT 2007 Simon Marlow [EMAIL PROTECTED] * properly fix leakage of Haddock comment syntax (see #1091, test: read044) M ./compiler/parser/Lexer.x -16 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

Re: patch applied (ghc): Fix truncate on amd64 NCG; fixes arith005.

2007-05-07 Thread Simon Marlow
Ian Lynagh wrote: On Mon, May 07, 2007 at 08:58:33AM +0100, Simon Marlow wrote: Ian Lynagh wrote: Thu May 3 15:38:33 PDT 2007 Ian Lynagh [EMAIL PROTECTED] * Fix truncate on amd64 NCG; fixes arith005. cvts[sd]2siq? - cvtts[sd]2siq? Something still looks odd here. We have a RULE in

patch applied (testsuite): add basic concurrency/IO test: tests that stdin is non-blocking

2007-05-07 Thread Simon Marlow
Mon May 7 05:45:21 PDT 2007 Simon Marlow [EMAIL PROTECTED] * add basic concurrency/IO test: tests that stdin is non-blocking M ./tests/ghc-regress/lib/IO/Makefile +8 M ./tests/ghc-regress/lib/IO/all.T +2 A ./tests/ghc-regress/lib/IO/concio001.stdout A

RE: patch applied (ghc): isDataTyCon should be False for all type families, even data type families

2007-05-07 Thread Simon Peyton-Jones
Manuel I think we are agreed that you hold the token on this, and on http://hackage.haskell.org/trac/ghc/ticket/1331 Also, in due course - add user-manual entry pointing to http://haskell.org/haskellwiki/GHC/Indexed_types - add words to Section 4 of this same page, saying that it's a

patch applied (testsuite): add test for #1253

2007-05-07 Thread Simon Marlow
Mon May 7 06:24:29 PDT 2007 Simon Marlow [EMAIL PROTECTED] * add test for #1253 M ./tests/ghc-regress/parser/should_compile/all.T +1 A ./tests/ghc-regress/parser/should_compile/read045.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): FIX print020: conversion of case expressions of type apos; Anyapos; was wrong

2007-05-07 Thread Simon Marlow
Mon May 7 07:53:50 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX print020: conversion of case expressions of type 'Any' was wrong All primitive types were getting PrimAlts, where actually case expressions on 'Any' should get a PolyAlt. The result was that seq on Any compiled into a

RE: GHC 6.6.1 Windows installer, test version

2007-05-07 Thread Simon Peyton-Jones
Brilliant. I've just successfully installed it and run it. Seemed great. As well as adding the binary to my path, it also added program files/Haskell/bin was that deliberate? There seems to be no such directory S | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL

patch applied (ghc): FIX Trac #1332: make isStringTy work right

2007-05-07 Thread Simon Peyton Jones
Mon May 7 03:41:37 PDT 2007 [EMAIL PROTECTED] * FIX Trac #1332: make isStringTy work right For some ancient reason, TcType.isStringTy was treating newtypes as transparent, which is quite consistent with isIntTy, isBoolTy etc. (I think the reason is that isStringTy was written to go

patch applied (ghc): Document -fspec-threshold

2007-05-07 Thread Simon Peyton Jones
Mon May 7 09:00:32 PDT 2007 [EMAIL PROTECTED] * Document -fspec-threshold This size-threshold flag is for both liberate-case and SpecConstr. Replaces -flibereate-case-threshold. M ./docs/users_guide/flags.xml -3 +4 ___ Cvs-ghc

Re: GHC 6.6.1 Windows installer, test version

2007-05-07 Thread Neil Mitchell
Hi Simon, As well as adding the binary to my path, it also added program files/Haskell/bin was that deliberate? There seems to be no such directory Cabal with GHC by default installs programs such as haddock/alex/happy to this location. Since this is the installation of the cabal

patch applied (ghc): Fix comments on HsWrapper type

2007-05-07 Thread Simon Peyton Jones
Mon May 7 09:16:53 PDT 2007 [EMAIL PROTECTED] * Fix comments on HsWrapper type M ./compiler/hsSyn/HsBinds.lhs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Make let-floating work even if there are big lambdas in the way

2007-05-07 Thread Simon Peyton Jones
Mon May 7 09:24:22 PDT 2007 [EMAIL PROTECTED] * Make let-floating work even if there are big lambdas in the way This patch generalises the let-floating transformation in a way suggested by Roman and Manuel when doing closure conversion. There are extensive comments in Note

RE: GHC 6.6.1 Windows installer, test version

2007-05-07 Thread Simon Peyton-Jones
| Cabal with GHC by default installs programs such as haddock/alex/happy | to this location. Since this is the installation of the cabal | machinery, it seems to make sense for the GHC installer to add it to | the path. Hmm. I see, I think. Worth documenting somewhere. Where? In the

Re: GHC 6.6.1 Windows installer, test version

2007-05-07 Thread Neil Mitchell
Hi | Cabal with GHC by default installs programs such as haddock/alex/happy | to this location. Since this is the installation of the cabal | machinery, it seems to make sense for the GHC installer to add it to | the path. Hmm. I see, I think. Worth documenting somewhere. Where? In the

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

2007-05-07 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 Mon May 7 19:00:01 BST 2007.

patch applied (ghc-6.6/ghc): FP_SETUP_PROJECT_VERSION: redirect apos; darcsapos; stderr to the bit bucket; not doing so mucks up version testing using the win32 native port of apos; darcsapos; (cf

2007-05-07 Thread Sigbjorn Finne
Mon May 7 14:48:06 PDT 2007 [EMAIL PROTECTED] * FP_SETUP_PROJECT_VERSION: redirect 'darcs' stderr to the bit bucket; not doing so mucks up version testing using the win32 native port of 'darcs' (cf. long sorry list of failed nightly STABLE builds.) M ./aclocal.m4 -1 +1

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

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