From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25269 invoked by alias); 21 Aug 2012 22:25:15 -0000 Received: (qmail 25245 invoked by uid 22791); 21 Aug 2012 22:25:14 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Aug 2012 22:24:57 +0000 Received: by vcbfl10 with SMTP id fl10so425255vcb.0 for ; Tue, 21 Aug 2012 15:24:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=k93r889nI+2Sj8jeWn9h30Xvx7TeBkjUSu2JG4UbLkI=; b=XHI+SLR8VGMHtg56FQvmQ9ddN7ZnFXK82f1YCNjjucYBqTBa1avoQPhKk4okZv/MPO BC1ySnS3N9gydpgV9T5Tmj4rP/+bOfOWYjeolE4bzg38mCkyHfA+Vhpyd7f/gG5Bxbbk w3sXkETlQctyXrIBiojF16/JAHFllK1GImKq8aoMqwt6t63oFrgOk1AvLs7oSVj8hu/Z QjS7lhq87hyRbON4WLlIScFBZKeUGKJrUoZL6rGKeNbiD12UY+XSM1mxmi1dSBiQ10Xv V2Wbjsl1XLVZJRGun8pdFrbmDdQrtVAfugunzR0NXJJh59rBAiz3A1/ptDZUfD8wqhwH Njbw== Received: by 10.58.74.198 with SMTP id w6mr16171500vev.22.1345587896254; Tue, 21 Aug 2012 15:24:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.74.198 with SMTP id w6mr16171483vev.22.1345587896103; Tue, 21 Aug 2012 15:24:56 -0700 (PDT) Received: by 10.52.27.11 with HTTP; Tue, 21 Aug 2012 15:24:56 -0700 (PDT) In-Reply-To: <50336283.a2db440a.600c.105dSMTPIN_ADDED@mx.google.com> References: <20120529130144.GM5492@adacore.com> <4FC4CB35.5030503@redhat.com> <20120614160200.GL18729@adacore.com> <20120614162234.GM18729@adacore.com> <50336283.a2db440a.600c.105dSMTPIN_ADDED@mx.google.com> Date: Tue, 21 Aug 2012 22:25:00 -0000 Message-ID: Subject: Re: About RFA for Add scripts to generate ARI web pages to gdb/contrib/ari directory From: Doug Evans To: Pierre Muller Cc: gdb-patches@sourceware.org, Pedro Alves , Jan Kratochvil , Sergio Durigan Junior , Joel Brobecker Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQl0RAVUY44RTYQ0jGc5ywbNpDnWFnWjK2miXGaZZqDBbWmcoaavl+aydErHHLi7ADYb2URXH25khaKpFzyEM6c7F5SILI5nizvuS2YrHtkPsxPsLs4HUcEulCwcok8EGKrYne9+jOmacNds5rI22CLVA6NxY1Ia374Qhrk9lNe6u40vy5PNDsEJizOaOtzR+7fI2JVFGfjk4BCWXQkyyEw5SGlMqg== X-IsSubscribed: yes 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 X-SW-Source: 2012-08/txt/msg00605.txt.bz2 On Tue, Aug 21, 2012 at 3:26 AM, Pierre Muller wrote: > > I made several proposals to include the ARI script in the main source of > gdb, but I had the strong impression to get comments/suggestions for changes > that went in opposite directions in several replies I got in the > four versions I sent. > > Thus, I left for a nice holidays without having been able to > commit anything. > > In order to avoid further digressions and as the thread is now already > quite old, > I was wondering if we should not first discuss of a general scheme > as to how we should proceed here. > > My plan was to: > 1) create a contrib/ARI subdirectory > in which I would copy the existing scripts. contrib/ari? > 2) Remove useless code in new location and fix > biggest errors in existing scripts only, leaving > other improvements for later (so that they would appear > in cvs history). > > 3) Add a minimal number of new scripts to allow easy use > from within this new location. Sounds great. > > One of the issues was about where we should put the corresponding ChangeLog > entries. gdb/ChangeLog is fine, I think. > I would like to restart the discussion > from here.