From unknown Sun Jun 15 07:56:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71520 <71520@debbugs.gnu.org> To: bug#71520 <71520@debbugs.gnu.org> Subject: Status: mumi am should handle incomplete patchsets Reply-To: bug#71520 <71520@debbugs.gnu.org> Date: Sun, 15 Jun 2025 14:56:26 +0000 retitle 71520 mumi am should handle incomplete patchsets reassign 71520 mumi submitter 71520 Arun Isaac severity 71520 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 09:39:42 2024 Received: (at submit) by debbugs.gnu.org; 12 Jun 2024 13:39:42 +0000 Received: from localhost ([127.0.0.1]:37931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHOCU-0003RL-AE for submit@debbugs.gnu.org; Wed, 12 Jun 2024 09:39:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:51224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHOCS-0003R9-95 for submit@debbugs.gnu.org; Wed, 12 Jun 2024 09:39:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHOCT-0003Yg-3X for bug-mumi@gnu.org; Wed, 12 Jun 2024 09:39:41 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHOCQ-0007fx-SL for bug-mumi@gnu.org; Wed, 12 Jun 2024 09:39:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cF+5x8O2uCcvwob9gDw93CSAwuoPWXnjsruCvgScr2M=; b=GT7r3gX97Gjx89Nlogc8cin6i2 9DOCEuKEYLYP4LDw6NA/xAkyq5wrN4z6+xKYcgyG1HUfJQDW9iDzq05suLeH9wPSJM6MSJc30XnMm 0PSt2iMZUBBg5U4cf+X4DPHAljby6FjWz1oaN2Ji+GKDRzViCElc1VWY01jCp+NPxjcXxJWomqRMI elhTW5FKS0cXztISB7qr13n4JPqrp4Fgm2rFMPhfMUvbe3Osx4HjT0S1OMvdk9wMD6rAZLPOlcJqh S2MBKE9grlTN9PeToLQloJXtZFL80s0fYOmuPJgr0OKeugz8ywJyrekN4mw7Udl48WwqA5zaXd4yP hR7AbDGw==; Received: from [192.168.2.1] (port=45634 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1sHO95-0001V8-13 for bug-mumi@gnu.org; Wed, 12 Jun 2024 14:36:11 +0100 From: Arun Isaac To: bug-mumi@gnu.org Subject: mumi am should handle incomplete patchsets Date: Wed, 12 Jun 2024 14:39:25 +0100 Message-ID: <87h6dycmb6.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) When a patchset only contains a partial patchset (say, missing the second patch in a patchset that is supposed to have three patches), mumi am crashes. It should fail gracefully with an error message instead.