[commit: ghc] master: Remove accidentally added T10359 blob (a703fbc)

git at git.haskell.org git at git.haskell.org
Sun Nov 22 08:14:16 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a703fbce20969e6f02e74fee76c0a9e22b513426/ghc

>---------------------------------------------------------------

commit a703fbce20969e6f02e74fee76c0a9e22b513426
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 22 09:09:06 2015 +0100

    Remove accidentally added T10359 blob
    
    This sneaked in via 2325bd4e0fad0e5872556c5a78d1a6a1873e7201 / D1468 / #4012
    
    This is frustrating... we've added a useless 2.4MiB binary blob to our
    Git history which wastes *everyones* bandwidth for eternity
    (unless we truncate or rewrite history).
    
    We should add lint-checks and/or a pre-receive commit hook test to prevent
    this in future.


>---------------------------------------------------------------

a703fbce20969e6f02e74fee76c0a9e22b513426
 testsuite/.gitignore                   |   1 +
 testsuite/tests/perf/should_run/T10359 | Bin 2506523 -> 0 bytes
 2 files changed, 1 insertion(+)

diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index c2892e6..b126e32 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -1219,6 +1219,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk
 /tests/perf/should_run/T876
 /tests/perf/should_run/T9203
 /tests/perf/should_run/T9339
+/tests/perf/should_run/T10359
 /tests/perf/should_run/lazy-bs-alloc
 /tests/perf/should_run/lazy-bs-alloc.stats
 /tests/perf/should_run/speed.f32
diff --git a/testsuite/tests/perf/should_run/T10359 b/testsuite/tests/perf/should_run/T10359
deleted file mode 100755
index 4968e1b..0000000
Binary files a/testsuite/tests/perf/should_run/T10359 and /dev/null differ



More information about the ghc-commits mailing list