[nightly] 12-May-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-05-12 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Thu May 12 18:10:01 BST 2011. checking out new source tree

Re: Line endings

2011-05-12 Thread David Terei
I personally would be very happy paying the cost to get rid of tabs in a big swoop. Maybe we could try to plan for a time right after 7.2 when there may be a little less code in peoples branches and just go for it. Or perhaps we could stagger it? Say each week we choose a folder in the ghc source t

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 240, Failure

2011-05-12 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 240 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/240.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 223, Failure

2011-05-12 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 223 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/223.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting

[commit: testsuite] master: Another test case to tickle a new codegen bug. (7af721a)

2011-05-12 Thread Edward Z. Yang
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/7af721a325aa7e9accee7a1f739b1f8f319ffa08 >--- commit 7af721a325aa7e9accee7a1f739b1f8f319ffa08 Author: Edward Z.

tn23 (x86 OSX HEAD), build 336, Success

2011-05-12 Thread Builder
tn23 (x86 OSX HEAD), build 336 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/336.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success co

pgj2 (amd64 FreeBSD HEAD), build 358, Failure

2011-05-12 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 358 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/358.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Success configuring | S

pgj (x86 FreeBSD HEAD), build 360, Failure

2011-05-12 Thread Builder
pgj (x86 FreeBSD HEAD), build 360 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/360.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Success configuring | Succe

[nightly] 12-May-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-05-12 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Thu May 12 18:10:01 BST 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 230, Failure

2011-05-12 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 230 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/230.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting

sparky-unreg (Sparc Solaris unreg HEAD), build 118, Failure

2011-05-12 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 118 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/118.html git clone | Failure: Just (ExitFailure 9) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/118.html ld.so.1: git: fatal: rel

[nightly] 12-May-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-05-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Thu May 12 18:00:01 BST 2011. checking out new source tree

[nightly] 12-May-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-05-12 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Thu May 12 18:00:01 BST 2011. checking out new source

Re: [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (fd6587b)

2011-05-12 Thread José Pedro Magalhães
Is it a fact that these merges are bad, in some sense, other than generating emails? And, if it's just the emails, is it not simpler to filter them? I'm fine with using a new strategy, but I would also like it if the specific commands to be used are given; I had bad experiences with rebase before.

RE: [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (fd6587b)

2011-05-12 Thread Simon Peyton-Jones
| I think what SimonM described in the recent thread is basically what we want: | | - you develop in your working tree and commit patches there. At | this point it's completely safe to rebase - the patches are only | in one place. I don't think so. Like I say, the branch is shared between

Re: Line endings

2011-05-12 Thread Johan Tibell
On Thu, May 12, 2011 at 2:12 PM, Max Bolingbroke wrote: > If we outlawed them now we'd have to take an annoying one-time hit > removing all the (tons) of existing tabs, generating lots of merge > conflicts on all GHC branches for little immediate gain :-( > > So while I share your sentiment, I don

[commit: testsuite] ghc-generics's head updated: Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics (3869449)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite Branch 'ghc-generics' now includes: eb2f9d0... Accept error message output changes fc379b2... Skip jmp_tbl test for llvm when -fPIC is unsupported. bff6e34... Merge branch 'master' of http://darcs.haskell.org/testsuite

[commit: testsuite] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics (3869449)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/38694491252162c18bafd896fab239465441016f >--- commit 38694491252162c18bafd896fab239465441016f Merge: c82a

[commit: testsuite] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics (8948d4f)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/8948d4fdfb103033929e669bbb377724b5e4f896 >--- commit 8948d4fdfb103033929e669bbb377724b5e4f896 Merge: 8a83

[commit: testsuite] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics (c82ae61)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/c82ae61e7e2ce4ee6008d43fa6f598d5e547e04f >--- commit c82ae61e7e2ce4ee6008d43fa6f598d5e547e04f Merge: 8948

[commit: ghc] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics (1b381af)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/1b381af863d64aaa0a4dd9c816170c58e6131a9e >--- commit 1b381af863d64aaa0a4dd9c816170c58e6131a9e Merge: c25b934...

[commit: ghc] ghc-generics: Remove some old code. (c25b934)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/c25b934ef544fa3eba0a9f9da41b363c470156cb >--- commit c25b934ef544fa3eba0a9f9da41b363c470156cb Author: Jose Pedr

[commit: ghc] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics (9e4c8ad)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/9e4c8ad32eff3bf0350480109b2f5a5ad4738f09 >--- commit 9e4c8ad32eff3bf0350480109b2f5a5ad4738f09 Merge: 61d89bc...

[commit: ghc] ghc-generics: Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics (61d89bc)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/61d89bc49eb75d74ed9196ba5f7b7b32018b914b >--- commit 61d89bc49eb75d74ed9196ba5f7b7b32018b914b Merge: c7cb47f...

[commit: ghc] ghc-generics's head updated: Fix some small things broken with the last merge. (d872133)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'ghc-generics' now includes: d637f9b... Add zeroWidthText to Pretty. 4e6bac1... Start support for coloured SDoc output. daead6b... Make SDoc an abstract type. fdf8656... This BIG PATCH contains most of the work for the

[commit: ghc] ghc-generics: Fix some small things broken with the last merge. (d872133)

2011-05-12 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/d872133bb986dbd15959cbb14504bf9a863e3e4a >--- commit d872133bb986dbd15959cbb14504bf9a863e3e4a Author: Jose Pedr

[commit: ghc] master: Merge branch 'master' of /Users/benl/devel/ghc/ghc-head (7b3a746)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7b3a746294d3d034da0052644237e4d1ab1f08c8 >--- commit 7b3a746294d3d034da0052644237e4d1ab1f08c8 Merge: 9ae7aca... fd658

[commit: ghc] master: Wibbles on modules imported by vectoriser (999857f)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/999857fdfd8fa1b305a94bc54bb1860f5c8896d1 >--- commit 999857fdfd8fa1b305a94bc54bb1860f5c8896d1 Author: Ben Lippmeier

[commit: ghc] master: Remove scar tissue (9ae7aca)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9ae7aca7d1985640aff647de797db2abae49a9a2 >--- commit 9ae7aca7d1985640aff647de797db2abae49a9a2 Author: Ben Lippmeier

[commit: ghc] master: Fix build (5bfa6a6)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5bfa6a6382a4e4b949d333b1996065e9bcfacb18 >--- commit 5bfa6a6382a4e4b949d333b1996065e9bcfacb18 Author: Ben Lippmeier

[commit: ghc] master: Update vectoriser now that Scalar has moved (b215382)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b2153822467a86d4da0ccdbd4274741aaa90d81b >--- commit b2153822467a86d4da0ccdbd4274741aaa90d81b Author: Ben Lippmeier

[commit: ghc] master: Update vectoriser now that PRepr has moved (31b9ba5)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/31b9ba54b309b7ad8043a7dade7dddb71d184b8b >--- commit 31b9ba54b309b7ad8043a7dade7dddb71d184b8b Author: Ben Lippmeier

[commit: ghc] master: Follow changes in DPH library: Repr module is gone. (3547443)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/35474439dcf6dc60e2f6e296de7da128c690d50e >--- commit 35474439dcf6dc60e2f6e296de7da128c690d50e Author: Ben Lippmeier

[commit: ghc] master: Update vectoriser now that PData instances have moved. (7335070)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/73350708d2769ef96ffa102630f675dd4ab40cd1 >--- commit 73350708d2769ef96ffa102630f675dd4ab40cd1 Author: Ben Lippmeier

[commit: ghc] master: Update vectoriser now that PData has moved. (a223023)

2011-05-12 Thread Ben Lippmeier
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/a2230234bcf8c1a40c68c32f0d64d66fdc442073 >--- commit a2230234bcf8c1a40c68c32f0d64d66fdc442073 Author: Ben Lippmeier

Re: [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (fd6587b)

2011-05-12 Thread Manuel M T Chakravarty
I think what SimonM described in the recent thread is basically what we want: - you develop in your working tree and commit patches there. At this point it's completely safe to rebase - the patches are only in one place. - you pull the patches into the validate tree (you just rebased in wo

RE: [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (fd6587b)

2011-05-12 Thread Simon Peyton-Jones
I'm open to something better if anyone can explain simply how to achieve it. Remember: - the branch is long lived - the branch is shared - the branch must be updated from HEAD every now and again Simon | -Original Message- | From: Manuel M T Chakravarty [mailto:mchakrava...@me.com] | S

Re: Line endings

2011-05-12 Thread Max Bolingbroke
On 12 May 2011 13:06, Manuel M T Chakravarty wrote: > And while we are on the topic of unwanted characters, could we outlaw tab > characters? If we outlawed them now we'd have to take an annoying one-time hit removing all the (tons) of existing tabs, generating lots of merge conflicts on all GHC

Re: Line endings

2011-05-12 Thread Manuel M T Chakravarty
And while we are on the topic of unwanted characters, could we outlaw tab characters? Manuel Max Bolingbroke: > On 12 May 2011 08:45, Simon Peyton-Jones wrote: >> Does anyone know an easy way to list files that use windows line-endings? > > I don't know how to say what the line ending type is,

[commit: ghc] master: Fix Trac #5192: missing case in hsValBindsImplicits (10ffbfd)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/10ffbfd2624f37d6d61ecb4b8d42f1463cc1d476 >--- commit 10ffbfd2624f37d6d61ecb4b8d42f1463cc1d476 Author: Simon Peyton Jo

[commit: ghc] master: White space only (7f021f2)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7f021f25e4c1b8546e346501ae34f1126755b739 >--- commit 7f021f25e4c1b8546e346501ae34f1126755b739 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (fd6587b)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/fd6587b68ad5aa4b6202066b598aec234220bae0 >--- commit fd6587b68ad5aa4b6202066b598aec234220bae0 Merge: 10ffbfd... c8c2f

Re: The GHC build system

2011-05-12 Thread Ben Lippmeier
On 12/05/2011, at 9:23 PM, Simon Marlow wrote: > On 12/05/2011 07:58, Ben Lippmeier wrote: >> Hi All, >> I thought I'd take a moment to mention that the GHC build system is >> basically unmaintainable by anyone except the original authors. > One day maybe this will all get replaced by somethin

Re: New coercion representation

2011-05-12 Thread Simon Marlow
On 12/05/2011 12:10, Ben Lippmeier wrote: On 12/05/2011, at 8:22 PM, Simon Peyton-Jones wrote: GHC hackers, Finally! I have committed the new representation for coercions! This is a pretty big patch touching a lot of files. If you are working on anything that intersects the type checker, it'

Re: hpc_markup_multi

2011-05-12 Thread Simon Marlow
On 12/05/2011 08:39, Simon Peyton-Jones wrote: Does anyone know what’s going on in this test failure? There are three similar ones Simon => hpc_markup_multi_001(normal) 2721 of 2765 [10, 10, 0] cd ../../../libraries/hpc/tests/raytrace/tixs && '/64playpen/simonpj/builds/ghc-new-co/inplace/b

Re: The GHC build system

2011-05-12 Thread Simon Marlow
On 12/05/2011 07:58, Ben Lippmeier wrote: Hi All, I thought I'd take a moment to mention that the GHC build system is basically unmaintainable by anyone except the original authors. It's clear that a heroic effort has been made to fit a square peg into a round hole, and I *want* to help, but s

Re: New coercion representation

2011-05-12 Thread Ben Lippmeier
On 12/05/2011, at 9:17 PM, Johan Tibell wrote: > Hi Ben, > > On Thu, May 12, 2011 at 1:10 PM, Ben Lippmeier wrote: >> Perhaps "sh validate" should also run "./sync-all pull" and "./sync-all get" >> first? Can anyone think of a reason not to? This has also bitten me in the >> past. > > That w

Re: New coercion representation

2011-05-12 Thread Johan Tibell
Hi Ben, On Thu, May 12, 2011 at 1:10 PM, Ben Lippmeier wrote: > Perhaps "sh validate" should also run "./sync-all pull" and "./sync-all get" > first? Can anyone think of a reason not to? This has also bitten me in the > past. That would make it impossible to validate anything but HEAD, wouldn'

Re: New coercion representation

2011-05-12 Thread Ben Lippmeier
On 12/05/2011, at 8:22 PM, Simon Peyton-Jones wrote: > GHC hackers, > > Finally! I have committed the new representation for coercions! This is a > pretty big patch touching a lot of files. If you are working on anything that > intersects the type checker, it'll affect you. Looks good! A

RE: Support for pretty printing in GHC

2011-05-12 Thread Simon Peyton-Jones
| A while back I wrote to you about support of pretty printing in GHC. | The idea is to have a deriving class similar to Show, which produces | documents for pretty printing. As I recall, you suggested that I | produce a complete implementation, and then it would be easy for you | to incorporate i

New coercion representation

2011-05-12 Thread Simon Peyton-Jones
GHC hackers, Finally! I have committed the new representation for coercions! This is a pretty big patch touching a lot of files. If you are working on anything that intersects the type checker, it'll affect you. GHC now implements, rather closely, the system described in our paper "Practical

[commit: haddock2] master: Merge branch 'ghc-new-co' (89813e7)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 On branch : master http://hackage.haskell.org/trac/ghc/changeset/89813e729be8bce26765b95419a171a7826f6d70 >--- commit 89813e729be8bce26765b95419a171a7826f6d70 Merge: 6df3a04...

[commit: haddock2] master: Merge remote branch 'origin/master' into ghc-new-co (797ab27)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 On branch : master http://hackage.haskell.org/trac/ghc/changeset/797ab27bdccf39c73ccad374fea265f124cb52ea >--- commit 797ab27bdccf39c73ccad374fea265f124cb52ea Merge: 1d81436...

[commit: haddock2] master: Wibbles for ghc-new-co branch (1d81436)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 On branch : master http://hackage.haskell.org/trac/ghc/changeset/1d8143659a81cf9611668348e33fd0775c7ab1d2 >--- commit 1d8143659a81cf9611668348e33fd0775c7ab1d2 Author: Simon Peyt

[commit: testsuite] master: Small diagnostic print changes (bb52551)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/bb52551aabf47c59cd7734366db403d228bbe800 >--- commit bb52551aabf47c59cd7734366db403d228bbe800 Author: Simon Pey

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (a515f2b)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/a515f2b5c25aef626a2921ae4c478ce624651fac >--- commit a515f2b5c25aef626a2921ae4c478ce624651fac Merge: 0690429...

[commit: testsuite] master: Remove control-M (0690429)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/069042952da56f8205ac258b4dcecfe57d712fd6 >--- commit 069042952da56f8205ac258b4dcecfe57d712fd6 Author: Simon Pey

[commit: testsuite] master: Update syntax for records in GADT syntax (c9782fc)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/c9782fc8b50083ce2b66c296806705e76486d88a >--- commit c9782fc8b50083ce2b66c296806705e76486d88a Author: Simon Pey

[commit: testsuite] master: Merge branch 'ghc-new-co' (4bd5b08)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/4bd5b0856164fab7af66cd5b4a39f8955d8e77ad >--- commit 4bd5b0856164fab7af66cd5b4a39f8955d8e77ad Merge: 3404241...

[commit: testsuite] master's head updated: Trac #4370 is fixed, so all these work now (2ca9c9f)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite Branch 'master' now includes: eb2f9d0... Accept error message output changes d1f0d1d... Test Trac #5168 a09323f... Track error message changes 24fe576... Merge remote branch 'origin/master' into ghc-new-co 39d470f.

[commit: testsuite] master: Compiler is faster on T3064 (841617f)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/841617fce9e2303290b8535a5ce3f0ce78dedce5 >--- commit 841617fce9e2303290b8535a5ce3f0ce78dedce5 Author: Simon Pey

[commit: testsuite] master: Fix comments in test (e89aa83)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/e89aa83dfc3bce86f77637eb3d8cb18dde18a825 >--- commit e89aa83dfc3bce86f77637eb3d8cb18dde18a825 Author: Simon Pey

[commit: testsuite] master: Trac #4370 is fixed, so all these work now (2ca9c9f)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2ca9c9f958e4b7ee125f42bae294a2fb11c1cd51 >--- commit 2ca9c9f958e4b7ee125f42bae294a2fb11c1cd51 Author: Simon Pey

[commit: testsuite] master: New coercion rep breaks 'T1999a' and 'termination' (163ea99)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/163ea99c572c91b9a74ec9331a8caca48ab311cc >--- commit 163ea99c572c91b9a74ec9331a8caca48ab311cc Author: Simon Pey

[commit: ghc] master's head updated: The final batch of changes for the new coercion representation (c8c2f6b)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'master' now includes: fdf8656... This BIG PATCH contains most of the work for the New Coercion Representation 39bb1bd... Merge branch 'master' into ghc-new-co 15bea1b... Comment changes to satisfy Haddock 224ef30...

[commit: ghc] master: The final batch of changes for the new coercion representation (c8c2f6b)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205 >--- commit c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205 Author: Simon Peyton Jo

[commit: ghc] master: Unix line endings for Pair.lhs (025477e)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/025477ef644353f9168a16d0cb9431bcca36be4d >--- commit 025477ef644353f9168a16d0cb9431bcca36be4d Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (e4a7750)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e4a77504c3c5c39eeec191006cb11000b18c2d15 >--- commit e4a77504c3c5c39eeec191006cb11000b18c2d15 Merge: cd54b70... e841f

[commit: ghc] master: Merge ghc-new-co into master branch (cbebca1)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/cbebca1c9164a5e5ae9b117d0dcf5ad217defc6d >--- commit cbebca1c9164a5e5ae9b117d0dcf5ad217defc6d Merge: 37a6a52... 3d56d

[commit: ghc] master: Merge remote branch 'origin/master' (cd54b70)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/cd54b707b0d77a3c62ee9f57b82dae98727f1c34 >--- commit cd54b707b0d77a3c62ee9f57b82dae98727f1c34 Merge: cbebca1... 9fb93

[commit: ghc] master: Don't discard usage info from coercion bindings! (3d56d5a)

2011-05-12 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3d56d5ae395675717d695172cacdd61c1565c42d >--- commit 3d56d5ae395675717d695172cacdd61c1565c42d Author: Simon Peyton Jo

RE: Line endings

2011-05-12 Thread Simon Peyton-Jones
Answered my own question: find . -name '*hs' | xargs file | grep CRLF There are a lot of CFLFs in the testsuite Simon | -Original Message- | From: omega.th...@gmail.com [mailto:omega.th...@gmail.com] On Behalf Of Max | Bolingbroke | Sent: 12 May 2011 08:51 | To: Simon Peyton-Jones | Cc:

Re: Line endings

2011-05-12 Thread Max Bolingbroke
On 12 May 2011 08:45, Simon Peyton-Jones wrote: > Does anyone know an easy way to list files that use windows line-endings? I don't know how to say what the line ending type is, but dos2unix is idempotent on files with Unix line endings, so I guess you could just run: find . –name ‘*hs’ | xarg

Line endings

2011-05-12 Thread Simon Peyton-Jones
Does anyone know an easy way to list files that use windows line-endings? All our GHC source trees are supposed to use Unix line endings, and we set Git's autrcrlf to 'false'; but it's all too easy to accientally commit a windows file. I want a command that says line-endings and have it outpu

hpc_markup_multi

2011-05-12 Thread Simon Peyton-Jones
Does anyone know what's going on in this test failure? There are three similar ones Simon => hpc_markup_multi_001(normal) 2721 of 2765 [10, 10, 0] cd ../../../libraries/hpc/tests/raytrace/tixs && '/64playpen/simonpj/builds/ghc-new-co/inplace/bin/hpc' markup --srcdir=../ hpc_sample --inclu