From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DD0411F670 for ; Wed, 13 Oct 2021 07:00:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] warnings and such Date: Wed, 13 Oct 2021 07:00:33 +0000 Message-Id: <20211013070038.6414-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Patches 1-4/5 are all things which will probably make more fsck-type things nicer across different CLI tools. 5/5 was something I noticed while working on 2a3c8d7a2c40 (daemon: unconditionally close Xapian shards on cleanup, 2021-10-12) Eric Wong (5): extindex: show OID on bad blob failure lei: use standard warn() in more places treewide: use warn() or carp() instead of env->{psgi.errors} extindex: set {current_info} in eidxq processing www: preload: load ExtSearch via ->ALL lib/PublicInbox/ExtSearchIdx.pm | 9 +++--- lib/PublicInbox/Fetch.pm | 2 +- lib/PublicInbox/GitHTTPBackend.pm | 39 ++++++-------------------- lib/PublicInbox/GzipFilter.pm | 3 +- lib/PublicInbox/HTTP.pm | 16 ++++------- lib/PublicInbox/LEI.pm | 18 ++++++++---- lib/PublicInbox/LeiBlob.pm | 3 +- lib/PublicInbox/LeiConvert.pm | 2 +- lib/PublicInbox/LeiForgetExternal.pm | 5 ++-- lib/PublicInbox/LeiImport.pm | 7 ++--- lib/PublicInbox/LeiImportKw.pm | 2 +- lib/PublicInbox/LeiInput.pm | 4 +-- lib/PublicInbox/LeiMailSync.pm | 4 +-- lib/PublicInbox/LeiMirror.pm | 8 +++--- lib/PublicInbox/LeiP2q.pm | 2 +- lib/PublicInbox/LeiRediff.pm | 3 +- lib/PublicInbox/LeiRemote.pm | 2 +- lib/PublicInbox/LeiViewText.pm | 2 +- lib/PublicInbox/LeiXSearch.pm | 42 +++++++++++++++------------- lib/PublicInbox/Qspawn.pm | 13 +++------ lib/PublicInbox/SearchView.pm | 7 ++--- lib/PublicInbox/Unsubscribe.pm | 5 +--- lib/PublicInbox/ViewVCS.pm | 6 ++-- lib/PublicInbox/WWW.pm | 1 + lib/PublicInbox/WwwAltId.pm | 3 +- lib/PublicInbox/WwwHighlight.pm | 2 +- 26 files changed, 89 insertions(+), 121 deletions(-)