From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15161 invoked by alias); 14 Oct 2009 15:28:58 -0000 Received: (qmail 15151 invoked by uid 22791); 14 Oct 2009 15:28:57 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Oct 2009 15:28:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 57E932BAC76; Wed, 14 Oct 2009 11:28:50 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4e6K5H57-iuY; Wed, 14 Oct 2009 11:28:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1F2E12BAC6C; Wed, 14 Oct 2009 11:28:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3C892F58A0; Wed, 14 Oct 2009 08:28:40 -0700 (PDT) Date: Wed, 14 Oct 2009 15:28:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [v8] multi-executable support Message-ID: <20091014152840.GW5272@adacore.com> References: <200910051659.20885.pedro@codesourcery.com> <200910131440.48021.pedro@codesourcery.com> <20091014030310.GR5272@adacore.com> <200910141615.57994.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200910141615.57994.pedro@codesourcery.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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-10/txt/msg00303.txt.bz2 > Any suggestions? Assuming languages have only singular and one > plural form [if (n == 1) else ...] is frowned uppon as well. > > "1 inferior(s) added." ? > > "Added 1 inferior(s)." ? > > Just drop the sentence? Hmmm, I didn't realize that [if (n == 1) else ...] was also frowned upon. Not sure how this issue is usually solved, but in this case I think we can indeed drop the sentence entirely. Otherwise, if people want to keep it, then either form looks fine. > Oh. Don't hesitate to ask if you have any question. I hope the > models can be matched without much trouble. I sure will :) > > So if I can do a resync of the AdaCore sources up to before your > > patch, that'll give me a little more time. > > Sure, no problem. Actually, not to worry after all. I modified my procedures to use the git repo instead, and it's very easy to go back, so cancel that personal request :). (after so many months of using git, I still cannot believe how much of a lifesaver it is - I keep discovering new ways to improve my work with it, and I simply have no time to get used to it!) -- Joel