Re: Recycling GHC repos

2009-12-15 Thread Samuel Bronson
On Mon, Dec 14, 2009 at 12:31 PM, Simon Peyton-Jones wrote: > OK, so can we nuke it?  Or who should we ask? Sure, fine, it's not that hard to recreate ... ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: Update the doc URL in the ghc/ghci --help messages to ...

2009-09-10 Thread Samuel Bronson
On Thu, Sep 10, 2009 at 4:53 AM, Simon Marlow wrote: > I already fixed http://www.haskell.org/ghc/documentation.html to redirect to > the documentation page, so we don't need this patch now. Thanks anyway Ah, okay. It didn't seem to be redirected when I wrote it :-).

darcs patch: includes/TSO.h: kill trailing whitespace

2009-07-22 Thread Samuel Bronson
Wed Jul 22 13:03:54 EDT 2009 Samuel Bronson * includes/TSO.h: kill trailing whitespace New patches: [includes/TSO.h: kill trailing whitespace Samuel Bronson **20090722170354 Ignore-this: 36d4afd1a21188d604ed6b432942dcdc ] { hunk ./includes/TSO.h 87 * storage manager, and won't be c

darcs patch: Say what StgTSOBlockInfo is for, where to read about it.

2009-07-22 Thread Samuel Bronson
Wed Jul 22 12:30:11 EDT 2009 Samuel Bronson * Say what StgTSOBlockInfo is for, where to read about it. New patches: [Say what StgTSOBlockInfo is for, where to read about it. Samuel Bronson **20090722163011 Ignore-this: 6c09e11f23594251cdc2db1bc642edc9 ] hunk ./includes/TSO.h 70

Re: [PATCH] Add StGIT support to ./sync-all

2008-08-22 Thread Samuel Bronson
On Thu, Aug 21, 2008 at 6:26 PM, Max Bolingbroke <[EMAIL PROTECTED]> wrote: > 2008/8/20 Samuel Bronson <[EMAIL PROTECTED]>: >> sync-all |7 +++ > > Thanks. > > I've added this change to the updated version of sync-all that has > been hanging ar

[PATCH] Add StGIT support to ./sync-all

2008-08-20 Thread Samuel Bronson
sync-all |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sync-all b/sync-all index 1f0bfec..27a1ee0 100755 --- a/sync-all +++ b/sync-all @@ -80,6 +80,7 @@ sub scmall { my $tag; my $remotepath; my $scm; +my $use_stgit; my $path; my $wd_b

Re: patch applied (ghc): Replace one occurance of CVS with darcs in HACKING

2008-04-07 Thread Samuel Bronson
Neil Mitchell gmail.com> writes: > Mon Apr 7 15:20:06 PDT 2008 Samuel Bronson gmail.com> > * Replace one occurance of CVS with darcs in HACKING > > M ./HACKING -1 +1 > > View patch online: > http://darcs.haskell.org/ghc/_darcs/p

Re: darcs patch: Implement #2191 (traceCcs# -- prints CCS of a value wh...

2008-04-07 Thread Samuel Bronson
On 4/7/08, Simon Marlow <[EMAIL PROTECTED]> wrote: > Samuel Bronson wrote: > > Sun Apr 6 09:47:55 EDT 2008 Samuel Bronson <[EMAIL PROTECTED]> > > * Implement #2191 (traceCcs# -- prints CCS of a value when available) > > Apparantly, tagged objects are pas