From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 8365138618FF for ; Mon, 28 Jun 2021 11:42:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8365138618FF Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-591-5r-smrjEM0uf17XHROf7Nw-1; Mon, 28 Jun 2021 07:42:58 -0400 X-MC-Unique: 5r-smrjEM0uf17XHROf7Nw-1 Received: by mail-qt1-f199.google.com with SMTP id d26-20020ac847da0000b0290250c4d73502so1112221qtr.20 for ; Mon, 28 Jun 2021 04:42:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=vwfLDQXVBc/pl/J0sJzLTpj6z3MfDhuispMLMabOKYE=; b=BgLlcyAUcR/TfMUxHBEQjRYWRbD2dNcx/1kiZcF7SnPnRlkAByYNBrQHEDrfQJ0osm FmAOWswmzBupy+yerByH50hheaGrj7llIqLOpcyaW5AKiwlOo1HDAnc24tMw9qBcxrUn YEuYhB1lWoJhrDMiH8L8FBEv8DsLyRnf4436bwPEItSkx0kyCmOzjx4ErLc41nhUTRkF L8gwRtLWRiIdPXNLidufaFrDybsMBSifS5CDf3vC/f+z/9KRgNYAC2cxFuayr9/pQtOg eg1F5GrxKEQc/1tDGUohUm1vbvfvkBJTKElwXYdcHg6nEZKaKoRWQnQCEglmDbVnZJk/ WWVA== X-Gm-Message-State: AOAM5332HN/HgXHKX3UGaYAATWRx8nB5UpR60m85if3NCoCrTkcBn+Lx arbwiZ4oRUBAzTyE5t7quucPS6e4mvtPA2bFqeui4JFSx4vBfgWwTJlnD4Z2h1XJ8ONEHrlunsU o+oJxL0vjoqU+JpmSAS6Q X-Received: by 2002:ac8:5c48:: with SMTP id j8mr21395004qtj.154.1624880577651; Mon, 28 Jun 2021 04:42:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzguEOH3Vp+ZWhemhVl+4BA8gn418NbPLKY3eihNGg2rpfDwteK+Ja+vt5nm/YC2IEkIn8Kgw== X-Received: by 2002:ac8:5c48:: with SMTP id j8mr21394992qtj.154.1624880577464; Mon, 28 Jun 2021 04:42:57 -0700 (PDT) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id u66sm3371367qkc.89.2021.06.28.04.42.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Jun 2021 04:42:56 -0700 (PDT) Subject: Re: One test per line, one source per line, etc. etc. etc. To: Andreas Schwab , Carlos O'Donell via Libc-alpha Cc: Florian Weimer References: <875yxz12we.fsf@oldenburg.str.redhat.com> <87zgva8n9z.fsf@igel.home> From: Carlos O'Donell Organization: Red Hat Message-ID: <0bb2b537-e3bf-cda9-e446-bfd39494e5a2@redhat.com> Date: Mon, 28 Jun 2021 07:42:55 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <87zgva8n9z.fsf@igel.home> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 11:43:00 -0000 On 6/28/21 3:24 AM, Andreas Schwab wrote: > On Jun 27 2021, Carlos O'Donell via Libc-alpha wrote: > >>> This: >>> >>> routines += \ >>> read \ >>> write \ >> >> This. To reduce conflicts. > > The trailing backslash will gobble the next line which is bad. If you feel there is risk in that, then I'm happy to avoid the trialing slash since we would still gain from the reduced probability of conflict with named functions and tests. Would you be OK if we proceed without the trailing slash? -- Cheers, Carlos.