From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 141761F62E for ; Wed, 16 Jan 2019 18:02:26 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=RireV4pOQuiN/mPT yZQdebCVIqwvgcLNAQRElmkUnsKGc/dZaoEMe2Q9imVImJf+VN03NoQATLqVKsQg pulrjYXy9cqFDVHoxYk4n6TMsZ7ZYt12CjUuPZelXKb9oOU+Q0AegIowMbysmgf3 m/hrOIgRg+E8l5/onwwchY1QBuI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=3/3nKGMKFlU69FHQ+xbuoF dixQE=; b=CjlThV08/XfNvspLe116vfWeyWQ93RI3XmtTwEnEeMKokwlKj0aXvk 0fnBYn4KA2tyPuqufZg2A8ZwcMJNGj4MntnEU/agf6U+AtTkldxg5JULATRCaHtA vUlCIQhxfZdOCv1d2PkqwS5l4S8XyDJjehtH5vNF3gO0M0FsDSvAs= Received: (qmail 82633 invoked by alias); 16 Jan 2019 18:02:23 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 82618 invoked by uid 89); 16 Jan 2019 18:02:22 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: zimbra.cs.ucla.edu Subject: Re: [PATCH v2] Script to generate ChangeLog-like output To: Siddhesh Poyarekar , libc-alpha@sourceware.org References: <20190112112444.26801-1-siddhesh@sourceware.org> <19f63566-6830-bf49-64f9-57b1db3faf9e@sourceware.org> <8f9c45d6-ff12-8f48-83f2-6291acb42920@cs.ucla.edu> From: Paul Eggert Openpgp: preference=signencrypt Message-ID: Date: Wed, 16 Jan 2019 10:02:19 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 1/16/19 9:56 AM, Siddhesh Poyarekar wrote: > I agree with that idea, but the single script will most likely blow up > into a set of scripts with the driver and then parsers for backends (c, > c++, etc.) and quirks (e.g. macros that break the parser) for specific > projects. Would that be acceptable? Sounds good to me.