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 CED4E1F463 for ; Thu, 2 Jan 2020 09:24:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] solver bugfixes and tweaks Date: Thu, 2 Jan 2020 09:24:56 +0000 Message-Id: <20200102092459.17612-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: A couple of improvements from errors I've seen with solver and hopefully no regressions. [PATCH 2/3] is a bit scary :x Eric Wong (3): solver: try the next patch on apply failures solver: extract_diff: deal with missing "diff --git" line qspawn: use per-call quiet flag for solver lib/PublicInbox/Qspawn.pm | 6 +- lib/PublicInbox/SolverGit.pm | 168 ++++++++++++++++++----------------- 2 files changed, 89 insertions(+), 85 deletions(-)