From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aHVTEMHhZGN6rgAAbAwnHQ (envelope-from ) for ; Fri, 04 Nov 2022 10:56:17 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id ePZEEMHhZGOFXwEAauVa8A (envelope-from ) for ; Fri, 04 Nov 2022 10:56:17 +0100 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 175E41E160 for ; Fri, 4 Nov 2022 10:56:16 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqtQl-0004ev-NL; Fri, 04 Nov 2022 05:56:07 -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 1oqtQh-0004e6-TG for guix-patches@gnu.org; Fri, 04 Nov 2022 05:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oqtQg-0008Uq-4o for guix-patches@gnu.org; Fri, 04 Nov 2022 05:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oqtQg-0004Lw-0T for guix-patches@gnu.org; Fri, 04 Nov 2022 05:56:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58972] [PATCH v2 2/3] guix: ui: Improve missing output descriptions. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Nov 2022 09:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58972 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Liliana Marie Prikler Cc: Maxime Devos , Leo Famulari , 58972@debbugs.gnu.org, zimoun Received: via spool by 58972-submit@debbugs.gnu.org id=B58972.166755573616699 (code B ref 58972); Fri, 04 Nov 2022 09:56:01 +0000 Received: (at 58972) by debbugs.gnu.org; 4 Nov 2022 09:55:36 +0000 Received: from localhost ([127.0.0.1]:51717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqtQG-0004LH-7y for submit@debbugs.gnu.org; Fri, 04 Nov 2022 05:55:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqtQD-0004Kq-Qk for 58972@debbugs.gnu.org; Fri, 04 Nov 2022 05:55:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqtQ7-0008Ha-B3; Fri, 04 Nov 2022 05:55: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=B1iI65dyQKJZJFfFmXzZlGndAF9nPMCaAUmhopFrFqU=; b=AIsheca9fvKJ4qZy3zas 8qV+UPz5nWRXSo+/qDdsA8RY6FMNw8yhxHAe4BKjFnt1bQDDv9hrSQllvTbBTEXwB6b/SI1SOeKIa NYcF0EuEobo5KYjq93cGwodb1dy8xlkH5pR4snH+GFw1LpKh/4EmpSysYoLYQgCj3nrUc8vfdmA7x dx79NpxEx8w2sot9VS9RfmhjHuNw1SibHJwjVrA4B0MGg7UCSeBz4PYozqO5QTZRuvORfsfJpMwwH T/0pA5Fqoozay29bq0SuTFc25pMFKfrNAiRGbEIp0+pFX0BYwGJWIAUYuUN9Qgx1ylJlpKhJ8ZFHI x5jU6dhHfr8Mzw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oqtQ3-0006RQ-9w; Fri, 04 Nov 2022 05:55:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <4a324ea8a9128bb6cff2306129125c15ed930813.camel@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 14 Brumaire an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de l'Endive X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 04 Nov 2022 10:55:21 +0100 In-Reply-To: <4a324ea8a9128bb6cff2306129125c15ed930813.camel@gmail.com> (Liliana Marie Prikler's message of "Wed, 2 Nov 2022 21:10:50 +0100") Message-ID: <87k04bm4c6.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: , Sender: "Guix-patches" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1667555776; 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=B1iI65dyQKJZJFfFmXzZlGndAF9nPMCaAUmhopFrFqU=; b=O7dk6YisGSTtc5VKIJ/sgevmAgVvU1qhbhGZYDrma2e1AGbKS8E6zUAHsfhIvsc4DPi56F 3UGsxbUqqGuqxADk51OyMIM/AvuIIqlVgpyqamZRLxk5fGf/2sbAMSt2vi4++RpAUwZPGc GoqRZbIcX/jNGWE0p59Htqr2BO8uCA/l2ggK4ycSbndSDK8n/Oy1mgXNmOygqiSkny3FiT cAp/zwXx8v7cCFxW/9z6hiaO6wrgXLysqMbj0rmtTBttCuyZ1PuaB2jeOmoaxxDw+MZyyl JrxP5e92yfTjSg4FbU+i7JXQVAWLpxnGTO9akbqi4tyZVYK89o6W2REyOn5y7g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1667555776; a=rsa-sha256; cv=none; b=hUnj9SbpE0dZDMQeI0W8I2otjeVGQbn49mwNJ9JLdVcMaU7wCCxDbE6alohRHGcFA3vVdD daPzia9jZeIxovMbAUVt0GlNXqSlG0NVpJpWGiQ2nwvon60dnJSxFmzsE6gb88wPYY9P85 9bV2EzrTh9XarsEY8JchO09SZoXk+x6a8ynmbgHsNEA2dqZhXumrhphapsxKeWkJXI0xTn GGdCVLnd6y7gbQr27ygHIVXVym67/cuvNlg6RKJpoU+blL3aOIqZKYTdSuzVB74RXHCg2K 0nC63Fa4xGPUw+bO3cI/+NJdWGAvbq7mn1X/h2WtEPTZbWtN5495i2HaZTczmg== 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=AIsheca9; 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: -2.70 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AIsheca9; 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: 175E41E160 X-Spam-Score: -2.70 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2y6+AXRtHHlA Liliana Marie Prikler skribis: > The current reference to Intel's Appendix H appears too obscure and confu= sing. > > * guix/ui.scm (package->recutils)[output->recutils]: Replace =E2=80=9Csee= Appendix H=E2=80=9D > with =E2=80=9C[description missing]=E2=80=9D. > --- > guix/ui.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/guix/ui.scm b/guix/ui.scm > index 0f9a4dc187..6299ba77a1 100644 > --- a/guix/ui.scm > +++ b/guix/ui.scm > @@ -1531,7 +1531,7 @@ (define* (output->recutils package output #:optional > (_ #f)) > (package-properties package)) > (assoc-ref default-synopses output) > - (G_ "see Appendix H")))) > + (G_ "[description missing]")))) LGTM, thanks! Ludo=E2=80=99.