From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15203 invoked by alias); 6 May 2009 16:46:39 -0000 Received: (qmail 15180 invoked by uid 22791); 6 May 2009 16:46:34 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 16:46:28 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n46Gjhko005174 ; Wed, 6 May 2009 18:45:43 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n46GjgbK058827 ; Wed, 6 May 2009 18:45:42 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n46GjgRA086566 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Wed, 6 May 2009 18:45:42 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <001801c9c397$0e35ba90$2aa12fb0$@u-strasbg.fr> <20090423184213.GE7552@adacore.com> <013401c9ca3e$852e58c0$8f8b0a40$@u-strasbg.fr> <20090506163051.GL10734@adacore.com> In-Reply-To: <20090506163051.GL10734@adacore.com> Subject: RE: [RFC] Send new ARI warnings to gdb_testers mailing list Date: Wed, 06 May 2009 16:46:00 -0000 Message-ID: <001d01c9ce6a$1d6d7e20$58487a60$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00120.txt.bz2 I just committed this with my email address and will inform you of the first results I get. Pierre > -----Message d'origine----- > De=A0: Joel Brobecker [mailto:brobecker@adacore.com] > Envoy=E9=A0: Wednesday, May 06, 2009 6:31 PM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFC] Send new ARI warnings to gdb_testers mailing list >=20 > > The only drawback is that the line number also does not appear > > on the generated email... >=20 > Initially, I thought that this was a pretty significant drawback. > But I tried to come up with a way of isolating the new line, and > I'm not sure whether this is possible or not. The problem is that > the line number associated to an error/warning can change from > day to day, as we modify the source around it. >=20 > We could try your current approach, and see if that helps or not... > Why not activating your change, but with yourself as the the only > recipient, as opposed to gdb-testers? That will allow you to determine > the frequency of such messages, as we as how difficult it is to > determine which entry is the new one... >=20 > -- > Joel