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-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 8BDC21F9FD for ; Wed, 24 Feb 2021 23:37:18 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] "lei q" remote memoization Date: Thu, 25 Feb 2021 05:37:16 +0600 Message-Id: <20210224233718.19007-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/2 only happened because I made IPv6 tests the default. 2/2 is a feature I've always wanted. Eric Wong (2): lei_external: don't treat IPv6 URLs as globs lei q: auto-memoize remote messages into lei/store MANIFEST | 1 + lib/PublicInbox/LEI.pm | 2 ++ lib/PublicInbox/LeiExternal.pm | 8 +++++- lib/PublicInbox/LeiQuery.pm | 1 + lib/PublicInbox/LeiXSearch.pm | 10 +++++-- t/lei-q-remote-import.t | 50 ++++++++++++++++++++++++++++++++++ t/lei_external.t | 1 + 7 files changed, 69 insertions(+), 4 deletions(-) create mode 100644 t/lei-q-remote-import.t