From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iAgcDS8s8mIcRQEAbAwnHQ (envelope-from ) for ; Tue, 09 Aug 2022 11:43:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +K00DC8s8mJXegAAG6o9tA (envelope-from ) for ; Tue, 09 Aug 2022 11:43:11 +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 A9FCDC2D5 for ; Tue, 9 Aug 2022 11:43:10 +0200 (CEST) Received: from localhost ([::1]:42046 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLLlT-0007sU-L1 for larch@yhetil.org; Tue, 09 Aug 2022 05:43:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLLlO-0007s8-B4 for guix-patches@gnu.org; Tue, 09 Aug 2022 05:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52819) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLLlO-0002mw-2V for guix-patches@gnu.org; Tue, 09 Aug 2022 05:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLLlN-00032O-UE for guix-patches@gnu.org; Tue, 09 Aug 2022 05:43:01 -0400 Subject: bug#56898: [PATCH 00/13] Put the pretty printer to good use Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 09 Aug 2022 09:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56898 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56898-done@debbugs.gnu.org Mail-Followup-To: 56898@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 56898-done@debbugs.gnu.org id=D56898.166003815411627 (code D ref 56898); Tue, 09 Aug 2022 09:43:01 +0000 Received: (at 56898-done) by debbugs.gnu.org; 9 Aug 2022 09:42:34 +0000 Received: from localhost ([127.0.0.1]:42567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLkv-00031T-T3 for submit@debbugs.gnu.org; Tue, 09 Aug 2022 05:42:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLku-00031H-HF for 56898-done@debbugs.gnu.org; Tue, 09 Aug 2022 05:42:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36386) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLLkp-0002jT-3S for 56898-done@debbugs.gnu.org; Tue, 09 Aug 2022 05:42:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=x5CYAl+1gBSOI93k9vBW7l4lM9V3NDYHQmp70Vpghec=; b=Ib7UCnSPqppzuh/Z66kF ZIGJVw5ArZed+q0dIkw0KgQuG2xT6pnRU0vMkw4TwBeyUOk84uoXFHL2+lok1HRkSGUHzEkD6EqP5 sZSLLtPbC+K4IS8THPDckDGHPPpQ2pvQawvARz43fDB1mutUda3JEGDmSLtcFYJGtINvabfbTd34C a4ukWm5XZDes6lyVKRgpGYsHoSU0laWiHzYKFyuyo9FmrMmTVSim5tnZ6aIY7fJB5TDfMeCTWvTY/ skBzzC9HtiTy3PAQRXbnuefU1Wabh0lIpFnn6vhS/JkUf8HzSb3jdy1JocNzR8AN4blXbsDA/itPK im/QQ/wwGb2qmQ==; Received: from [193.50.110.201] (port=44258 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLLkn-00049s-EP for 56898-done@debbugs.gnu.org; Tue, 09 Aug 2022 05:42:26 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220802214236.18965-1-ludo@gnu.org> Date: Tue, 09 Aug 2022 11:42:23 +0200 In-Reply-To: <20220802214236.18965-1-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 2 Aug 2022 23:42:36 +0200") Message-ID: <87mtcd92io.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660038190; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=x5CYAl+1gBSOI93k9vBW7l4lM9V3NDYHQmp70Vpghec=; b=hYFiB34hlSaE4ncqcBjhwbssWLTQfCCXfOu5KisvGHF6qha0viMP1eQeMueA9BrNp+ZrkN uMpD1R/Jq/5YerFM9LbUsEE8bO6l+xQPyvRl28jitYkckrnFGm+kGAgS+R/u/MIhjAiybl 44C8RJULABMJyXbgCeO+WGDKJ92rS8jMOWCNA5FcTDcjnaLGGUXZZkXNIa4kb2muG7bpfT iTYYX31Mp+cWmHnsD2fLOSLjbdB0AWIDQpyGKmjis/ZZvYZgGo5MZV1WrzJODtcM06Y8L+ UGbC0os5ig1Ykqbk+H6AoRNlntQM/YJgAsjdbXxaZk/YcZu4SIHE1vfbnOhsGQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660038190; a=rsa-sha256; cv=none; b=Fmce5v9iredsS5DMoyawXW1FdhO7zLo7M9erWW9CGbB78v5hBvlt5DnS1wbUAWy9/w8K9A BosnUYWRTrpO+QSenwvEypf5Kvl4SwGbbEQCv2yysXOMNa+kzMAISFRZdlZ8m7dO/7L9i6 9RqQYelS8hZt0a8xV/QSaSG2nvOuEsBa3IPvlw8B7mwVCH1T7ttYaNIsJdGjFMnGGWcU+k GPk+a9wZA2eD07ESast8BRxmrThfVfLH4WqucjJPccgnNOKGHjQ/YqvaSIyFFvBz7R8yYi mm73s+o/UHnUSzUTa2KDwTudqq7GyzvDnXUSnNhyWNzL2151OH4ykmHKtb/bqQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Ib7UCnSP; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Ib7UCnSP; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: A9FCDC2D5 X-Spam-Score: -3.79 X-Migadu-Scanner: scn1.migadu.com X-TUID: QrMfZwJcgt+f Ludovic Court=C3=A8s skribis: > style: Move reader and printer to (guix read-print). > read-print: Add System and Home special forms. > read-print: Expose comment constructor. > read-print: Introduce parent class of . > style: Adjust test to not emit blank lines. > read-print: Read and render vertical space. > read-print: Recognize page breaks. > read-print: Add code to read and write sequences of > expressions/blanks. > read-print: 'canonicalize-comment' leaves top-level comments > unchanged. > style: Add '--whole-file' option. > read-print: Support printing multi-line comments. > installer: Render the final configuration with (guix read-print). > installer: Add comments and vertical space to the generated config. Oops, forgot to close: I pushed this series as ff9522fb69b9f4a31a5b766029e26dc53a2d1cf8 yesterday. Lemme know how it goes! Ludo=E2=80=99.