From 1f6cfecc972b121fa42ea80383183bbaccc2195a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 May 2014 15:23:05 -0400 Subject: remove old closed bugs and todo items to speed up wiki updates and reduce size Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done --- ...ent_1_20a6fe046111e9ae56fd4d9c9f41f536._comment | 8 ---- ...ent_2_6fdc5f8b07908c6eda8a97690408f44e._comment | 45 --------------------- ...ent_3_014474a133c7ff0131029d8721afc710._comment | 46 ---------------------- ...ent_4_9c537e251dc99667fe87870804d802c2._comment | 10 ----- 4 files changed, 109 deletions(-) delete mode 100644 doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_1_20a6fe046111e9ae56fd4d9c9f41f536._comment delete mode 100644 doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_2_6fdc5f8b07908c6eda8a97690408f44e._comment delete mode 100644 doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_3_014474a133c7ff0131029d8721afc710._comment delete mode 100644 doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_4_9c537e251dc99667fe87870804d802c2._comment (limited to 'doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform') diff --git a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_1_20a6fe046111e9ae56fd4d9c9f41f536._comment b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_1_20a6fe046111e9ae56fd4d9c9f41f536._comment deleted file mode 100644 index cff4254c9..000000000 --- a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_1_20a6fe046111e9ae56fd4d9c9f41f536._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - ip="4.153.8.117" - subject="comment 1" - date="2012-12-10T19:18:59Z" - content=""" -Test.HUnit.Tools is part of testpack: -"""]] diff --git a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_2_6fdc5f8b07908c6eda8a97690408f44e._comment b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_2_6fdc5f8b07908c6eda8a97690408f44e._comment deleted file mode 100644 index a8ed998cd..000000000 --- a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_2_6fdc5f8b07908c6eda8a97690408f44e._comment +++ /dev/null @@ -1,45 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" - nickname="Jimmy" - subject="comment 2" - date="2012-12-11T08:29:07Z" - content=""" -yea its a problem with testpack rather than git-annex's test suite, - -
-[jtang@laplace git-annex (master)]$ cabal install testpack
-Resolving dependencies...
-Configuring testpack-2.1.2...
-Building testpack-2.1.2...
-Preprocessing library testpack-2.1.2...
-[1 of 3] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )
-[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, dist/build/Test/QuickCheck/Tools.o )
-
-src/Test/QuickCheck/Tools.hs:33:9:
-    Warning: Fields of `MkResult' not initialised: abort
-    In the expression:
-      MkResult
-        {ok = Just (expected == actual), expect = True,
-         interrupted = False,
-         reason = \"Result: expected \"
-                  ++ show expected ++ \", got \" ++ show actual,
-         stamp = [], callbacks = []}
-    In an equation for `@=?':
-        expected @=? actual
-          = MkResult
-              {ok = Just (expected == actual), expect = True,
-               interrupted = False,
-               reason = \"Result: expected \"
-                        ++ show expected ++ \", got \" ++ show actual,
-               stamp = [], callbacks = []}
-[3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs, dist/build/Test/HUnit/Tools.o )
-
-src/Test/HUnit/Tools.hs:131:57:
-    `maxDiscard' is not a (visible) constructor field name
-
-src/Test/HUnit/Tools.hs:177:40: Not in scope: `maxDiscard'
-cabal: Error: some packages failed to install:
-testpack-2.1.2 failed during the building phase. The exception was:
-ExitFailure 1
-
-"""]] diff --git a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_3_014474a133c7ff0131029d8721afc710._comment b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_3_014474a133c7ff0131029d8721afc710._comment deleted file mode 100644 index 58bbbd91f..000000000 --- a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_3_014474a133c7ff0131029d8721afc710._comment +++ /dev/null @@ -1,46 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM" - nickname="Karsten" - subject="Testpack install fails on ubuntu 12.04" - date="2013-02-28T10:42:36Z" - content=""" -The current release (git-annex-4.20130227, via cabal) fails to install because testpack-2.1.2 fails to install: - - karsten@vdr1:~$ cabal install --bindir $HOME/bin git-annex - Resolving dependencies... - Configuring testpack-2.1.2... - Building testpack-2.1.2... - Preprocessing library testpack-2.1.2... - [1 of 3] Compiling Test.QuickCheck.Instances ( src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o ) - [2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs, dist/build/Test/QuickCheck/Tools.o ) - - src/Test/QuickCheck/Tools.hs:33:9: - Warning: Fields of `MkResult' not initialised: abort - In the expression: - MkResult - {ok = Just (expected == actual), expect = True, - interrupted = False, - reason = \"Result: expected \" - ++ show expected ++ \", got \" ++ show actual, - stamp = [], callbacks = []} - In an equation for `@=?': - expected @=? actual - = MkResult - {ok = Just (expected == actual), expect = True, - interrupted = False, - reason = \"Result: expected \" - ++ show expected ++ \", got \" ++ show actual, - stamp = [], callbacks = []} - [3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs, dist/build/Test/HUnit/Tools.o ) - - src/Test/HUnit/Tools.hs:131:57: - `maxDiscard' is not a (visible) constructor field name - - src/Test/HUnit/Tools.hs:177:40: Not in scope: `maxDiscard' - cabal: Error: some packages failed to install: - git-annex-4.20130227 depends on testpack-2.1.2 which failed to install. - testpack-2.1.2 failed during the building phase. The exception was: - ExitFailure 1 - -Manually installing testpack gives Version testpack-2.1.2.1 which installs correctly. Maybe the dependencies should be updated? -"""]] diff --git a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_4_9c537e251dc99667fe87870804d802c2._comment b/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_4_9c537e251dc99667fe87870804d802c2._comment deleted file mode 100644 index 0a122efaf..000000000 --- a/doc/bugs/tests_failed_to_build_-_after_an_update_of_haskell_platform/comment_4_9c537e251dc99667fe87870804d802c2._comment +++ /dev/null @@ -1,10 +0,0 @@ -[[!comment format=mdwn - username="http://joeyh.name/" - nickname="joey" - subject="comment 4" - date="2013-02-28T19:40:11Z" - content=""" -This is a closed bug from 2 months ago, it's the wrong place to report current problems. - -Anyway, I made changes in git last night to avoid using testpack, so breakage with it is no longer a concern. -"""]] -- cgit v1.2.3