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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 A43EB1F54E for ; Sat, 10 Sep 2022 20:10:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662840624; bh=i7IB0HqdhoWnYAyVdWcfWzFAmiE+BFlcxGOERrReMe8=; h=From:To:Subject:Date:From; b=hEudYXh7iAw2crOkK0J+3yhM5FjWfCxAYvruP1+3Tr3ykrkZsbyl6eq1Mva3/RaJh 4eOnvE32o4eHhxgNmrAl6glguFJ8WSoHvHw/aOBkQWNp044UFyXZ+1ZHGCZ5BXJrFU NcJhhobfvumI2Pw4MoaXw5MaQCvNEwVxXHGPAD9U= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] www: solver linkification fixes Date: Sat, 10 Sep 2022 20:10:22 +0000 Message-Id: <20220910201024.9651-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some things I noticed with /all/, solver, and redundant messages. Hunk header links for /all/ should point to the right place, now; and the debug log output should no longer have redundant URLs. And deletions > insertions makes me happy :> Eric Wong (2): view: fix solver links with multiple messages solver: do not show redundant URLs in log lib/PublicInbox/Feed.pm | 1 + lib/PublicInbox/SolverGit.pm | 5 +++-- lib/PublicInbox/View.pm | 20 ++------------------ lib/PublicInbox/WwwAtomStream.pm | 1 + 4 files changed, 7 insertions(+), 20 deletions(-)