]> Sergey Matveev's repositories - public-inbox.git/commit
lei: more eval guards for die on failure
authorEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:00:58 +0000 (01:00 +0000)
committerEric Wong <e@80x24.org>
Sat, 16 Oct 2021 01:42:52 +0000 (01:42 +0000)
commit7893b78fd691ef1e9b503e44174ff53278b02554
tree2137c1210e761c156d987c94053989c905e2c5da
parent13e60633b0a4fd31f224bf172c976e8d921ec609
lei: more eval guards for die on failure

Relying on $lei->fail is unsustainable since there'll always
be parts of our code and dependencies which can trigger die()
and break the event loop.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiLcat.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiXSearch.pm