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: Emacs pretest 28.0.91 is out Date: Tue, 11 Jan 2022 20:38:59 +0200 Message-ID: <83iluq6rss.fsf@gnu.org> References: <877db65wg4.fsf@gmail.com> <87y23m4awm.fsf@gmail.com> <83o84i6w2j.fsf@gnu.org> <87tuea415m.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9220"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 11 19:52:50 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 1n7MGI-0002Ip-2X for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Jan 2022 19:52:50 +0100 Original-Received: from localhost ([::1]:37852 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7MGG-0000TB-Vk for ged-emacs-devel@m.gmane-mx.org; Tue, 11 Jan 2022 13:52:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7M30-0002Fs-H0 for emacs-devel@gnu.org; Tue, 11 Jan 2022 13:39:14 -0500 Original-Received: from [2001:470:142:3::e] (port=55538 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7M2z-0005AJ-Vd; Tue, 11 Jan 2022 13:39:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=NgQuIP+oOfK9+vyB/N2jrwGfHW8BoepQGwLuTpIQdTA=; b=aec28fEv7diIe2Mk7GQG L5FzXRE6D7hBOYGeMsap3X7gknJL3H7qEamVGEQaWaSgb62DkMeVRU9H09wWeVaJulEpSNsMK3pOA 4Gdqj8fvvcLeCJmYCNUrzEGfTmZ3jFScIARyfgZP5mCqbofxj6Fz++Kk9pWWZbcyswp9VnEeinN9C ISG63BJizkGEYdLspV6nHEiIPZSjNvC8xC6batt6XutNfnVvSfob9CYrolWW+eRPf4FArNwDznXMZ S3OtbSsRFJySqKtASdamOdW15D/xk8aS2paltreatDtfMPyJ8cjh7DiEkK5HMcs0Btz/IyTSobLYd O+sj9vJ3fjEuXw==; Original-Received: from [87.69.77.57] (port=2483 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 1n7M2z-00007G-VY; Tue, 11 Jan 2022 13:39:06 -0500 In-Reply-To: <87tuea415m.fsf@gmail.com> (message from Robert Pluim on Tue, 11 Jan 2022 18:45:09 +0100) 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:284626 Archived-At: > From: Robert Pluim > Cc: stefan@marxist.se, emacs-devel@gnu.org > Date: Tue, 11 Jan 2022 18:45:09 +0100 > > Eli> If the fixes are simple enough, we could backport them The test suite > Eli> is not really critical for the success of a release, so we can install > Eli> changes in it which we won't in the "main" code. > > It would basically be the attached, although Iʼll note that the tests > theyʼre using to determine if gcc is clang are different. I don't object to backporting those.