From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12566 invoked by alias); 13 Apr 2009 17:24:18 -0000 Received: (qmail 12542 invoked by uid 22791); 13 Apr 2009 17:24:15 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Apr 2009 17:24:10 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n3DHO6LS023208 for ; Mon, 13 Apr 2009 13:24:06 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3DHOCT2014169 for ; Mon, 13 Apr 2009 13:24:12 -0400 Received: from opsy.redhat.com (vpn-13-138.rdu.redhat.com [10.11.13.138]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3DHO5ZK012287; Mon, 13 Apr 2009 13:24:06 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 48EBA378181; Mon, 13 Apr 2009 11:24:04 -0600 (MDT) To: Eli Zaretskii Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: Implement -exec-jump References: <200904080950.16691.vladimir@codesourcery.com> <200904081108.17248.vladimir@codesourcery.com> <837i1v627o.fsf@gnu.org> <200904081116.41983.andre.poenitz@nokia.com> <833acj5wdi.fsf@gnu.org> <1239227439.8871.153.camel@localhost.localdomain> <20090408215744.GH7535@adacore.com> <83k55s313g.fsf@gnu.org> From: Tom Tromey Reply-To: tromey@redhat.com Date: Mon, 13 Apr 2009 17:24:00 -0000 In-Reply-To: <83k55s313g.fsf@gnu.org> (Eli Zaretskii's message of "Fri\, 10 Apr 2009 19\:49\:55 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-04/txt/msg00235.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> We had no problems until now with requesting docs (and a test case) Eli> together with the code. Why should we deviate from that now? I agree. I think we should strive to keep standards high, where they matter. Documentation and test cases fall into this category. I realize this adds a cost to many patches; I feel this pain myself. Tom