aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 12:55:42 -0400
commit0dfc1d4e6eb37aadaba47a210539b2438fba97f5 (patch)
treee0beee12909c581f06829060a93a72d6686ca730 /doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
parentbd2a9fb40ef0bbe812e8ea375a5caabd6e628ef2 (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 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --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=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
Diffstat (limited to 'doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn')
-rw-r--r--doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn b/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
deleted file mode 100644
index 161221e47..000000000
--- a/doc/bugs/Failed_to_compile_with_shakespeare_2.0.12.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
-
- [365 of 557] Compiling Assistant.WebApp.Form ( Assistant/WebApp/Form.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Form.o )
-
- Assistant/WebApp/Form.hs:61:60: error:
- * Exception when trying to run compile-time code:
- "
- <a .btn .btn-default data-toggle="collapse" data-target="##{ident}">#{toggle}</a>
- <div ##{ident} .collapse>
- ^{note}
- " (line 2, column 45):
- unexpected "d"
- expecting ">"
- CallStack (from HasCallStack):
- error, called at ./Text/Hamlet.hs:421:21 in shakespeare-2.0.12-4ppL9xZ9sKD6RsPGnrhiq:Text.Hamlet
- Code: Language.Haskell.TH.Quote.quoteExp
- whamlet
- "\n\
- \<a .btn .btn-default data-toggle=\"collapse\" data-target=\"##{ident}\">#{toggle}</a>\n\
- \<div ##{ident} .collapse>\n\
- \ ^{note}\n"
- * In the quasi-quotation:
- [whamlet|
- <a .btn .btn-default data-toggle="collapse" data-target="##{ident}">#{toggle}</a>
- <div ##{ident} .collapse>
- ^{note}
- |]
-
-[[done]]