From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4704 invoked by alias); 12 Feb 2015 14:59:26 -0000 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 Received: (qmail 4695 invoked by uid 89); 12 Feb 2015 14:59:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 12 Feb 2015 14:59:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A10CA116859; Thu, 12 Feb 2015 09:59:23 -0500 (EST) 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 PEj8y2U3slyj; Thu, 12 Feb 2015 09:59:23 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 43FC9116811; Thu, 12 Feb 2015 09:59:22 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 164BA40EAD; Thu, 12 Feb 2015 18:59:20 +0400 (RET) Date: Thu, 12 Feb 2015 14:59:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 03/36] C++ keyword cleanliness, mostly auto-generated Message-ID: <20150212145920.GM4738@adacore.com> References: <1423524046-20605-1-git-send-email-palves@redhat.com> <1423524046-20605-4-git-send-email-palves@redhat.com> <20150211075749.GJ4738@adacore.com> <54DB2E8D.9000103@redhat.com> <54DB3416.1010404@redhat.com> <20150212121910.GL4738@adacore.com> <54DCA74C.3000208@redhat.com> <54DCBBFB.4020506@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54DCBBFB.4020506@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg00324.txt.bz2 > >> > I haven't had a chance to review all the patches, and I will admit > >> > that I winced a little when seeing some of them (but accepted them), > > Not sure whether I want to ask which. :-) > > Probably a minor thing, but I'd like to avoid a potential misunderstanding > here. I just realized that I never really knew what "winced" really means, > and that I may have misinterpreted what you said, which I guess > can make my response sound odd. What I understood was that some of > the patches were ugly, but you accepted them anyway in the name > of progress. :-) No worries, the answer made total sense to me, and is exactly what I expected it to be, with the humour that matched the evasiveness of the statement ;-). I didn't say which one(s) it was, because I don't want to be the one starting a debate on them. In the end, I accepted them because I just did not see a better solution anyway. -- Joel