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 F13AC1F8C8 for ; Mon, 4 Oct 2021 00:07:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] www: fix ref cycles when threading extindex Date: Sun, 3 Oct 2021 19:07:15 -0500 Message-Id: <20211004000717.18965-1-e@80x24.org> In-Reply-To: <20210904235305.GA22009@dcvr> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I finally got Devel::Mwrap::PSGI working and fixed a long-standing reference cycle. AFAIK, it only affects extindex users, not v2, and definitely not v1. Eric Wong (2): t/thread-cycle: make Email::Simple optional www: fix ref cycle from threading w/ extindex lib/PublicInbox/SearchThread.pm | 104 +++++++++++++++++--------------- t/thread-cycle.t | 50 ++++++++++----- 2 files changed, 88 insertions(+), 66 deletions(-)