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 B3AFD1F5AE for ; Fri, 23 Jul 2021 10:56:12 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei rm-watch, some error handling stuff Date: Fri, 23 Jul 2021 10:56:09 +0000 Message-Id: <20210723105612.3883-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I'm considering making "tag-ro" the default watch state and introducing the idea of implicit watches for all "lei q" output directories. Eric Wong (3): t/lei*: check error messages on failures lei: avoid SQLite COUNT() for dedupe lei rm-watch: new command to support removing watches MANIFEST | 1 + lib/PublicInbox/LEI.pm | 4 +++- lib/PublicInbox/LeiDedupe.pm | 5 ++--- lib/PublicInbox/LeiInput.pm | 8 ++++++++ lib/PublicInbox/LeiRmWatch.pm | 31 +++++++++++++++++++++++++++++++ lib/PublicInbox/LeiSavedSearch.pm | 8 ++++---- lib/PublicInbox/LeiToMail.pm | 4 ++-- lib/PublicInbox/LeiXSearch.pm | 2 +- lib/PublicInbox/SharedKV.pm | 7 +++++++ t/lei-externals.t | 4 ++++ t/lei-import-http.t | 2 ++ t/lei-import-imap.t | 1 + t/lei-mirror.t | 7 ++++++- t/lei-p2q.t | 1 + t/lei-q-kw.t | 1 + t/lei-q-remote-import.t | 1 + t/lei-q-save.t | 4 ++++ t/lei-tag.t | 8 +++++++- t/lei-watch.t | 18 ++++++++++++++---- t/solver_git.t | 7 +++++++ 20 files changed, 107 insertions(+), 17 deletions(-) create mode 100644 lib/PublicInbox/LeiRmWatch.pm