From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68267 invoked by alias); 3 Apr 2019 18:58: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 68258 invoked by uid 89); 3 Apr 2019 18:58:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=D*ca, sergio, Sergio X-HELO: mail-wr1-f48.google.com Received: from mail-wr1-f48.google.com (HELO mail-wr1-f48.google.com) (209.85.221.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Apr 2019 18:58:49 +0000 Received: by mail-wr1-f48.google.com with SMTP id h4so236154wre.7 for ; Wed, 03 Apr 2019 11:58:49 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id f10sm19827906wrs.17.2019.04.03.11.58.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 11:58:47 -0700 (PDT) Subject: Re: [RFC] Sort #includes in gdb To: Tom Tromey , Simon Marchi References: <87fttfmnpq.fsf@tromey.com> <878sygydob.fsf@tromey.com> <87r2b7viht.fsf@tromey.com> <875zs1csim.fsf@tromey.com> <87bm1s1a98.fsf@tromey.com> Cc: gdb-patches@sourceware.org, Sergio Durigan Junior From: Pedro Alves Message-ID: Date: Wed, 03 Apr 2019 18:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <87bm1s1a98.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-04/txt/msg00055.txt.bz2 Adding Sergio. On 03/30/2019 06:34 PM, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> It would be fine if we did the cleanup in multiple chunks, it doesn't > Simon> have to be one big patch. > > Yeah, I may try that next. That will require some hacks to my script. > > I tried pushing my branch to sourceware and then using buildbot --branch > (with a trivial patch on top of the main one). But, the builds all > report: > > *** Failed to update master GDB git repository. The build can continue. *** Sergio, do you know whether this is something that could be easily fixed? Thanks, Pedro Alves