aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:08:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-29 13:08:12 -0400
commit5a6ca3a66b1d7cc87ff544cb713f07133da36ca0 (patch)
tree3fb08194f71d72ff7b07143568211c820f9114fd /doc
parent0539e31a498539a7b7ca7f21764f595113ea9b1f (diff)
followup
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Unable_to_parallel_fsck/comment_2_0735b87747e1f56f381ed0a1b25bdffa._comment14
1 files changed, 14 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.
+"""]]