From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 kEpUEher02IwVQEAbAwnHQ (envelope-from ) for ; Sun, 17 Jul 2022 08:24:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2P40Eher02LNLwAA9RJhRA (envelope-from ) for ; Sun, 17 Jul 2022 08:24:23 +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 F119615F9B for ; Sun, 17 Jul 2022 08:24:22 +0200 (CEST) Received: from localhost ([::1]:52758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCxhU-0006nt-DX for larch@yhetil.org; Sun, 17 Jul 2022 02:24:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCxhC-0006nl-Rr for guix-patches@gnu.org; Sun, 17 Jul 2022 02:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oCxhC-0007gF-JK for guix-patches@gnu.org; Sun, 17 Jul 2022 02:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oCxhC-00076o-DU for guix-patches@gnu.org; Sun, 17 Jul 2022 02:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49671] [PATCH v3] guix: records: Improve error reporting. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 Jul 2022 06:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49671 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49671@debbugs.gnu.org Received: via spool by 49671-submit@debbugs.gnu.org id=B49671.165803903727315 (code B ref 49671); Sun, 17 Jul 2022 06:24:02 +0000 Received: (at 49671) by debbugs.gnu.org; 17 Jul 2022 06:23:57 +0000 Received: from localhost ([127.0.0.1]:46565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCxh3-00076P-9O for submit@debbugs.gnu.org; Sun, 17 Jul 2022 02:23:57 -0400 Received: from lepiller.eu ([89.234.186.109]:44430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCxgw-000769-4Y for 49671@debbugs.gnu.org; Sun, 17 Jul 2022 02:23:51 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id e4158c5d for <49671@debbugs.gnu.org>; Sun, 17 Jul 2022 06:23:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=FiHbgNJe6Sam wDZI/Mke0BsHdqsWtI3KH2+YyB0h70U=; b=g67ai+OuXJCiTQCPF/aewt/3jN2r qD+oyMr9G7B/3GFHH05RGVV7mfsUX9TCisXyeCoM7QMpv72LpZ1kv4ApKFm3CI7h Ioha4ODZ5BV0ye6qf9zc969Gm/o3Vdivy4VkP9SzXvv4+oFrhJlaZN+e4ETOb4vD m1daLemwga6eA2XJXbGNM2hf7mhgyQ8l2RHRG3n95FUXickm56ElE/99IqEZkkG2 W7BNvdbNVH1yV26RjVj7ejw6ycUOQZXr4h8uAU7F5+TvzeKgEaEb+sG+XnkoKuSS 0tBHTR8sjk55mzlnPYn/QMSsNFfr0ls/rW0noQ7NkmnLvq1qD5FFKDiHKg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 03f23e40 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <49671@debbugs.gnu.org>; Sun, 17 Jul 2022 06:23:42 +0000 (UTC) Date: Sun, 17 Jul 2022 08:23:39 +0200 From: Julien Lepiller Message-ID: <20220717082339.665a7385@sybil.lepiller.eu> In-Reply-To: <20211122034022.152daf55@tachikoma.lepiller.eu> References: <20210721014047.3878a0c7@tachikoma.lepiller.eu> <20211031030635.520a3c6c@tachikoma.lepiller.eu> <20211122034022.152daf55@tachikoma.lepiller.eu> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) 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=1658039063; 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-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=FiHbgNJe6SamwDZI/Mke0BsHdqsWtI3KH2+YyB0h70U=; b=R1LmqXXkY95pjAIX/ajDz1zmWsaA7aRpFFYD8zJ8ObIoq0krniH2KdXw2p/am3onAnUoQ6 +kvA7hKT/AWEi1FSfhQfzx5EuiqilU2hYryaWXJF5wYR18fp/HQMV3Pp3k82S4yEffSdk9 DScFuGGQtGC7JiAlz0xGvie3nMRo+VKd3UmIZ8/9UdbTwSaD220eoFpFKBGUEiS6YQFWW+ gdbmYK1FMD2EJ8AtMmhqhb5O2u8fEp9Bd8kclhajYHqw+p1ab6KyOzifeZGjcaCyRgTo+O 7NUyb52FNZ5u432BMkJeo8zravf4/HmYdUZrPu+UQ5JFfANuO6XSKdFOC+a7Aw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658039063; a=rsa-sha256; cv=none; b=SL0xcmOiYgYiEBHlXT9LJSEtaxPf+cpRGerOVmpYKL2T/C3LigRCJKTxYsY3cpT1UOzjBP T8a4DIPefXAJ3f454arEw1kcGLc4fbSUf6hVPoD3hVyed2QrWePHDty80Ew1pNZjOtz39e jrjYsj+1UZC57UZFt8cFfxIElJEYPCJhRhsG4o+i3MPFTkcRz6pOwzVFjvffBgu08cSuwN INpYagtnj/DzfS32loN+FDLLPfYCN1bJbVem2KYdROmFIJ6Iyn9UK5lHZKmVmFx3fn3YYR lFpFdlfa0cgrjTdsoNbybKQriNUVt1prRy2dG1dFcLb/dS22Ph2z2U+OgcbfAQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=g67ai+Ou; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); 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: 5.77 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=g67ai+Ou; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); 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: F119615F9B X-Spam-Score: 5.77 X-Migadu-Scanner: scn0.migadu.com X-TUID: E3VqEkGeHZ9z Hi Guix! A few months have passed without comment. I don't feel confident enough to change Guix internals without comments. What are your thoughts on this? Le Mon, 22 Nov 2021 03:40:22 +0100, Julien Lepiller a =C3=A9crit : > Here is another improvement compared to v2. This time there are two > patches: the first adds support for &syntax in (guix ui), and will > print something like >=20 > in form: >=20 > where "in form" is in green. >=20 > The second patch is very similar to v2, but will now also raise a > &syntax condition, so it can be pretty-printed. The previous issue > where I printed # is fixed, I simply forgot a > syntax->datum. >=20 > WDYT?