From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26569 invoked by alias); 24 Nov 2016 16:08:01 -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 26545 invoked by uid 89); 24 Nov 2016 16:08:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=uiout, ui_out, ui-out, Classify X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 Nov 2016 16:07:50 +0000 Received: by simark.ca (Postfix, from userid 33) id 13A681E7FD; Thu, 24 Nov 2016 11:07:49 -0500 (EST) To: gdb-patches@sourceware.org Subject: Re: [PATCH 00/22] Convert ui-out subsystem to C++ X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Nov 2016 16:08:00 -0000 From: Simon Marchi In-Reply-To: <20161124152428.24725-1-simon.marchi@polymtl.ca> References: <20161124152428.24725-1-simon.marchi@polymtl.ca> Message-ID: <55f46d37da0b47fff95dfa00fc340fa4@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00764.txt.bz2 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? 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.