From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64091 invoked by alias); 24 Nov 2016 18:46:51 -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 64081 invoked by uid 89); 24 Nov 2016 18:46:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=subsystem, simark, cxx-ui-out-v1, cxxuioutv1 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; Thu, 24 Nov 2016 18:46:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B84AD61BA5; Thu, 24 Nov 2016 18:46:39 +0000 (UTC) Received: from [127.0.0.1] (ovpn03.gateway.prod.ext.phx2.redhat.com [10.5.9.3]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAOIkcG8023436; Thu, 24 Nov 2016 13:46:39 -0500 Subject: Re: [PATCH 00/22] Convert ui-out subsystem to C++ To: Simon Marchi , gdb-patches@sourceware.org References: <20161124152428.24725-1-simon.marchi@polymtl.ca> <55f46d37da0b47fff95dfa00fc340fa4@polymtl.ca> From: Pedro Alves Message-ID: <76f3b735-80fd-5eb0-1db7-1307366aa981@redhat.com> Date: Thu, 24 Nov 2016 18:46: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: <55f46d37da0b47fff95dfa00fc340fa4@polymtl.ca> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00780.txt.bz2 On 11/24/2016 04:07 PM, Simon Marchi wrote: > On 2016-11-24 10:24, Simon Marchi wrote: >> Hi all, >> >> This patchset converts the various data structures of the ui-out >> susbsystem to >> C++ classes. Except when stated otherwise, the goal is to preserve >> the same >> structure, which was already very class-like, and the same behaviour. >> There >> are also a few cleanup patches here and there. >> >> The patch "Class-ify ui_out" introduces many clang -Wmismatched-tags >> warnings, >> which John aimed to fix in another series. I am preparing a patch >> that fixes >> them, but since it will only be boring and mechanical changes, I >> didn't want to >> delay the submission of this series further. >> >> The series is also available here: >> >> https://github.com/simark/binutils-gdb/tree/cxx-ui-out-v1 >> >> Simon > > My patch "[PATCH 21/22] Class-ify ui_out" bounced, being considered > spam... is there anything I can do about that? Try the suggestion here: https://sourceware.org/lists.html#spam (and then I'd suggest resending the missing ones with with git send email --in-reply-to=) > > Patches 19 and 20 are also missing, but I didn't receive a bounce notice > about them, so maybe they'll come out of the void eventually. Thanks, Pedro Alves