From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id LvxZB4N042QUvwAASxT56A (envelope-from ) for ; Mon, 21 Aug 2023 16:28:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aLJ2BYN042SvRQAAauVa8A (envelope-from ) for ; Mon, 21 Aug 2023 16:28:19 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B2E40609F9 for ; Mon, 21 Aug 2023 16:28:18 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=CsrSYMTh; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692628098; a=rsa-sha256; cv=none; b=Rga886uvznAB5/x7IxdCywA9OfO7l8CV9d3uejZweJVaNR59CoeYBasaMulDULB2ZFHAm/ 1mq4TTpGfD+u1FoAA4JXCNfQMnbADISpsmRtQMyXDMM4WszSNlEE2PK6wrW+I/9A/HDhAh 7YNmMPi77eyNBbnUudYz/JHmJ1MnOlZSq+5r3Ufy0dBYgcGXM3ycttIdfJrLqWBpvv8hGH QLPzlJFu/rl+Z6m27t3HWMnQ5JuCwSqYVkKOUxtBziGFjttItxivz4EBrCApOc7waNzhSK X59CG9qJHcBOFtqFbBykADqHbnYeohFiW83/Gd3R4m6tvaK7pt/iBR6nZf2X/g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=CsrSYMTh; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692628098; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2Sh74DDcSMx0CPpIYdymoIcsBGJ2s4YK85djztXEfIo=; b=IWE7GhAxToBOgoOiXy7Si72xH1cf8oDaK/Ep+ZlBETLg9781rQXr6xiSxjlEL2/v8sGe7B hyldbsOsjSwardkDjaOlxR17rjGigc2zj6hunvrDKGopQvCcZmNnM0nWavpn9xTIJCd1uK 3LL2//4yXolM4xNDB+Z3MA35G7OToDv5612OBiV4PKmPQNEoTA6ZESjBOC/6f8R8bveV1p lP3zlgu6qftW+Ww8WerBxpzi09Ws3KmYpV/+cNSD8vBVj5D8BU87zZuMgmm00LaLM3Oy4G bfbA2VBuXBnUU2lOy+oftPC7NoOejXQaF74DmL5eowD2jDCeD9sHfsUAyHjhvQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qY5sx-0001TK-KI; Mon, 21 Aug 2023 10:28:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qY5su-0001T4-NY for guix-patches@gnu.org; Mon, 21 Aug 2023 10:28:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qY5su-0002Bu-Ft for guix-patches@gnu.org; Mon, 21 Aug 2023 10:28:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qY5sw-0000i2-ME for guix-patches@gnu.org; Mon, 21 Aug 2023 10:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65351] [PATCH 4/7] gnu: cgit: Use G-expressions. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 21 Aug 2023 14:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65351 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler , "(" Cc: 65351@debbugs.gnu.org, jgart Received: via spool by 65351-submit@debbugs.gnu.org id=B65351.16926280692698 (code B ref 65351); Mon, 21 Aug 2023 14:28:02 +0000 Received: (at 65351) by debbugs.gnu.org; 21 Aug 2023 14:27:49 +0000 Received: from localhost ([127.0.0.1]:57439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qY5sj-0000hR-0P for submit@debbugs.gnu.org; Mon, 21 Aug 2023 10:27:49 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:58044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qY5sg-0000hI-Ux for 65351@debbugs.gnu.org; Mon, 21 Aug 2023 10:27:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=2Sh74DDcSMx0CPpIYdymoIcsBGJ2s4YK85djztXEfIo=; b=CsrSYMThnSMpSxmtkUBrKaXtiK X5bAvOhzrt4+XqFOVqfGRWfQvB/cvEHUXw7nBkUX6L0bWX1mCc612f0hkAAdBLkIIo4YNnNr6E12H EXLZ9FeYcqSSlIYsqnII8hVJfUxFrGd/ZN+1i27IaG0PuU9589b9M2RTFCnstaJlnzQa/JdAldC+R Dmj3FRvkqgkXc+rYfOlNBrXl/y73QqQUek+Hfp79fApyE8nfy9JQ7NlUP8Gg1QwMluv0eVlGwiyCK 0KejwE35NsGBvrCgW47tRxVqk1s+Y9LJ4z/d4pWSGQZl4U0DrQwXbcZ/+ioFKDK/aOdeWSJ6zcMPv aHcXtNkQ==; Received: from [192.168.2.1] (port=57732 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qY5sI-001FJa-01; Mon, 21 Aug 2023 15:27:22 +0100 From: Arun Isaac In-Reply-To: <6b311cff4bb124b1a9db1a70f8ae4dac9f9ad2e9.camel@gmail.com> References: <87v8dd8k08.fsf@disroot.org> <6b311cff4bb124b1a9db1a70f8ae4dac9f9ad2e9.camel@gmail.com> Date: Mon, 21 Aug 2023 15:27:18 +0100 Message-ID: <87cyzg8o8p.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Spam-Score: -3.60 X-Migadu-Queue-Id: B2E40609F9 X-Migadu-Spam-Score: -3.60 X-TUID: lFQBL799eOgd >> +=C2=A0=C2=A0=C2=A0=C2=A0 (list #:tests? #f ; XXX: fail to build the in-= source git. > You probably want a line break after list, because you're tending to > the column limit pretty hard. Ok, will do in the next patchset (or before pushing) once other issues are resolved.