[commit: ghc] new-typeable: More cleaning up (65be510)

2012-11-23 Thread José Pedro Magalhães
ose Pedro Magalhaes Date: Wed Oct 3 13:53:03 2012 +0100 More cleaning up >--- compiler/hsSyn/HsExpr.lhs-boot | 17 - compiler/hsSyn/HsPat.lhs-boot |8 ++-- compiler/typecheck/TcDeriv.lhs

[commit: ghc] master: Cleaning up the extractUnsolved story. (a04583a)

2012-07-19 Thread dimitris
ios Vytiniotis Date: Thu Jul 19 14:32:15 2012 +0200 Cleaning up the extractUnsolved story. compiler/typecheck/TcSMonad.lhs | 155 ++-- compiler/typecheck/TcSimplify.lhs | 41 +++--- 2 files changed, 107 insertions(+), 89 deletions(-) Diff suppres

[commit: testsuite] master: Don't try to run ghc-config when cleaning (4c908e8)

2012-05-01 Thread Simon Marlow
mon Marlow Date: Mon Jan 16 13:16:33 2012 + Don't try to run ghc-config when cleaning >--- mk/boilerplate.mk |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mk/boilerplate.mk b/mk/boilerpla

[commit: ghc] master: Cleaning of HscStats (3ac28c0)

2012-03-23 Thread David Terei
rei Date: Fri Mar 23 10:02:22 2012 -0700 Cleaning of HscStats compiler/main/{HscStats.lhs => HscStats.hs} | 133 +++--- 1 files changed, 56 insertions(+), 77 deletions(-) Diff suppressed because of size. To see it, use: gi

Re: [commit: ghc] master: Code cleaning (9e238da)

2012-01-26 Thread David Terei
On 26 January 2012 08:20, Simon Marlow wrote: > On 26/01/2012 09:50, David Terei wrote: > >> -When the UnlinkedBCOExpr is linked you get an HValue of type >> -        IO [HValue] >> -When you run it you get a list of HValues that should be >> -the same length as the list of names; add them to the

Re: [commit: ghc] master: Code cleaning (9e238da)

2012-01-26 Thread Simon Marlow
On 26/01/2012 09:50, David Terei wrote: -When the UnlinkedBCOExpr is linked you get an HValue of type -IO [HValue] -When you run it you get a list of HValues that should be -the same length as the list of names; add them to the ClosureEnv. +When the UnlinkedBCOExpr is linked you get an H

[commit: ghc] master: Code cleaning (9e238da)

2012-01-26 Thread David Terei
rei Date: Wed Jan 25 23:49:54 2012 -0800 Code cleaning >--- compiler/main/HscMain.hs | 47 +++- compiler/typecheck/TcRnDriver.lhs |2 - 2 files changed, 15 insertions(+), 34 del

[commit: ghc] master: Fix cleaning buildinfo files (ce545f0)

2012-01-11 Thread Ian Lynagh
agh Date: Wed Jan 11 15:50:02 2012 + Fix cleaning buildinfo files We were applying $(wildcard ...) to the literal string libraries/%/*.buildinfo, which of course had no matches. >--- ghc.mk |2 +- 1 files chan

[commit: ghc] master: Tabs -> Spaces + cleaning (3475561)

2011-11-22 Thread David Terei
rei Date: Fri Nov 18 15:44:14 2011 -0800 Tabs -> Spaces + cleaning >--- compiler/ghci/ByteCodeItbls.lhs | 14 -- compiler/main/DriverPhases.hs | 18 +- compiler/main/DriverPipeline.

[commit: testsuite] master: cleaning of testsuite (c03e812)

2011-11-15 Thread David Terei
vid Terei Date: Tue Nov 15 00:40:44 2011 -0800 cleaning of testsuite >--- Makefile |1 - config/ghc |2 + config/hugs | 21 --- driver/runtests.py

[commit: ghc] master: Some code cleaning (45580e3)

2011-11-08 Thread David Terei
rei Date: Tue Nov 8 17:49:20 2011 -0800 Some code cleaning compiler/rename/RnNames.lhs | 123 ++ compiler/utils/Maybes.lhs |2 +- 2 files changed, 54 insertions(+), 71 deletions(-) Diff suppressed because of size. To see it, use: git s

Re: Cleaning SafeHaskell tests

2011-10-12 Thread David Terei
Thanks, this should be fixed now. On 28 September 2011 04:36, Simon Peyton-Jones wrote: > I got this for a number of safe-haskell tests.  It usually means that not > enough cleaning has taken place -- ie out of date .hi files. > > > > Simon > > > > => Chec

Cleaning SafeHaskell tests

2011-09-28 Thread Simon Peyton-Jones
I got this for a number of safe-haskell tests. It usually means that not enough cleaning has taken place -- ie out of date .hi files. Simon => Check01(normal) 1395 of 3000 [0, 1, 0] cd ./safeHaskell/check && '/64playpen/simonpj/builds/HEAD-2/bindisttest/install dir/bin/ghc

Re: cleaning

2011-09-03 Thread Max Bolingbroke
On 2 September 2011 18:29, David Terei wrote: > Do you remember which test it was? I thought I got the cleaning right > but it was tricky so yes good chance I messed it up. It is definitely wrong. I've fixed it (I think) in my no-pred-ty branch of the testsuite (commit b4e233b45).

Re: cleaning

2011-09-02 Thread Ian Lynagh
On Fri, Sep 02, 2011 at 10:29:30AM -0700, David Terei wrote: > Do you remember which test it was? I thought I got the cleaning right > but it was tricky so yes good chance I messed it up. I'll extend the check-files-written testsuite driver code I've been working on to detec

cleaning

2011-09-02 Thread Simon Peyton-Jones
Ian, David I think something is wrong with cleaning in tests/safeHaskell. I changed the format of interface files. Then, I got seg-faults in safeHakell. I removed all the .hi files in safeHaskell, and the seg faults went away. missing rm *.hi? Simon

Re: cleaning

2011-09-02 Thread David Terei
Do you remember which test it was? I thought I got the cleaning right but it was tricky so yes good chance I messed it up. On 2 September 2011 09:28, Simon Peyton-Jones wrote: > Ian, David > > > > I think something is wrong with cleaning in tests/safeHaskell. > > I

[commit: testsuite] master: Add extra cleaning (07dd177)

2011-08-06 Thread Ian Lynagh
Ian Lynagh Date: Sat Aug 6 20:08:44 2011 +0100 Add extra cleaning >--- tests/dph/dotp/dph-dotp.T |4 +++- tests/dph/primespj/dph-primespj.T |4 +++- tests/dph/quickhull/dph-quickhull.T | 12 +++-

[commit: testsuite] master: Add more cleaning (78e071e)

2011-08-06 Thread Ian Lynagh
Ian Lynagh Date: Sat Aug 6 21:20:20 2011 +0100 Add more cleaning >--- tests/dph/sumnats/dph-sumnats.T |4 +++- tests/dph/words/dph-words.T |4 +++- tests/generics/GShow/test.T |3 ++- tests/generics/Uniplate/

[commit: testsuite] master: Rename files and fix cleaning for GEq1 (c6d6218)

2011-08-06 Thread Ian Lynagh
Ian Lynagh Date: Sat Aug 6 21:19:51 2011 +0100 Rename files and fix cleaning for GEq1 >--- tests/generics/GEq/{Main.hs => GEq1.hs} |2 +- tests/generics/GEq/{GEq.hs => GEq1A.hs} |2 +- tests/generic

[commit: ghc] ghc-7.2: Some general code cleaning in LLVM backend (1e10605)

2011-07-08 Thread Ian Lynagh
rei Date: Wed Jul 6 01:16:16 2011 -0700 Some general code cleaning in LLVM backend >--- compiler/llvmGen/LlvmCodeGen.hs | 33 +++ compiler/llvmGen/LlvmCodeGen/CodeGen.hs

[commit: ghc] master: Some general code cleaning in LLVM backend (5505fbb)

2011-07-06 Thread David Terei
rei Date: Wed Jul 6 01:16:16 2011 -0700 Some general code cleaning in LLVM backend >--- compiler/llvmGen/LlvmCodeGen.hs | 33 +++ compiler/llvmGen/LlvmCodeGen/CodeGen.hs

[commit: testsuite] master: Add some pre-test-cleaning to rn.prog006 (5120976)

2011-04-27 Thread Ian Lynagh
Ian Lynagh Date: Thu Apr 28 00:02:33 2011 +0100 Add some pre-test-cleaning to rn.prog006 >--- tests/ghc-regress/rename/prog006/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/ghc-regress/

patch applied (ghc): Tidy up gmp cleaning

2011-01-17 Thread Ian Lynagh
Mon Jan 17 04:11:55 PST 2011 Ian Lynagh * Tidy up gmp cleaning M ./ghc.mk -11 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110117121155-3fd76-699bacc8f57098876ceaa06563d778aa4992d0b7.gz

patch applied (ghc-7.0/ghc): Tweak the cleaning of inplace/; fixes trac #4320

2010-12-07 Thread Ian Lynagh
Sun Dec 5 13:20:48 PST 2010 Ian Lynagh * Tweak the cleaning of inplace/; fixes trac #4320 M ./configure.ac -1 +2 M ./ghc.mk -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101205212048-3fd76

patch applied (ghc): Tweak the cleaning of inplace/; fixes trac #4320

2010-12-07 Thread Ian Lynagh
Sun Dec 5 13:20:48 PST 2010 Ian Lynagh * Tweak the cleaning of inplace/; fixes trac #4320 M ./configure.ac -1 +2 M ./ghc.mk -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101205212048-3fd76

patch applied (ghc): Fix the DPH package cleaning/profiled mess even more (the build was broken)

2010-08-26 Thread Simon Marlow
Thu Aug 26 01:44:36 PDT 2010 Simon Marlow * Fix the DPH package cleaning/profiled mess even more (the build was broken) M ./ghc.mk -13 +17 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100826084436-12142

patch applied (ghc): Fix cleaning when GhcProfiled = YES

2010-08-19 Thread Ian Lynagh
Thu Aug 19 06:13:46 PDT 2010 Ian Lynagh * Fix cleaning when GhcProfiled = YES We need to include the DPH cleaning rules, even though we don't build DPH when GhcProfiled = YES. M ./ghc.mk -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitd

patch applied (ghc-6.12/ghc): Move some make variables around so they are available when cleaning

2010-05-18 Thread Ian Lynagh
Sat May 8 14:24:05 PDT 2010 Ian Lynagh * Move some make variables around so they are available when cleaning M ./mk/config.mk.in -9 M ./mk/tree.mk +15 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-6.12/ghc;a=darcs_commitdiff;h=20100508212405-3fd76

patch applied (ghc): Add tools to test that cleaning works properly

2010-05-08 Thread Ian Lynagh
Sat May 8 12:41:05 PDT 2010 Ian Lynagh * Add tools to test that cleaning works properly M ./ghc.mk +1 M ./mk/tree.mk -1 +1 A ./utils/testremove/ A ./utils/testremove/checkremove.hs A ./utils/testremove/ghc.mk A ./utils/testremove/wouldrm.hs View patch online: http

patch applied (ghc): Move some make variables around so they are available when cleaning

2010-05-08 Thread Ian Lynagh
Sat May 8 14:24:05 PDT 2010 Ian Lynagh * Move some make variables around so they are available when cleaning M ./mk/config.mk.in -9 M ./mk/tree.mk +15 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100508212405-3fd76

patch applied (ghc): Add a way to show what cleaning would be done, without actually doing it

2010-05-08 Thread Ian Lynagh
Sat May 8 05:24:38 PDT 2010 Ian Lynagh * Add a way to show what cleaning would be done, without actually doing it M ./mk/tree.mk +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100508122438-3fd76

patch applied (ghc-6.12/testsuite): fix cleaning in cabal03/cabal04

2010-01-16 Thread Ian Lynagh
Fri Jan 15 06:25:16 PST 2010 Simon Marlow * fix cleaning in cabal03/cabal04 M ./tests/ghc-regress/cabal/cabal03/Makefile -1 +2 M ./tests/ghc-regress/cabal/cabal04/Makefile +8 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20100115142516-12142

patch applied (testsuite): fix cleaning in cabal03/cabal04

2010-01-15 Thread Simon Marlow
Fri Jan 15 06:25:16 PST 2010 Simon Marlow * fix cleaning in cabal03/cabal04 M ./tests/ghc-regress/cabal/cabal03/Makefile -1 +2 M ./tests/ghc-regress/cabal/cabal04/Makefile +8 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100115142516-12142

patch applied (ghc-6.12/testsuite): Refactor the cleaning code

2009-12-19 Thread Ian Lynagh
Sat Dec 19 08:51:45 PST 2009 Ian Lynagh * Refactor the cleaning code M ./driver/testlib.py -31 +32 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091219165145-3fd76-591ee414816c31fe3b213da0fa04c33a882b90ff.gz

patch applied (ghc-6.12/testsuite): Fix cleaning annrun01

2009-12-19 Thread Ian Lynagh
Sat Dec 19 07:49:08 PST 2009 Ian Lynagh * Fix cleaning annrun01 M ./tests/ghc-regress/annotations/should_run/Makefile -6 +3 M ./tests/ghc-regress/annotations/should_run/all.T -5 +3 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091219154908-3fd76

patch applied (testsuite): Refactor the cleaning code

2009-12-19 Thread Ian Lynagh
Sat Dec 19 08:51:45 PST 2009 Ian Lynagh * Refactor the cleaning code M ./driver/testlib.py -31 +32 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091219165145-3fd76-591ee414816c31fe3b213da0fa04c33a882b90ff.gz ___ Cvs

patch applied (testsuite): Fix cleaning annrun01

2009-12-19 Thread Ian Lynagh
Sat Dec 19 07:49:08 PST 2009 Ian Lynagh * Fix cleaning annrun01 M ./tests/ghc-regress/annotations/should_run/Makefile -6 +3 M ./tests/ghc-regress/annotations/should_run/all.T -5 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091219154908-3fd76

patch applied (ghc-6.12/testsuite): Add some extra cleaning for driver033

2009-12-18 Thread Ian Lynagh
Sat Nov 28 14:31:56 PST 2009 Ian Lynagh * Add some extra cleaning for driver033 M ./tests/ghc-regress/driver/all.T -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/testsuite/_darcs/patches/20091128223156-3fd76-9076c11005e45c1015f35b54865e8ad840ff3a1f.gz

patch applied (ghc): Avoid a failing shell command when cleaning

2009-12-18 Thread Ian Lynagh
Fri Dec 18 12:11:46 PST 2009 Ian Lynagh * Avoid a failing shell command when cleaning It wasn't fatal, but better to avoid it anyway M ./compiler/ghc.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091218201146-3fd76-bdc69028279daf6ffdfcb2fa196d924df402ed

patch applied (testsuite): Add some extra cleaning for driver033

2009-11-29 Thread Ian Lynagh
Sat Nov 28 14:31:56 PST 2009 Ian Lynagh * Add some extra cleaning for driver033 M ./tests/ghc-regress/driver/all.T -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091128223156-3fd76-9076c11005e45c1015f35b54865e8ad840ff3a1f.gz

patch applied (ghc): Fix cleaning the integer package

2009-07-30 Thread Ian Lynagh
Thu Jul 30 07:31:29 PDT 2009 Ian Lynagh * Fix cleaning the integer package M ./ghc.mk +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090730143129-3fd76-90587987e69ca72e7134626404c407fbef2f92d0.gz ___ Cvs-ghc mailing list

patch applied (ghc): Fix cleaning with the new integer changes

2009-07-22 Thread Ian Lynagh
Wed Jul 22 07:25:45 PDT 2009 Ian Lynagh * Fix cleaning with the new integer changes M ./ghc.mk -1 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090722142545-3fd76-c9197f006508193dec1d1fca62f6d9b58c88b783.gz ___ Cvs-ghc

patch applied (ghc): fix cleaning of libraries (now 'make clean' in libraries/* works again)

2009-07-07 Thread Simon Marlow
Fri Jul 3 04:46:38 PDT 2009 Simon Marlow * fix cleaning of libraries (now 'make clean' in libraries/* works again) Ignore-this: b3af731d50ff5bfbd453f94aa40cb92c M ./ghc.mk -2 +11 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/2009070311

patch applied (ghc): eliminate "warning: overriding commnds..." from make when we're cleaning

2009-06-16 Thread Simon Marlow
Tue Jun 16 01:44:51 PDT 2009 Simon Marlow * eliminate "warning: overriding commnds..." from make when we're cleaning Ignore-this: 1ac620ad71d6e89313f544be1d94f6c3 M ./rules/build-perl.mk +3 M ./rules/build-prog.mk -1 +1 View patch online: http://darcs.haskell.org/ghc

patch applied (ghc): Remove library buildinfo files when cleaning

2009-06-12 Thread Ian Lynagh
Fri Jun 12 16:38:18 PDT 2009 Ian Lynagh * Remove library buildinfo files when cleaning M ./ghc.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090612233818-3fd76-57fb41350307e4e55ac831ea639a27c9673bc2bc.gz ___ Cvs-ghc

patch applied (ghc): Set CLEANING=YES for the clean_% targets

2009-05-20 Thread Ian Lynagh
Wed May 20 04:43:12 PDT 2009 Ian Lynagh * Set CLEANING=YES for the clean_% targets M ./Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090520114312-3fd76-9a5e1e7369f511a3b641fa1d82190d4e23fca5d3.gz ___ Cvs-ghc

patch applied (ghc): Move the fixed paths out of config.mk, so cleaning works without configuring

2009-05-16 Thread Ian Lynagh
Sat May 16 05:12:48 PDT 2009 Ian Lynagh * Move the fixed paths out of config.mk, so cleaning works without configuring M ./ghc.mk +2 M ./mk/config.mk.in -48 A ./mk/tree.mk M ./rules/build-prog.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090516121248

patch applied (ghc): Hide more make rules when cleaning

2009-05-16 Thread Ian Lynagh
Sat May 16 04:45:11 PDT 2009 Ian Lynagh * Hide more make rules when cleaning M ./rts/ghc.mk +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090516114511-3fd76-6bf3fe3b406c41f40ea012316b9339c0e81ffcb3.gz ___ Cvs-ghc mailing

patch applied (ghc): Disable suffix rules when cleaning

2009-05-16 Thread Ian Lynagh
Fri May 15 16:19:47 PDT 2009 Ian Lynagh * Disable suffix rules when cleaning M ./ghc.mk +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090515231947-3fd76-fee85cde1797a97f6b5b203c8c1631b0a1d1051d.gz ___ Cvs-ghc mailing list

patch applied (ghc): more cleaning

2009-04-28 Thread Simon Marlow
Tue Apr 28 01:49:19 PDT 2009 Simon Marlow * more cleaning Ignore-this: e41e0dcbef3d410ca5d6a2ff8e433cc8 M ./ghc.mk -2 +12 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090428084919-12142-f8f7c193f9e4073f35d60f7d0103906243ab7024.gz

patch applied (ghc): Fix cleaning and installing the libraries

2009-02-10 Thread Ian Lynagh
Tue Feb 10 14:55:38 PST 2009 Ian Lynagh * Fix cleaning and installing the libraries When cleaning or installing, we need to ignore what $stage is, and just clean/install all the libraries. M ./libraries/Makefile -2 +15 View patch online: http://darcs.haskell.org/ghc/_darcs/patches

patch applied (testsuite): Print out exceptions when cleaning tests

2008-10-01 Thread Ian Lynagh
Wed Oct 1 12:48:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Print out exceptions when cleaning tests M ./driver/testlib.py -3 +11 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20081001194813-3fd76-d2f637b0d88649abff26d8eed58868fce

patch applied (ghc): Be more forceful when cleaning in compiler/ and ghc/

2008-09-18 Thread Ian Lynagh
Thu Sep 18 06:44:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Be more forceful when cleaning in compiler/ and ghc/ Now that the Cabal file is generated by configure, it would be nice if clean worked even if the cabal file is missing. So now we just rm -rf the dist directory.

patch applied (ghc): Remove install-inplace directories when cleaning

2008-08-30 Thread Ian Lynagh
Thu Aug 28 15:17:01 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove install-inplace directories when cleaning M ./mk/cabal.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080828221701-3fd76-841393f34481c226728956b69945d2946b37b

patch applied (ghc): Only clean utils/pwd/pwd when distcleaning, not when cleaning

2008-08-15 Thread Ian Lynagh
Tue Aug 12 16:25:44 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Only clean utils/pwd/pwd when distcleaning, not when cleaning Otherwise "make clean" in utils leaves us without a pwd, and lots of bad things happen. M ./utils/pwd/Makefile -1 +1 View patch online: http://d

patch applied (ghc): Remove inplace-datadir when cleaning

2008-08-10 Thread Ian Lynagh
Sun Aug 10 07:41:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove inplace-datadir when cleaning M ./Makefile +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080810144118-3fd76-31b58d01c65d6cb146753b777dd1e3cb1d13e

patch applied (testsuite): Don't fail when cleaning if cabal-bin doesn't exist

2008-07-29 Thread Ian Lynagh
Tue Jul 29 13:17:57 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't fail when cleaning if cabal-bin doesn't exist M ./timeout/Makefile -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080729201757-3fd76-5ceb8fd0944fda2f6cbb943cc10

cleaning

2008-07-04 Thread Simon Peyton-Jones
If you do a 'darcs pull' then 'make distclean' then 'make' you may (just now) get errors of various kinds when 'make' reaches utils/ghc-pkg. Solution: cd compat; rm **/*.{hi,o} Reason: after you pull, make distclean doesn't clean droppings from previous incarnations of the build system. Simon

patch applied (ghc): Don't clean bootstrapping bits when cleaning libraries

2008-07-03 Thread Ian Lynagh
Thu Jul 3 08:46:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't clean bootstrapping bits when cleaning libraries M ./libraries/Makefile -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080703154647-3fd76-a476d4d5bf3b2a3536cb8faaae74bebe

patch applied (testsuite): More testsuite cleaning

2008-06-29 Thread Ian Lynagh
Fri Jun 27 13:32:50 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * More testsuite cleaning M ./tests/ghc-regress/ffi/should_run/all.T -3 +2 M ./tests/ghc-regress/ghci/prog001/prog001.T -2 +1 M ./tests/ghc-regress/ghci/prog009/ghci.prog009.T -1 +4 M ./tests/ghc-regress/ghci/s

patch applied (testsuite): Testsuite cleaning fixes

2008-06-29 Thread Ian Lynagh
Fri Jun 27 12:14:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Testsuite cleaning fixes M ./tests/ghc-regress/cabal/1750.stdout -1 +1 M ./tests/ghc-regress/cabal/Makefile -47 +55 M ./tests/ghc-regress/cabal/all.T -3 +18 M ./tests/ghc-regress/driver/1959/test.T -1 +4

patch applied (ghc): Better cleaning of spills in spill cleaner

2007-09-18 Thread Ben Lippmeier
Fri Sep 14 02:39:07 PDT 2007 [EMAIL PROTECTED] * Better cleaning of spills in spill cleaner Track what slots each basic block reloads from. When cleaning spill instructions we can use this information to decide whether the slot spilled to will ever be read from on this path. M

patch applied (ghc): Cleaning up Hpc.c; adding support for reflection into Hpc.

2007-06-26 Thread Andy Gill
Tue Jun 26 23:36:31 PDT 2007 [EMAIL PROTECTED] * Cleaning up Hpc.c; adding support for reflection into Hpc. M ./includes/RtsExternal.h -5 +12 M ./rts/Hpc.c -12 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman