From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13711 invoked by alias); 27 Oct 2009 20:58:01 -0000 Received: (qmail 13700 invoked by uid 22791); 27 Oct 2009 20:58:00 -0000 X-SWARE-Spam-Status: No, hits=-2.5 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) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Oct 2009 20:57:56 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9RKvrJv019255; Tue, 27 Oct 2009 16:57:53 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9RKvqvU003394; Tue, 27 Oct 2009 16:57:52 -0400 Message-ID: <4AE75ED0.8080503@redhat.com> Date: Tue, 27 Oct 2009 20:58:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: Eli Zaretskii CC: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [patch][doc] PR python/10781 References: <4AD82247.3070503@redhat.com> <838wfbixtf.fsf@gnu.org> <8363afi3hf.fsf@gnu.org> <834opzi2bf.fsf@gnu.org> <4AE71723.10207@redhat.com> <833a54fzks.fsf@gnu.org> In-Reply-To: <833a54fzks.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00661.txt.bz2 On 10/27/2009 06:42 PM, Eli Zaretskii wrote: >> Date: Tue, 27 Oct 2009 15:52:03 +0000 >> From: Phil Muldoon >> CC: Tom Tromey, gdb-patches@sourceware.org >> >> On 10/16/2009 08:08 PM, Eli Zaretskii wrote: >> >>> Here's the text that I propose to use: >>> >>> +@defmethod Value cast type >>> +Return a new instance of @code{gdb.Value} that is the result of >>> +casting this instance to the type described by @var{type}, >>> +which must be a @code{gdb.Type} object. If the cast cannot be >>> +performed for some reason, this method throws an exception. >>> +@end defmethod >>> >>> >> Ok to check this patch in? >> > If you are asking me, the answer is obviously yes, Ok, thanks. Checked in. > since it's text I > wrote. > I was being deferential. The patch was based on text that was already written, and rewritten by another at a later date. I as purely being the facilitator to fix a bug reported by a user. I encouraged that user to file the bug, and I decided to make sure the various patches were filed. I decided it was best to check in this case. Cheers! Phil