From the archives: patch applied (ghc): Make darcs-all a perl script

2007-05-07 Thread Thorkil Naur
Hello, Sun Apr 29 10:03:42 EDT 2007 Ian Lynagh igloo at earth.li wrote (http://www.haskell.org/pipermail/cvs-ghc/2007-April/035334.html): > * Make darcs-all a perl script > This fixes a problem where patches altering the darcs-all script break > on Windows as the file is open. The script is n

[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 = /fptools/builds/ghc-nightly/

patch applied (ghc-6.6/ghc): 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

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 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.

Re: GHC 6.6.1 Windows installer, test version

2007-05-07 Thread Neil Mitchell
Hi > http://www.haskell.org/ghc/docs/latest/html/users_guide/sec-install-windows.html > What else in that documentation is obselete or wrong, when we are using your new installer? Plus, all the references to "Installshield" should be removed. The new version uses Inno Setup, but 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 Wind

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 Windows-sp

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 [Floating

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

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 mac

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 maili

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 w

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 P

patch applied (ghc): FIX print020: conversion of case expressions of type ' Any' 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 no-

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 http:/

patch applied (ghc): FIX: #1253 (Can' t use non-layout at top level)

2007-05-07 Thread Simon Marlow
Mon May 7 06:25:14 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX: #1253 (Can't use non-layout at top level) M ./compiler/parser/Parser.y.pp -2 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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 draft

patch applied (testsuite): add test for #1091

2007-05-07 Thread Simon Marlow
Mon May 7 04:39:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for #1091 M ./tests/ghc-regress/parser/should_compile/all.T +1 A ./tests/ghc-regress/parser/should_compile/read044.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http:/

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 ./tests/ghc-regress/lib/

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 GHC/F

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 http://www.haskell.org/mailm

patch applied (ghc): Add VectInfo to HPT

2007-05-07 Thread chak
Mon May 7 04:03:36 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Add VectInfo to HPT I am putting this patch (as the previous VectInfo patch) straight away into the head to avoid the kind of merging disaster we had with the FC branch. The patch does not interfere with an

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 d

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 http://w

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/F

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

2007-05-07 Thread Brian Alliet
On Mon, May 07, 2007 at 08:58:33AM +0100, Simon Marlow wrote: > Something still looks odd here. We have a RULE in GHC/Float.hs mapping > truncate on Float->Int to the float2Int# primop (similarly for Double), > which means that either float2Int# should have truncating semantics, or the > RULE i

[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 = /fptools/buil

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

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

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 (testsuite): platform-specific output no longer required

2007-05-07 Thread Simon Marlow
Tue Apr 17 01:08:59 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * platform-specific output no longer required R ./tests/ghc-regress/concurrent/should_run/conc056.stderr-i386-unknown-mingw32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

Re: Mac OS X 10.4.8 fails to darcs get --verbose --partial http://darcs.haskell.org/ghc

2007-05-07 Thread Simon Marlow
Ian Lynagh wrote: The Windows builder seems to have hung a couple of times at the end of the testsuite, so I had assumed it was the same problem, but it sounds like that isn't the case. Regarding the Windows builds: one of the GHCi tests isn't terminating, and the dormant GHCi process is hold

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

2007-05-07 Thread Simon Marlow
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? M ./compiler/nativeGen/MachCodeGen.hs -1 +3 M ./compiler/nativeGen/MachInstrs.hs -2 +2 M ./compiler/nativeGen/PprMach.hs -

Daily report for head

2007-05-07 Thread BuildBot Collator
New unexpected test failures: CPUTime001 1 tnaur PPC OSX head andre_monad 1 tnaur PPC OSX head andy_cherry 1 tnaur PPC OSX head arith0051 tnaur PPC OSX head arith0111 tnaur PPC OSX head arr016