summaryrefslogtreecommitdiff
path: root/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676...
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:46:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:55:29 -0400
commitdbfc00e2a6ad99200da35f75f889174cd7bfd195 (patch)
tree9d8a9d1353ab10376183c1bda881fface04b6fcb /doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
parent41b7950285ef1e91b80c441c2be68a1ef4d0d27c (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
Diffstat (limited to 'doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn')
-rw-r--r--doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn b/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
deleted file mode 100644
index be6db378c..000000000
--- a/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-I only saw this just now, but the tests fail to link/build on OSX
-
-<pre>
-[181 of 181] Compiling Main ( git-annex.hs, tmp/Main.o )
-Linking git-annex ...
-+ make -q test
-+ '[' 1 = 1 ']'
-+ ../maxtime 1800 make test
-[175 of 175] Compiling Main ( test.hs, tmp/Main.o )
-test.hs:175:17:
-Not in scope: data constructor `Types.Backend.KeySource'
-test.hs:175:43:
-`Types.Backend.keyFilename' is not a (visible) constructor field name
-test.hs:175:76:
-`Types.Backend.contentLocation' is not a (visible) constructor field name
-** failed to build the test suite
-make: *** [test] Error 1
-+ exit 4
-</pre>
-
-this issue seems to got introduced at commit e0fdfb2e706da2cb1451193c658dc676b0530968
-
-> [[fixed|done]] --[[Joey]]