Broken HEAD

2008-05-06 Thread Roman Leshchinskiy
Today, validate stumbled over a couple of warnings in the new literal code. I've fixed those but now I'm getting Unexpected failures: dynbrk007(ghci) print003(ghci) print006(ghci) What's happening here? Roman ___ Cvs-ghc mailing list Cvs-gh

patch applied (ghc): FIX validate: Fix warnings in new literal code

2008-05-06 Thread Roman Leshchinskiy
Tue May 6 20:54:17 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * FIX validate: Fix warnings in new literal code Validate uses -Werror so the warnings broke it. M ./compiler/deSugar/DsMeta.hs +1 M ./compiler/deSugar/MatchLit.lhs -1 +1 View patch online: http://darcs.haskell.or

patch applied (ghc): Vectorise even with -O0

2008-05-06 Thread Roman Leshchinskiy
Tue May 6 19:00:55 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Vectorise even with -O0 M ./compiler/main/DynFlags.hs -2 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080507020055-b2b0a-66417d040fe3b086290da82c29432f0cb10c3c1b.gz ___

[nightly] 06-May-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-05-06 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue May 6 18:10:02 BST 2008. checkin

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

2008-05-06 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Tue May 6 18:00:02 BST 2008. checking out

patch applied (ghc): Remove ilxGen; part of trac #2243

2008-05-06 Thread Ian Lynagh
Tue May 6 03:44:56 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove ilxGen; part of trac #2243 R ./compiler/ilxGen/ R ./compiler/ilxGen/Entry.ilx R ./compiler/ilxGen/IlxGen.lhs R ./compiler/ilxGen/Makefile.stdlib R ./compiler/ilxGen/tests/ R ./compiler/ilxGen/tests/Make

patch applied (ghc): Add a comment about why DsMeta needs the warning kludge

2008-05-06 Thread Ian Lynagh
Tue May 6 03:35:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a comment about why DsMeta needs the warning kludge M ./compiler/deSugar/DsMeta.hs +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080506103506-3fd76-4f98f4884a1dbb2e74c3a36313a3fa19410ea09e.gz _

patch applied (ghc): Remove javaGen; part of trac #2243

2008-05-06 Thread Ian Lynagh
Tue May 6 03:43:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove javaGen; part of trac #2243 R ./compiler/javaGen/ R ./compiler/javaGen/Java.lhs R ./compiler/javaGen/JavaGen.lhs R ./compiler/javaGen/PrintJava.lhs M ./compiler/package.conf.in -3 View patch online: http:/

Re: patch applied (ghc): replace Cmm 'hint' with 'kind'

2008-05-06 Thread Isaac Dupree
Simon Peyton-Jones wrote: It may be better to undo the hint->kind patch below, simply because it'll cause all manner of conflicts with code that has re-done this area. as a darcs "replace" patch, it will be relatively well-mannered in regards to changes, although it's always possible a little

patch applied (nofib): Add to nofib notes

2008-05-06 Thread Simon Peyton Jones
Thu Aug 9 08:09:20 PDT 2007 [EMAIL PROTECTED] * Add to nofib notes M ./Simon-nofib-notes +25 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20070809150920-1287e-2b5dce13c5c49f459c2bed7326aa03e2f4b3975d.gz ___ Cvs-ghc mailing l

patch applied (ghc): Fix Trac #2246; overhaul handling of overloaded literals

2008-05-06 Thread Simon Peyton Jones
Tue May 6 03:25:51 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2246; overhaul handling of overloaded literals The real work of fixing Trac #2246 is to use shortCutLit in MatchLit.dsOverLit, so that type information discovered late in the day by the type checker can still be exploited during

patch applied (ghc): Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCs

2008-05-06 Thread Simon Peyton Jones
Tue May 6 02:58:17 PDT 2008 [EMAIL PROTECTED] * Fix type signature to work without -XRelaxedPolyRec, and hence earlier GHCs M ./compiler/cmm/ZipDataflow.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080506095817-1287e-ff6eab1e24056df2e0ef6bd98ac4177eff9ad8b9.gz

RE: Type Class Contexts on GADTs /w Record Syntax

2008-05-06 Thread Simon Peyton-Jones
| Quick question - is it possible to put type class contexts on | existentially quantified variables in GADTs defined using record syntax? Audrey Tang implemented the ability to use record syntax for GADTs. Looks as if she didn't finish. I see the code below in Parser.y.pp. Note the commented-o

RE: patch applied (ghc): replace Cmm 'hint' with 'kind'

2008-05-06 Thread Simon Peyton-Jones
Everything will be much nicer when we can commit the patch I spent a fortnight on last year, which implements the stuff described here. http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/BackEndTypes Until that happy day, which should be soon now that John is in action, time spent tidy

RE: patch applied (ghc): replace Cmm 'hint' with 'kind'

2008-05-06 Thread Simon Peyton-Jones
I suspect it's baffling because it refers to code that is not yet in the HEAD. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norman Ramsey | Sent: 06 May 2008 03:52 | To: Isaac Dupree | Cc: BuildBot Collator | Subject: Re: patch applied (ghc):

Daily report for stable

2008-05-06 Thread BuildBot Collator
Build results: gabor stable: pass tnaur x86 Linux stable: fail (failed stage1) x86-64 Linux stable:pass Old unexpected test passes: cg057 1 x86-64 Linux stable Old unexpected test failures: DoParamM 1 x86-64 Linux stable T2238 2 macgyver PPC

Daily report for head

2008-05-06 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) tnaur PPC OSX head 2:pass x86-64 Linux head unreg: pass Old unexpected test passes: stableptr003 5 gabor head Old unexpected test failures: 16791 x86-64 Linux head unreg TH_spliceE5_prof1 x86-64