Re: Fixing #5360 and broken validate

2011-08-01 Thread Simon Marlow
On 01/08/2011 12:52, Manuel M T Chakravarty wrote: Simon Peyton-Jones: | As pushing patches that do not validate seems to be all the rage at the moment, I | push my fixes to #5360 although I cannot complete validate due to the appended | *unrelated* breakage. Yes, apologies for the origina

Re: Fixing #5360 and broken validate

2011-08-01 Thread Manuel M T Chakravarty
Simon Peyton-Jones: > | As pushing patches that do not validate seems to be all the rage at the > moment, I > | push my fixes to #5360 although I cannot complete validate due to the > appended > | *unrelated* breakage. > > Yes, apologies for the original breakage which was my fault. It was a

RE: Fixing #5360 and broken validate

2011-08-01 Thread Simon Peyton-Jones
| As pushing patches that do not validate seems to be all the rage at the moment, I | push my fixes to #5360 although I cannot complete validate due to the appended | *unrelated* breakage. Yes, apologies for the original breakage which was my fault. It was a Friday afternoon glitch. Simon

Fixing #5360 and broken validate

2011-07-31 Thread Manuel M T Chakravarty
As pushing patches that do not validate seems to be all the rage at the moment, I push my fixes to #5360 although I cannot complete validate due to the appended *unrelated* breakage. (To be clear, I think, my commits are fine, but I cannot test that at the moment due to the unrelated problems w

Re: Remove of method sharing has broken validate

2011-07-06 Thread Ian Lynagh
Hi Max, On Wed, Jul 06, 2011 at 10:22:19AM +0100, Max Bolingbroke wrote: > > Your recent merge commit bb43ee6aa9953bf09c463c545bd268cb7de6c727 > removed method sharing and broke validation: Ah, sorry, the "don't push patches that aren't in upstream" pre-receive hooks didn't handle pushing to st

Remove of method sharing has broken validate

2011-07-06 Thread Max Bolingbroke
Hi Ian, Your recent merge commit bb43ee6aa9953bf09c463c545bd268cb7de6c727 removed method sharing and broke validation: """ "inplace/bin/ghc-stage1" -M -dep-makefile libraries/bytestring/dist-install/build/.depend-v-dyn.haskell.tmp -dep-suffix dyn -include-pkg-deps -H32m -O -Wall -Werror -H64m -O0

Re: Broken validate

2009-03-24 Thread Simon Marlow
Manuel M T Chakravarty wrote: These two patches in utils/hsc2hs/ Tue Mar 24 03:42:48 EST 2009 Simon Marlow * new GHC build system: update for new location of template-hsc.h Tue Mar 24 02:20:28 EST 2009 Simon Marlow * new GHC build system: clean up break validate (on OS X, but I think t

Broken validate

2009-03-23 Thread Manuel M T Chakravarty
These two patches in utils/hsc2hs/ Tue Mar 24 03:42:48 EST 2009 Simon Marlow * new GHC build system: update for new location of template-hsc.h Tue Mar 24 02:20:28 EST 2009 Simon Marlow * new GHC build system: clean up break validate (on OS X, but I think that's not platform-dependent);