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 b2167d9843: Don't fail flymake-tests if `gcc` actually is Clang Date: Sun, 02 Jan 2022 21:42:04 +0200 Message-ID: <83tueldiwj.fsf@gnu.org> References: <164112836156.3693.5253778017552372948@vcs2.savannah.gnu.org> <20220102125921.CEC93C0DA1A@vcs2.savannah.gnu.org> <831r1qdn1s.fsf@gnu.org> 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="20529"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mattiase@acm.org, stefan@marxist.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 02 20:43:03 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 1n46kx-0005BG-3q for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 20:43:03 +0100 Original-Received: from localhost ([::1]:38464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n46kw-0002eE-1d for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jan 2022 14:43:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n46jy-0001x6-Tp for emacs-devel@gnu.org; Sun, 02 Jan 2022 14:42:02 -0500 Original-Received: from [2001:470:142:3::e] (port=33290 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 1n46jx-0006kE-Vj; Sun, 02 Jan 2022 14:42:02 -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=DAr3VNLsFpaTMHgLs4lcPV/MoDdkfQyjFEatvFc6OSM=; b=NG8Ml6nevajHq5rE3jRM e629EOQ7Tj7O7B5VJRhE50oEVG8YxokRjW2vGsd3Ucsir0X7IbTVqTtCOWRH3f4QfCU9kZz5RybbD N/LF8nVL4H4dZDvUtZLPdmvcShaguFh5/tyTW4xgO8cluMPhPYvYFmqm65+lGyRrQ2yR9ic9gTTL/ v4nLXlPLCQTmTvYSftvvkaNIsyrhkjs7SMXNOJJqRmnxjjJghPNXqbYbaMI0U+G8XB9ONdTzkRi6V OwytDLkg+4th1BaJcPvfl3bPYhP6T4SJpYW/IBC/7Tf+dvTXUveor0YLtbr+hjNlAXW2+0xVkfQp/ wlOVQft1OID7eQ==; Original-Received: from [87.69.77.57] (port=2409 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 1n46jx-0004js-Vr; Sun, 02 Jan 2022 14:42:02 -0500 In-Reply-To: (message from Stefan Monnier on Sun, 02 Jan 2022 14:04:18 -0500) 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:283965 Archived-At: > From: Stefan Monnier > Cc: Mattias EngdegÄrd , > stefan@marxist.se, > emacs-devel@gnu.org > Date: Sun, 02 Jan 2022 14:04:18 -0500 > > Eli Zaretskii [2022-01-02 20:12:31] wrote: > >> Maybe, or at least be written identically. I don't know if there is > >> a suitable place to put an auxiliary function like this. > > subr.el, probably. > > That would mean the function is preloaded, whereas we're talking here > about code that's only used in our test suite, which doesn't seem to > justify preloading it. I envision the need to make these checks not just in the test suite.