From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master bfa951cdfa: Fix invalid current buffer after print-unreadable-function signals Date: Thu, 28 Jul 2022 12:25:15 +0300 Message-ID: <8335ela8sk.fsf@gnu.org> References: <165891496054.3950.2967202128456340980@vcs2.savannah.gnu.org> <20220727094240.C94FEC0F1E3@vcs2.savannah.gnu.org> <87y1weyj6b.fsf@gnus.org> <83bkt9abak.fsf@gnu.org> <835yjhaa02.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31751"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, luangruo@yahoo.com To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 28 11:53:55 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oH0DK-00080i-4l for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 11:53:54 +0200 Original-Received: from localhost ([::1]:37150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oH0DJ-0006o7-23 for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Jul 2022 05:53:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGzlW-0006hA-Cd for emacs-devel@gnu.org; Thu, 28 Jul 2022 05:25:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47096) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGzlW-0006mE-0W; Thu, 28 Jul 2022 05:25:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lmJuKq5zOPg8wtrvYKMhAwmC7CkY6Nn26cfuii5ONx0=; b=llLv7VQoOANx DvrulL1PXTSLe77Q2nFEGuSMv1pWDpUPuruOnBuM6qTgYiSuoLWx2k30uwPL0HWDUA8ERWEx56zWn E8lJa/OP+9tHF76f378rc6bjSCOECIDlPy8p7V4Fu2RC2nI0veErAIQG1siQAg8UVzZt/IZepJ2Jo Lcm/Y0tOCxUCiKvi3WDaJzrWFEmhv1592tFkN1Ea4VhqM0eKY67OLmggXPA4f2v4RoDv2XTBg9jqi PP0ZYVIINQNVSDssRqfm7kRFMX5v/zaDLqWKdmbz0lbOZIKY/XIgquz/mp/21nVAZWBEhKup4LDiW k9DpxZNr1prUnjWoQXoLWg==; Original-Received: from [87.69.77.57] (port=4021 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGzlR-0004UK-Hb; Thu, 28 Jul 2022 05:25:05 -0400 In-Reply-To: (message from Stefan Kangas on Thu, 28 Jul 2022 11:14:57 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292784 Archived-At: > From: Stefan Kangas > Date: Thu, 28 Jul 2022 11:14:57 +0200 > Cc: Lars Ingebrigtsen , Emacs developers , Po Lu > > Eli Zaretskii writes: > > > I think you are taking this too seriously. A known failure on master > > shouldn't hold off the merge, IMO. Can't you ignore the test failure? > > Sure, it's a bit more work is all. It's not the end of the world, but > I'd prefer if we could avoid breaking the test suite on master > instead. But you aren't breaking the test suite, it's already broken. The part of automerge that runs the test suite is meant to ensure that the merge doesn't introduce new regressions. This is not that case.