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

2008-04-07 Thread Neil Mitchell
Hi > This was actually me. Maybe I should get an account of my own on > darcs.haskell.org... Probably! Was a little shocked to see me committing to GHC without realising. More importantly, you seem to keep getting emails at neil-darcs.haskell.org, which end up in my inbox, and not yours. Thank

patch applied (testsuite): update output

2008-04-07 Thread Simon Marlow
Mon Apr 7 15:40:36 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update output A ./tests/ghc-regress/ghci.debugger/scripts/break019.stderr R ./tests/ghc-regress/ghci.debugger/scripts/break019.stdout View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080407224036-8214

patch applied (ghc): FIX BUILD on non-x86: add missing prototypes

2008-04-07 Thread Simon Marlow
Mon Apr 7 14:37:48 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD on non-x86: add missing prototypes M ./includes/StgMiscClosures.h +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080407213748-760e2-c927136f570ef1567aef8c52ee1f3ccee3506632.gz __

patch applied (ghc): update a comment

2008-04-07 Thread Simon Marlow
Mon Apr 7 14:24:37 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update a comment M ./includes/Cmm.h -12 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080407212437-760e2-6467ad96cced9e0d206e8ce5ae7a473e188ab861.gz ___ Cvs-gh

patch applied (ghc): remove dead code

2008-04-07 Thread Simon Marlow
Thu Apr 3 15:34:22 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * remove dead code M ./gmp/Makefile -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080403223422-760e2-3359e1eb5ed6357d58d4c185f296f8d529328108.gz ___ Cvs-ghc mail

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/patches/20080407222006-90c7a- 5e12ae7a5d1e136e4eb73b36190e47

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

2008-04-07 Thread Neil Mitchell
Mon Apr 7 15:20:06 PDT 2008 Samuel Bronson <[EMAIL PROTECTED]> * Replace one occurance of CVS with darcs in HACKING M ./HACKING -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080407222006-90c7a-5e12ae7a5d1e136e4eb73b36190e47553d1bd54b.gz __

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 passed, contrary to the comments for > > UN

Re: patch applied (ghc): Do not #include external header files when compiling via C

2008-04-07 Thread Simon Marlow
Ian Lynagh wrote: On Thu, Apr 03, 2008 at 09:41:58AM -0700, Simon Marlow wrote: Tue Apr 1 22:14:12 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Do not #include external header files when compiling via C This patch breaks validate for me: ../compiler/ghc-inplace -Werror -H64m -Onot -fasm -o

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

2008-04-07 Thread Simon Marlow
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 passed, contrary to the comments for UNTAG and GETTAG in Cmm.h. So I untag them. *sigh*. Sorry about

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

2008-04-07 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 Mon Apr 7 18:10:01 BST 2008. checkin

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

2008-04-07 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 Mon Apr 7 18:00:01 BST 2008. checking out

FW: unix break

2008-04-07 Thread Simon Peyton-Jones
Nota bene! -Original Message- From: Ian Lynagh [mailto:[EMAIL PROTECTED] Sent: 07 April 2008 10:40 To: Simon Peyton-Jones Subject: Re: unix break Hi Simon, On Mon, Apr 07, 2008 at 10:27:38AM +0100, Simon Peyton-Jones wrote: > > But this unix breakage is consistent. Any ideas? Oh, I'd f

patch applied (ghc): Remove GADT refinements, part 5

2008-04-07 Thread chak
Mon Apr 7 00:07:28 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove GADT refinements, part 5 - TcGadt RIP - The non-side effecting unification code is now in types/Unify.lhs along with the refinement code needed for GADT record selectors. M ./compiler/basicTypes/MkId.lh

patch applied (ghc): Remove GADT refinements, part 4

2008-04-07 Thread chak
Sun Mar 2 22:33:47 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Remove GADT refinements, part 4 - MkId.mkRecordSelId only used a special case of refineGadt, which doesn't need full unification. That special case is now implemented as TcGadt.matchRefine and TcGadt.refineGadt

Daily report for stable

2008-04-07 Thread BuildBot Collator
Build results: Dropping unexpected test passes reports from builders not seen in 7 days: tnaur PPC OSX stable Old unexpected test passes: TH_scope 3 gabor stable Dropping unexpected test failures reports from builders not seen in 7 days: tnaur PPC OSX stable Fixed unexpected te

Daily report for head

2008-04-07 Thread BuildBot Collator
Build results: Old unexpected test passes: stableptr003 4 gabor head Old unexpected test failures: 20471 tnaur PPC OSX head 2 21221 x86 Windows head fast GMapAssoc 1 tnaur PPC OSX head 2 andy_cherry 1 tnaur PPC OSX head