summaryrefslogtreecommitdiff
path: root/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment')
-rw-r--r--doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment
new file mode 100644
index 000000000..29c124845
--- /dev/null
+++ b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_2_85c2ca68a4611e684c147fc005470fab._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-11-14T19:29:21Z"
+ content="""
+Messages.Progress.metered is what looks at the keySize, and when it's
+not known, displays no meter. So it would need an additional Maybe FilePath
+that's the file being uploaded, to look at when the keySize is not known.
+
+That does not seem too hard a change to make; I'm not convinced the extra
+complexity is worth it, since this would only add progress for uploads,
+and not for downloads.
+
+There is something to be said for consistency;
+and if some transfers of a key have progress and others do not,
+it seems the user might get confused, while if nothing does, the user
+can conclude that git-annex is not able to provide progress for a key
+that does not contain a size, and if they don't like that, avoid
+things that generate such keys.
+"""]]