aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Unable_to_parallel_fsck/comment_2_0735b87747e1f56f381ed0a1b25bdffa._comment14
-rw-r--r--doc/bugs/cannot_remove___96__.t__96___directory/comment_1_98e0522782acbe51fcc274a974e3e346._comment12
-rw-r--r--doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn2
-rw-r--r--doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment10
4 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/Unable_to_parallel_fsck/comment_2_0735b87747e1f56f381ed0a1b25bdffa._comment b/doc/bugs/Unable_to_parallel_fsck/comment_2_0735b87747e1f56f381ed0a1b25bdffa._comment
new file mode 100644
index 000000000..3961c9208
--- /dev/null
+++ b/doc/bugs/Unable_to_parallel_fsck/comment_2_0735b87747e1f56f381ed0a1b25bdffa._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-01-29T17:05:34Z"
+ content="""
+I finished the use-bytestring branch, but that turns out not to work; once
+the FilePath is converted to a ByteString, all the specially encoded
+characters don't get decoded back properly, and so the result is a bunch of
+�����.
+
+I think that for this to work, System.Console.Regions would need to use
+String exclusively, and probably System.Console.Concurrent would too. Which
+would probably slow it down and complicate it significantly.
+"""]]
diff --git a/doc/bugs/cannot_remove___96__.t__96___directory/comment_1_98e0522782acbe51fcc274a974e3e346._comment b/doc/bugs/cannot_remove___96__.t__96___directory/comment_1_98e0522782acbe51fcc274a974e3e346._comment
new file mode 100644
index 000000000..6ef5bd471
--- /dev/null
+++ b/doc/bugs/cannot_remove___96__.t__96___directory/comment_1_98e0522782acbe51fcc274a974e3e346._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-29T17:20:38Z"
+ content="""
+`chmod -R u+w` will let you delete the directory.
+
+`git-annex test` normally takes care of removing the directory for you.
+Only because it crashed did it not in this case. It would be helpful if you
+could show the actual result of running it, including the real error
+message. Perhaps there's something that could be improved.
+"""]]
diff --git a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
index 5f3d0a6b1..265005c9e 100644
--- a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
+++ b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
@@ -37,3 +37,5 @@ SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat
I guess I will just skip all lines starting with ( for now but thought to let you know about such changed behavior which might complicate pipelining etc
[[!meta author=yoh]]
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment
new file mode 100644
index 000000000..054c6919c
--- /dev/null
+++ b/doc/bugs/lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout/comment_1_740035f35d149f453e66c3ed03d525b5._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-29T17:16:57Z"
+ content="""
+Argh, that was a dumb mistake. I've fixed this in git.
+
+A better workaround would be to use --quiet which will silence all messages
+except the main command output.
+"""]]