comment
This commit is contained in:
parent
6661eeda96
commit
cd49565b71
2 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 9"""
|
||||
date="2020-08-10T17:26:13Z"
|
||||
content="""
|
||||
I'm a bit surprised that the AsyncCancelled exception gets displayed.
|
||||
|
||||
Something in git-annex must be catching that, and displaying it. The
|
||||
"git-annex:" says it's displayed with topLevelWarning, and the only thing
|
||||
that calls that to display an exception is accountCommandAction, but that uses
|
||||
tryNonAsync so it's supposed to not catch async exceptions like this one.
|
||||
|
||||
(Also why would canceling a worker thread throw an exception all the way
|
||||
out to accountCommandAction? And if it did, the overall command would then
|
||||
fail.)
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2020-08-10T17:49:34Z"
|
||||
content="""
|
||||
Only dotfiles are considered small by default, and there are good reasons
|
||||
to do so, which are well outside the scope of this bug report.
|
||||
|
||||
If you have any other small files, it's because you've added them to git
|
||||
and not to git-annex in some way, by setting annex.largefiles or using
|
||||
command line options or whatever.
|
||||
"""]]
|
Loading…
Reference in a new issue