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 cfcf42f 2/2: Ensure that gud commands for non-GDB debuggers are handled by repeat-mode Date: Fri, 30 Jul 2021 08:43:12 +0300 Message-ID: <837dh8s6fj.fsf@gnu.org> References: <20210727211521.15408.98852@vcs0.savannah.gnu.org> <20210727211523.AE6F72065F@vcs0.savannah.gnu.org> <877dhabg5s.fsf@gnus.org> <87zgu6h0e1.fsf@mail.linkov.net> <87a6m6tn0e.fsf@gnus.org> <87r1figz3p.fsf@mail.linkov.net> <87zgu4ri8b.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11301"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, leungbk@mailfence.com, juri@linkov.net To: Lars Ingebrigtsen , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 30 07:44:33 2021 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 1m9LJx-0002ly-19 for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Jul 2021 07:44:33 +0200 Original-Received: from localhost ([::1]:56806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9LJv-0005dl-A0 for ged-emacs-devel@m.gmane-mx.org; Fri, 30 Jul 2021 01:44:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44600) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9LJ1-0004x1-NN for emacs-devel@gnu.org; Fri, 30 Jul 2021 01:43:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32988) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9LIy-0005Da-DO; Fri, 30 Jul 2021 01:43:32 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1893 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 1m9LIy-0006kh-1h; Fri, 30 Jul 2021 01:43:32 -0400 In-Reply-To: <87zgu4ri8b.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 29 Jul 2021 22:13:40 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:271822 Archived-At: > From: Lars Ingebrigtsen > Date: Thu, 29 Jul 2021 22:13:40 +0200 > Cc: Brian Leung , emacs-devel@gnu.org > > Juri Linkov writes: > > >> Yeah, the warning should probably be rewritten to start with "Warning: " > >> or something? > > > > It's displayed as a warning only when prefixed with "0:0:0: Warning: ". > > Right, so we could change this message to say that? I'm not sure it's a warning. It's an informative message, and some of them are always displayed during bootstrap. Making them warnings would then apply pressure on us to remove them, which we cannot easily do in the case of those other messages (unlike the one caused by the changeset in this bug). Stefan, any comments/suggestions? My personal advice is to read carefully every line displayed by the build process, and not limit yourself to warnings. Messages that aren't supposed to appear during a normal build should be discovered regardless of whether they are warnings/errors or not.