From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30707 invoked by alias); 27 Sep 2002 23:32:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30647 invoked from network); 27 Sep 2002 23:31:59 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 27 Sep 2002 23:31:59 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g8RNVjg27469; Fri, 27 Sep 2002 16:31:45 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com, mec@shout.net Subject: Re: [rfa/c++testsuite] (was Re: patch for PR gdb/574) References: <15676.21042.125481.349851@jackfruit.Stanford.EDU> <20020816032649.GA30528@nevyn.them.org> <3D94E7AE.4090403@redhat.com> From: David Carlton Date: Fri, 27 Sep 2002 16:32:00 -0000 In-Reply-To: <3D94E7AE.4090403@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00694.txt.bz2 On Fri, 27 Sep 2002 19:20:14 -0400, Andrew Cagney said: >> 2002-08-22 David Carlton >> * gdb.c++/pr-574.exp: New file. >> * gdb.c++/pr-574.cc: New file. >> > Suggest a rename to c++/gdb574.*. MI's using that and got in just a > tiny bit earlier :-) Grump, grump, grump. Being a lazy person, I will give the following justification for my naming scheme: you're proposing to change the PR naming category so that that PR would turn into c++574. (Or do existing closed PR's not get moved?) So it would make more sense to call it gdb.c++/c++574.cc, which sounds silly: the whole directory is about C++! And gdb.c++/gdb574.cc is only a little less silly, or arguably even sillier: every single file in that directory, in its parent, and in the parent of its parent is about GDB, so putting 'gdb' in the name of a file is just plain old redundant. Whereas putting 'pr' in the name of a file isn't redundant at all. Seriously, though, I'll change it to whatever name you want for consistency's sake; but if that name involves the PR category, then we might as well wate until the planned PR category change is completed. David Carlton carlton@math.stanford.edu