]> Sergey Matveev's repositories - public-inbox.git/commit
git: fatalize async callback errors by default
authorEric Wong <e@80x24.org>
Fri, 8 Oct 2021 10:20:04 +0000 (10:20 +0000)
committerEric Wong <e@80x24.org>
Fri, 8 Oct 2021 21:23:30 +0000 (21:23 +0000)
commitdd5a4f6497d4a5d94f61186a85516a56d7db8c29
tree8f9056fd18bb8ffcc5e601699bbb5495fecc8c6a
parentb2c5c71a014b6acc897b12c75ae9fc13476a5b3f
git: fatalize async callback errors by default

This should help us catch BUG: errors (and then some) in
-extindex and other read-write code paths.  Only read-only
daemons should warn on async callback failures, since those
aren't capable of causing data loss.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/Git.pm
t/git.t