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 [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id B2227397200A for ; Mon, 28 Jun 2021 11:45:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2227397200A Received: from mail-qv1-f72.google.com (mail-qv1-f72.google.com [209.85.219.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-586-b6cwmwDlN7ux7nwvyydj2w-1; Mon, 28 Jun 2021 07:45:54 -0400 X-MC-Unique: b6cwmwDlN7ux7nwvyydj2w-1 Received: by mail-qv1-f72.google.com with SMTP id ez18-20020ad459120000b029020e62abfcbdso17289060qvb.16 for ; Mon, 28 Jun 2021 04:45:54 -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=W1MKnfQix3ljgrPMSJSZ0VMIKQS6EeRbA1JcG8+vEtc=; b=DEadew3tSfnBnfZEZQIKVfCoszqcNvBstlYmQ6iCGrQ2iBm4Ukg8x0hZl7RLVuQY3O z2vM0nfDEjGX/VEmW8i5bOUMk0YLPxDwSqFnTl+9nMfbdcear+V5L5mqb4gQnRJRqsiw SOblx5njQua0Bu9NBpjXJGNXjBxaJU2d4KBUUYEczyPp6/KKRRA40IOHBYw/paSfzKLT jnCmVJ7jktKyLfcUqCDRx50wx/BsDrWSC/i55j/80RGp9XvVLzhct6O00OE4PefGE6OV GFip7to4TdT87UWnczTn77Sat4Zf36SEFLZWRdCGbbnrwoc0oQZ7ArP0ws5pmIfKrV59 d/HQ== X-Gm-Message-State: AOAM530Qv4fRAVmKw1PtD2cLqkmnhgm3YKZzz5vfeoB7ljbe2BJdCX1P yF9Pe418gXIwjVmZcJU/kO3eN69vpoRay6KLisSdmxM4WjeJ4rlUkVfz4B0Ssk4FawSGaDkl4XN EwCdWv1BazCmHx3zgrDRfwWMta1knpOFl2PmNoxmmCM1VYMsKYgtlhWPli/YSqlJK5R3yGw== X-Received: by 2002:a05:6214:190:: with SMTP id q16mr15684272qvr.9.1624880753777; Mon, 28 Jun 2021 04:45:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3T8IQ0rImfkSuat1ugGsTjHnCfe1YMl/kpZlcnTYFYn35NYAmF6OwWavuwtcDEnBiOvKUQQ== X-Received: by 2002:a05:6214:190:: with SMTP id q16mr15684254qvr.9.1624880753573; Mon, 28 Jun 2021 04:45:53 -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 m6sm7736291qtx.9.2021.06.28.04.45.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 28 Jun 2021 04:45:53 -0700 (PDT) Subject: Re: One test per line, one source per line, etc. etc. etc. To: Florian Weimer , "Dmitry V. Levin" , Andreas Schwab Cc: libc-alpha@sourceware.org References: <875yxz12we.fsf@oldenburg.str.redhat.com> <20210628092246.GA3836@altlinux.org> <87y2auuwx5.fsf@oldenburg.str.redhat.com> From: Carlos O'Donell Organization: Red Hat Message-ID: Date: Mon, 28 Jun 2021 07:45:52 -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: <87y2auuwx5.fsf@oldenburg.str.redhat.com> 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:45:56 -0000 On 6/28/21 6:05 AM, Florian Weimer via Libc-alpha wrote: > routines += \ > read \ > write \ > # routines Floian, Dmitry, This is my *favourite* because it increases observability of the list you're editing. Thanks for exploring the options. Andreas, Any objection to the above? As Florian noted it works and subsequent variable setting after "# routines" works as expected. -- Cheers, Carlos.