From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22595 invoked by alias); 11 May 2013 10:41:28 -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 22583 invoked by uid 89); 11 May 2013 10:41:28 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 11 May 2013 10:41:27 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 430F02EBB3; Sat, 11 May 2013 06:41:26 -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 IM8VQqiI6xNl; Sat, 11 May 2013 06:41:26 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B4B042E394; Sat, 11 May 2013 06:41:25 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 83255C1BD5; Sat, 11 May 2013 14:41:20 +0400 (RET) Date: Sat, 11 May 2013 10:41:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 00/40] add cleanup checker and fix cleanup bugs Message-ID: <20130511104120.GM9160@adacore.com> References: <20130510082304.GG9160@adacore.com> <87li7mhpji.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87li7mhpji.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00409.txt.bz2 > Does the ARI run do a full build? I do not think so. > I assume most people working on gdb use gcc. It is really easy to > build the plugin. We could just ask developers to try it on their > patch as part of submitting it. I am not sure that the AdaCore compiler has support for Python plugins, though... And even then, we wouldn't have it for all platforms I develop on. Therefore... > More ideally I'd like gdb to use gerrit and have patches be > automatically checked as part of the submission process. I think this > would be better than post hoc checking, or requiring everybody to have a > long checklist of things to do. ... I like this approach. -- Joel