[commit: testsuite] branch 'ghc-generics' deleted

2012-06-21 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite Deleted branch: ghc-generics ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: testsuite] ghc-generics1: Small changes to the outputs of generics tests (0137619)

2012-06-07 Thread José Pedro Magalhães
hor: Jose Pedro Magalhaes Date: Thu Jun 7 13:04:50 2012 +0100 Small changes to the outputs of generics tests >--- tests/generics/GenCannotDoRep1_3.stderr |2 +- tests/generics/GenCannotDoRep1_4.stderr |2 +- tests/ge

[commit: ghc] branch 'ghc-generics' deleted

2012-04-21 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Deleted branch: ghc-generics ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] master: vectoriser: shift PData module to generics dir (2bc999c)

2011-11-16 Thread Ben Lippmeier
ier Date: Mon Nov 14 17:32:13 2011 +1100 vectoriser: shift PData module to generics dir compiler/ghc.cabal.in |2 +- .../vectorise/Vectorise/{Type => Generic}/PData.hs |2 +- compiler/vectorise/Vectorise/Type/Env.hs |2 +- 3 files chan

[commit: ghc] ghc-kinds: making Generics kind-monomorphic (0e6398e)

2011-09-23 Thread Julien Cretin
ien Cretin Date: Wed Sep 21 14:39:30 2011 +0200 making Generics kind-monomorphic >--- compiler/typecheck/TcDeriv.lhs |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/typecheck/TcDeriv.lhs b/co

[commit: ghc] ghc-generics's head updated: Generics: implement automatic deriving of Generic1. (d79a79b)

2011-07-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'ghc-generics' now includes: e7dcbdc... Fix small type in user guide. 36df2f3... Added utility to uniquely identify ghc repo states 96d64fe... Revert "Add capability sets to the event system. Contains co

[commit: ghc] ghc-generics: Generics: implement automatic deriving of Generic1. (d79a79b)

2011-07-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/d79a79b6f075ee052c8364694bc98e69870d6e24 >--- commit d79a79b6f075ee052c8364694bc98e69870d6e24 Author: J

[commit: testsuite] ghc-generics: Add tests for deriving Generic1. (654c986)

2011-07-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/654c986a3bb8d7ba7c03ee87e850b48d04cf66fc >--- commit 654c986a3bb8d7ba7c03ee87e850b48d04cf66fc Aut

[commit: haddock2] branch 'ghc-generics' deleted

2011-06-19 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 Deleted branch: ghc-generics ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

RE: [GHC] #5247: include generics library

2011-06-13 Thread Simon Peyton-Jones
about this. Building SYB as part of building haddock would not be so bad S | -Original Message- | From: Ranjit Jhala [mailto:rjh...@eng.ucsd.edu] On Behalf Of Ranjit Jhala | Sent: 13 June 2011 17:10 | To: Simon Peyton-Jones | Cc: cvs-ghc | Subject: Re: [GHC] #5247: include generi

RE: [GHC] #5247: include generics library

2011-06-13 Thread Simon Peyton-Jones
| According to David Waern, haddock can only use the stuff thats | in the ghc boot libraries, and hence cannot have dependencies | on SYB (or other generics libraries.) Why? Simon ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

RE: [GHC] #5247: include generics library

2011-06-13 Thread Simon Peyton-Jones
Sent: 09 June 2011 18:57 | Cc: glasgow-haskell-b...@haskell.org | Subject: [GHC] #5247: include generics library | | #5247: include generics library | -+-- | Reporter: jhala | Owner: | Type: fe

Re: Generics, #5224 and #5227

2011-06-09 Thread José Pedro Magalhães
Hi, 2011/6/9 Simon Peyton-Jones > For #5227 I’ve just written some comments; I suggest we just derive > Generic up to 7-tuples. Can you try that? > Done. Cheers, Pedro ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/list

RE: Generics, #5224 and #5227

2011-06-09 Thread Simon Peyton-Jones
José Pedro Magalhães [mailto:j...@cs.uu.nl] Sent: 08 June 2011 09:14 To: Simon Peyton-Jones Cc: cvs-ghc@haskell.org Subject: Generics, #5224 and #5227 Hi Simon, What is the plan of attack for #5224 and #5227? Is there something I can do? Also, for the Representable1 stuff still to come, I guess

Generics, #5224 and #5227

2011-06-08 Thread José Pedro Magalhães
Hi Simon, What is the plan of attack for #5224 and #5227? Is there something I can do? Also, for the Representable1 stuff still to come, I guess we should develop in a branch again. Is reusing the ghc-generics branches ok? Cheers, Pedro ___ Cvs-ghc

[commit: ghc] master: Better output for -ddump-deriv when using generics. (74e1e73)

2011-05-26 Thread José Pedro Magalhães
dro Magalhaes Date: Wed May 25 11:57:44 2011 +0200 Better output for -ddump-deriv when using generics. >--- compiler/typecheck/TcDeriv.lhs | 27 +-- compiler/types/Generics.lhs|2 +- 2 files chang

[commit: ghc] master: Merge branch 'ghc-generics' (cb2d37d)

2011-05-26 Thread José Pedro Magalhães
ebc... 74e1e73... Author: Jose Pedro Magalhaes Date: Thu May 26 18:27:34 2011 +0200 Merge branch 'ghc-generics' compiler/typecheck/TcDeriv.lhs | 27 +-- compiler/types/Generics.lhs|2 +- 2 files changed, 22 insertions(+)

RE: FW: [commit: ghc] master's head updated: Merge remote branch 'origin/master' into ghc-generics (97ce7b5)

2011-05-26 Thread Simon Peyton-Jones
yes push to master! From: José Pedro Magalhães [mailto:j...@cs.uu.nl] Sent: 26 May 2011 17:00 To: Simon Peyton-Jones Cc: cvs-ghc@haskell.org Subject: Re: FW: [commit: ghc] master's head updated: Merge remote branch 'origin/master' into ghc-generics (97ce7b5) Hi, 2011/5/26 Sim

Re: FW: [commit: ghc] master's head updated: Merge remote branch 'origin/master' into ghc-generics (97ce7b5)

2011-05-26 Thread José Pedro Magalhães
Hi, 2011/5/26 Simon Peyton-Jones > OK folks, I've merged the new generics stuff onto the master branch. > > Many thanks to Pedro for leading this project! > > Pedro: is the documentation up to date? > Yes, should be ok. I had a patch improving the output of -ddump-d

FW: [commit: ghc] master's head updated: Merge remote branch 'origin/master' into ghc-generics (97ce7b5)

2011-05-26 Thread Simon Peyton-Jones
OK folks, I've merged the new generics stuff onto the master branch. Many thanks to Pedro for leading this project! Pedro: is the documentation up to date? Simon -Original Message- From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of Simon P

[commit: testsuite] master: Update tests for generics (40ee042)

2011-05-26 Thread Simon Peyton Jones
mon Peyton Jones Date: Thu May 26 15:52:11 2011 +0100 Update tests for generics >--- .../ghc-regress/deriving/should_fail/T3101.stderr |2 +- tests/ghc-regress/generics/GEq/GEq2.hs |2 +- tests/ghc-regress/ge

[commit: testsuite] master: Merge remote branch 'origin/master' into ghc-generics (b1948ff)

2011-05-26 Thread Simon Peyton Jones
b13... 72822b7... Author: Simon Peyton Jones Date: Thu May 26 14:34:39 2011 +0100 Merge remote branch 'origin/master' into ghc-generics config/ghc |8 +- tests/ghc-regress/array/should_run/arr016.hs |2 +- tests/ghc-regress/c

[commit: testsuite] master's head updated: Update tests for generics (40ee042)

2011-05-26 Thread Simon Peyton Jones
9463770... Adapt outputs for the fact that the hasGenerics field is gone. 127c35e... More tests for the new generic deriving mechanism. fe5511f... Adapt the testsuite to the recent ghc-generics changes. 5591080... More adaptation of the testsuite to the ghc-generics changes. bda

[commit: haddock2] master's head updated: Merge remote branch 'origin/master' into ghc-generics (6f92cdd)

2011-05-26 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 Branch 'master' now includes: f420cc4... Adapt haddock to the removal of HsNumTy and TypePat. 6f92cdd... Merge remote branch 'origin/master' into ghc-generics ___

[commit: ghc] master's head updated: Merge remote branch 'origin/master' into ghc-generics (97ce7b5)

2011-05-26 Thread Simon Peyton Jones
ricDefMethBind to the new generics 8419203... Merge branch 'master' of c:/code/HEAD-git/. into ghc-generics ce2ea82... Small fixes to the generics branch to get rid of warnings, plus a false ASSERT failure 9dcc8bb... More small fixes to generics branch (doesn't compile y

[commit: ghc] master: Merge remote branch 'origin/master' into ghc-generics (97ce7b5)

2011-05-26 Thread Simon Peyton Jones
e4e... 80f5e70... Author: Simon Peyton Jones Date: Thu May 26 14:33:00 2011 +0100 Merge remote branch 'origin/master' into ghc-generics compiler/coreSyn/CoreUnfold.lhs | 113 - compiler/coreSyn/CoreUtils.lhs|8 +- compiler/ghc.cabal.in |1 - co

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

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/18cce11ea1fd0e469830348cc3bb7bb517184364 >--- commit 18cce11ea1fd0e469830348cc3bb7bb517184364 Me

[commit: testsuite] ghc-generics: Add a new test to test for a strange error when missing FlexibleContexts. (6cf1b13)

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6cf1b135ff2864aa902164bcf9f2a9bdd02892bc >--- commit 6cf1b135ff2864aa902164bcf9f2a9bdd02892bc Aut

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

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

[commit: testsuite] ghc-generics: dos2unix on these two files. (0885f92)

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/0885f92419659791e03b7f85e068909276315c04 >--- commit 0885f92419659791e03b7f85e068909276315c04 Aut

[commit: ghc] ghc-generics: Remove comment. (99e9c36)

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/99e9c36b2df186dc28c946517579487373d8659a >--- commit 99e9c36b2df186dc28c946517579487373d8659a Author: J

[commit: ghc] ghc-generics: Fix a bug with standalone deriving of Generic instances. (d9b1118)

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

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

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/7fd719237b68a356f80269ff083c073acec6f8f0 >--- commit 7fd719237b68a356f80269ff083c073acec6f8f0 Merge: 6ad3

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

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6ad311b7965a7af86f3b931b134215dff76f5fbb >--- commit 6ad311b7965a7af86f3b931b134215dff76f5fbb Merge: 2d4d

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

2011-05-23 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/2d4d636af091b8da27466b5cf90011395a9c2f66 >--- commit 2d4d636af091b8da27466b5cf90011395a9c2f66 Merge: d872

[commit: ghc] ghc-generics: Simon's fixes to the generated type instances in Generics (d7fb8d3)

2011-05-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/d7fb8d371d3228774331a67db8da805b2d68f1c4 >--- commit d7fb8d371d3228774331a67db8da805b2d68f1c4 Author: Si

[commit: haddock2] ghc-generics's head updated: Merge remote branch 'origin/master' into ghc-generics (6f92cdd)

2011-05-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 Branch 'ghc-generics' now includes: 1d81436... Wibbles for ghc-new-co branch 797ab27... Merge remote branch 'origin/master' into ghc-new-co 6df3a04... Follow changes in SDoc 89813e7... Merg

[commit: haddock2] ghc-generics: Merge remote branch 'origin/master' into ghc-generics (6f92cdd)

2011-05-19 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6f92cdd12d1354dfbd80f8323ca333bea700896a >--- commit 6f92cdd12d1354dfbd80f8323ca333bea700896a Me

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

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

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

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

[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: c25b

[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: J

[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: 61d8

[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: c7cb

[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: J

[commit: testsuite] ghc-generics: Adapt to the improved error output. (b17231f)

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

[commit: testsuite] ghc-generics: Rename the generics tests. Add a test for the deprecation of -XGenerics. (acec65d)

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

[commit: testsuite] ghc-generics: Adapt testsuite output to the new deriving error messages. (8a83877)

2011-05-09 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/8a8387756f0d3e90402dbb280667aa72d1a8b3d8 >--- commit 8a8387756f0d3e90402dbb280667aa72d1a8b3d8 Aut

[commit: ghc] ghc-generics: Improve the error message when we cannot derive Generic. (a5673c5)

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

[commit: testsuite] ghc-generics: Adapt the testsuite to the renaming of `Representable0` to `Generic`. (9dc2b7c)

2011-05-09 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/9dc2b7c174a360542903cdfd8df61a4142191ddb >--- commit 9dc2b7c174a360542903cdfd8df61a4142191ddb Aut

[commit: ghc] ghc-generics: "Representable0" -> "Generic" in the user's guide. (903619a)

2011-05-09 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/903619a6c848b509a4084c9ae60f96ccde6c84e5 >--- commit 903619a6c848b509a4084c9ae60f96ccde6c84e5 Author: J

[commit: ghc] ghc-generics: Deprecate -XGenerics. (cb69857)

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

[commit: ghc] ghc-generics: Rename `Representable0` to `Generic`. (811746d)

2011-05-09 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/811746d7b3462b62aa233a17e778c1de1d0817dd >--- commit 811746d7b3462b62aa233a17e778c1de1d0817dd Author: J

[commit: ghc] ghc-generics: Make the errors for DeriveGeneric consistent with other deriving errors. (c7cb47f)

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

[commit: ghc] ghc-generics: Do not enable -XGenerics when building the optimized libs. (54ca48a)

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

[commit: ghc] ghc-generics: Remove comment mentioning the old generic classes. (9b08b5f)

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

[commit: ghc] ghc-generics: Update the User Guide with generics stuff. (8670207)

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

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

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

[commit: ghc] ghc-generics: Invert sense of "why" error messages, so that "or" means "or" (fbf4bc1)

2011-05-05 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/fbf4bc17c752e1d1a3db5094ff02fa65e9746325 >--- commit fbf4bc17c752e1d1a3db5094ff02fa65e9746325 Author: Si

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

2011-05-05 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/858cdd2f2725c75d35dabf7411dbafa932d84095 >--- commit 858cdd2f2725c75d35dabf7411dbafa932d84095 Merge: fbf4

[commit: ghc] ghc-generics: Fix a previous incorrect merge. (0d3a6d5)

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

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

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

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

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

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

2011-05-05 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite Branch 'ghc-generics' now includes: e560a17... monad comprehensions: test suite 6b80a5b... Modify tests, mostly adding -XTranformListComp af0b4b8... Add test for too many/few args in higher order situation

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

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

[commit: haddock2] ghc-generics: Adapt haddock to the removal of HsNumTy and TypePat. (f420cc4)

2011-05-04 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/f420cc48b9259f0b1afd2438b12f9a2bde57053d >--- commit f420cc48b9259f0b1afd2438b12f9a2bde57053d Aut

[commit: haddock2] branch 'ghc-generics' created

2011-05-04 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/haddock2 New branch : ghc-generics Referencing: f420cc48b9259f0b1afd2438b12f9a2bde57053d ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] ghc-generics: Remove HsNumTy and TypePati. (fed2522)

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

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

2011-05-04 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'ghc-generics' now includes: f073134... remove some old commented-out settings that no longer work 296388e... The fix for #4914 was wrong and broke other things (see #5149). We can't emit the ffrees before a c

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

2011-05-04 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/91a75b9af1015b053e6904f4ff7bf36c5b1e0ad1 >--- commit 91a75b9af1015b053e6904f4ff7bf36c5b1e0ad1 Merge: ada4

[commit: testsuite] ghc-generics: More adaptation of the testsuite to the ghc-generics changes. (5591080)

2011-05-04 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/5591080c10698a3a0a5b3ceb931074f30483cd7a >--- commit 5591080c10698a3a0a5b3ceb931074f30483cd7a Aut

[commit: testsuite] ghc-generics: Adapt the testsuite to the recent ghc-generics changes. (fe5511f)

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

[commit: ghc] ghc-generics: Add a new flag XDefaultSignatures to enable just the signatures on the default methods. Redefine the behavior of XGenerics to mean enable XDefaultSignatures and XDeriveRepr

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

[commit: testsuite] ghc-generics: Adapt outputs for the fact that the hasGenerics field is gone. (9463770)

2011-05-03 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/94637701b944cd912b7832fdda5b28a2cdb9d727 >--- commit 94637701b944cd912b7832fdda5b28a2cdb9d727 Aut

[commit: testsuite] ghc-generics: More tests for the new generic deriving mechanism. (127c35e)

2011-05-03 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/127c35ea5fbb9595a55151c0f4a66184283f8b8a >--- commit 127c35ea5fbb9595a55151c0f4a66184283f8b8a Aut

[commit: testsuite] ghc-generics: Add expected output for these tests. (6389981)

2011-05-03 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6389981281d49a4139930a63e95ada2601008eea >--- commit 6389981281d49a4139930a63e95ada2601008eea Aut

[commit: ghc] ghc-generics: Update location of the CString stuff (from GHC.Base to GHC.CString). (7d54412)

2011-05-03 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/7d54412fb74016fc964575abc9dfab760052ebe4 >--- commit 7d54412fb74016fc964575abc9dfab760052ebe4 Author: J

[commit: ghc] ghc-generics: Use NoSelector when a constructor does not have fields. (38fe0c9)

2011-05-03 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/38fe0c94e7831260e1ebfcd8a1b087ee3615b891 >--- commit 38fe0c94e7831260e1ebfcd8a1b087ee3615b891 Author: J

Re: [commit: testsuite] ghc-generics: Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master." (9e6e6b0)

2011-05-03 Thread José Pedro Magalhães
Right, which is intended. I first pushed the revert on the master branch, then went to the ghc-generics branch, pulled all patches from master (including the revert), and then reverted the revert (the patch on this email). 2011/5/3 Simon Peyton-Jones > I’m no git expert, but the commit mess

RE: [commit: testsuite] ghc-generics: Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master." (9e6e6b0)

2011-05-03 Thread Simon Peyton-Jones
I'm no git expert, but the commit message says "On branch: ghc-generics". From: José Pedro Magalhães [mailto:j...@cs.uu.nl] Sent: 03 May 2011 08:12 To: Simon Peyton-Jones Cc: cvs-ghc@haskell.org Subject: Re: [commit: testsuite] ghc-generics: Revert "Revert commits 53b30fa

Re: [commit: testsuite] ghc-generics: Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master." (9e6e6b0)

2011-05-03 Thread José Pedro Magalhães
Uhm, this was a "git revert HEAD" on the ghc-generics branch, after pulling all patches from master, basically to "revert the revert", as the patches that I reverted on master were intended for this branch. The real revert, on master, was https://github.com/

RE: [commit: testsuite] ghc-generics: Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master." (9e6e6b0)

2011-05-03 Thread Simon Peyton-Jones
It looks as if you committed the 'revert' patch on the ghc-generics branch, whereas you intended to do it on the master branch? Simon | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On | Behalf Of José Pedro Magalhães | Sent: 02 M

[commit: testsuite] ghc-generics: Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master." (9e6e6b0)

2011-05-02 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/9e6e6b0a7d7ece8f94e53a0d45c8b95c49895a71 >--- commit 9e6e6b0a7d7ece8f94e53a0d45c8b95c49895a71 Aut

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

2011-05-02 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/646d997dc6eca8d8395071429a526462fa14287a >--- commit 646d997dc6eca8d8395071429a526462fa14287a Merge: 9241

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

2011-05-02 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc Branch 'ghc-generics' now includes: 5e060e6... Skip missing directories for real. 72bebc4... Add checkout support to sync-all 64f0f4d... Ignore failure for "./sync-all checkout" c18358bf.. Give manifestS

[commit: ghc] ghc-generics: Remove the hasGenerics field of TyCon, improve the way the Generics flags is handled, allow for standalone deriving of Representable0. (9241426)

2011-05-02 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/924142621ebc30a3c16368e0df3466ee14185ddd >--- commit 924142621ebc30a3c16368e0df3466ee14185ddd Author: J

[commit: ghc] ghc-generics: Remove some files I accidentally added. (5c11ece)

2011-04-29 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/5c11ece98828b0f2ddae4e4b4df7b90b014effdc >--- commit 5c11ece98828b0f2ddae4e4b4df7b90b014effdc Author: J

Re: [commit: ghc] ghc-generics: First go at making Representable0 just a standard derivable class. (1cf00bf)

2011-04-29 Thread José Pedro Magalhães
Oh, indeed, should be more careful with git add -A. Thanks for spotting this. Cheers, Pedro 2011/4/29 Thomas Schilling > 2011/4/29 José Pedro Magalhães : > > > commit 1cf00bfef1c35b89c21d1eaa9f6be7354a40f016 > > Author: Jose Pedro Magalhaes > > Date: Fri Apr 29 16:02:45 2011 +0200 > > > >

Re: [commit: ghc] ghc-generics: First go at making Representable0 just a standard derivable class. (1cf00bf)

2011-04-29 Thread Thomas Schilling
2011/4/29 José Pedro Magalhães : > commit 1cf00bfef1c35b89c21d1eaa9f6be7354a40f016 > Author: Jose Pedro Magalhaes > Date:   Fri Apr 29 16:02:45 2011 +0200 > >    First go at making Representable0 just a standard derivable class. > >    Not yet complete; attaching deriving statements to datatypes

[commit: ghc] ghc-generics: First go at making Representable0 just a standard derivable class. (1cf00bf)

2011-04-29 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/1cf00bfef1c35b89c21d1eaa9f6be7354a40f016 >--- commit 1cf00bfef1c35b89c21d1eaa9f6be7354a40f016 Author: J

[commit: ghc] ghc-generics: Remove some debug info left lying around. (91b9cdf)

2011-04-29 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/91b9cdf8c6104ed3ebdbcc17aaee68b352f13882 >--- commit 91b9cdf8c6104ed3ebdbcc17aaee68b352f13882 Author: J

[commit: ghc] ghc-generics: Add a selector to DerivDecl. (bdaefd5)

2011-04-29 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/bdaefd5ed3770997238e36d967480c5d764fe12f >--- commit bdaefd5ed3770997238e36d967480c5d764fe12f Author: J

[commit: ghc] ghc-generics: Add DeriveRepresentable flag. (bff6e51)

2011-04-29 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/bff6e51547302a9a584921cca3b7aec31d2913cc >--- commit bff6e51547302a9a584921cca3b7aec31d2913cc Author: J

[commit: ghc] ghc-generics: Generate Par0 when appropriate. (6a8dd92)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6a8dd921d8b27fe5c29ea6a50a6ee00fdc8f1ab2 >--- commit 6a8dd921d8b27fe5c29ea6a50a6ee00fdc8f1ab2 Author: J

[commit: ghc] ghc-generics: More code cleanup and removing old generics stuff. (51d2130)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/51d213078f6aa31c0a6cca340cdb5b6206da658a >--- commit 51d213078f6aa31c0a6cca340cdb5b6206da658a Author: J

[commit: ghc] ghc-generics: Remove a lot of stuff from the old generic mechanism. (db46cd4)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/db46cd4ec47fabf392bad95cfb040fac468ddfcd >--- commit db46cd4ec47fabf392bad95cfb040fac468ddfcd Author: J

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

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/c88891b513fdfb62d77265f98b06c934ae4a3023 >--- commit c88891b513fdfb62d77265f98b06c934ae4a3023 Merge: ff84

[commit: ghc] ghc-generics: A few comments and whitespace changes. (ff843f7)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/ff843f76541ab39ed30c050ae41c7c07c8980d3a >--- commit ff843f76541ab39ed30c050ae41c7c07c8980d3a Author: J

  1   2   >