From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115600 invoked by alias); 17 Jan 2017 01:40:21 -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 114575 invoked by uid 89); 17 Jan 2017 01:40:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Urgh, H*f:sk:8396005, H*f:sk:87inpe3, H*i:sk:87inpe3 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jan 2017 01:40:17 +0000 Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 59C7EF5DE6; Tue, 17 Jan 2017 01:40:17 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id B2B606374B; Tue, 17 Jan 2017 01:40:13 +0000 (UTC) Subject: Re: [RFA 2/5] Introduce ui_file_up and use it to remove cleanups To: Tom Tromey References: <20170115134253.24018-1-tom@tromey.com> <20170115134253.24018-3-tom@tromey.com> <8396005b-762c-7fb6-5151-3d0b11a1f642@redhat.com> <87inpe3js4.fsf@tromey.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Tue, 17 Jan 2017 01:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87inpe3js4.fsf@tromey.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-01/txt/msg00313.txt.bz2 On 01/16/2017 07:08 PM, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > > Pedro> Urgh, guess you forgot/missed my > Pedro> palves/cxx-eliminate-cleanups branch ... :-( > > Yeah. I knew of it but forgot what was on it. > > I think your approach is better. I'll drop my patch. Really sorry about the wasted effort. :-( As penance, I've spend a few hours tonight cleaning up the patch a bit, splitting a few bits to separate patches, writing ChangeLogs, etc. I've posted it now. Thanks, Pedro Alves