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
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
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
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
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
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
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
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
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.
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
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
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
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
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).
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
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
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
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 +++-
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/
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
64 matches
Mail list logo