From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26940 invoked by alias); 21 Mar 2017 13:31:33 -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 26376 invoked by uid 89); 21 Mar 2017 13:31:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=invested, H*f:sk:86zigev, H*i:sk:86zigev, H*MI:sk:86zigev X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Mar 2017 13:31:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5377B5639A; Tue, 21 Mar 2017 09:31:31 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id POSJNPWwtV3k; Tue, 21 Mar 2017 09:31:31 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 23C6856394; Tue, 21 Mar 2017 09:31:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 77865607FE; Tue, 21 Mar 2017 06:31:29 -0700 (PDT) Date: Tue, 21 Mar 2017 13:31:00 -0000 From: Joel Brobecker To: Yao Qi Cc: "gdb-patches@sourceware.org" , "Wiederhake, Tim" , xdje42@gmail.com Subject: Re: GDB 8.0 release/branching 2017-03-20 update Message-ID: <20170321133129.73vdqkleyds5e2hh@adacore.com> References: <20170320201629.pbjzaqsnvs7dx7f2@adacore.com> <86zigevkv0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86zigevkv0.fsf@gmail.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) X-SW-Source: 2017-03/txt/msg00369.txt.bz2 > * Actions > > According to my analysis above, these APIs still need some adjustments > and re-designs, so I request to revert these commits below, > > cee59b3 Fix break on Python 2 > 0a0faf9 Add documentation for new record Python bindings. > 714aa61 python: Add tests for record Python bindings > 75c0bdf python: Implement btrace Python bindings for record history. > 4726b2d python: Create Python bindings for record history. > > and add them back gradually after 8.0 release. To be clear, I can offer > some times review the new design and patches later, but I don't take > over this project, Tim is still the owner. As said elsewhere, I think this is the best course of action, as this is the kind of thing best not to rush. But since we did accept the patches before, I think it would be also fair to assure Tim short review cycles when he is back to working on this. Given how invested Yao has been, I assume this isn't going to be an issue? -- Joel