From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B93D91F424 for ; Thu, 5 Apr 2018 09:34:12 +0000 (UTC) From: "Eric Wong (Contractor, The Linux Foundation)" To: meta@public-inbox.org Subject: [PATCH 0/7] v2 odds and ends Date: Thu, 5 Apr 2018 09:34:05 +0000 Message-Id: <20180405093412.22348-1-e@80x24.org> List-Id: Eric Wong (Contractor, The Linux Foundation) (7): v2writable: recount partitions after acquiring lock searchmsg: remove unused `tid' and `path' methods search: remove unnecessary OP_AND of query mbox: do not sort search results searchview: minor cleanup support altid mechanism for v2 compact: better handling of over.sqlite3* files MANIFEST | 1 + lib/PublicInbox/AltId.pm | 20 +++++- lib/PublicInbox/Filter/RubyLang.pm | 22 ++++-- lib/PublicInbox/Mbox.pm | 139 +++++++++++++++++++++---------------- lib/PublicInbox/Search.pm | 7 +- lib/PublicInbox/SearchMsg.pm | 5 -- lib/PublicInbox/SearchView.pm | 3 +- lib/PublicInbox/V2Writable.pm | 44 ++++++++---- script/public-inbox-compact | 9 +++ t/altid_v2.t | 55 +++++++++++++++ 10 files changed, 210 insertions(+), 95 deletions(-) create mode 100644 t/altid_v2.t -- EW