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 ms9.migadu.com with LMTPS id gDcPFhJ4VWR3PAEASxT56A (envelope-from ) for ; Fri, 05 May 2023 23:41:38 +0200 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 p0oVFhJ4VWR+ewAAauVa8A (envelope-from ) for ; Fri, 05 May 2023 23:41:38 +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 040E639B32 for ; Fri, 5 May 2023 23:41:38 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pv3As-0005yY-OE; Fri, 05 May 2023 17:41:10 -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 1pv3Am-0005xf-I6 for guix-patches@gnu.org; Fri, 05 May 2023 17:41:04 -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 1pv3Am-0001Kt-8L for guix-patches@gnu.org; Fri, 05 May 2023 17:41:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pv3Ak-0000XB-4l; Fri, 05 May 2023 17:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63320] [PATCH 2/2] DRAFT news: Add entry to 'guix style -S arguments'. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Fri, 05 May 2023 21:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63320 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63320@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Julien Lepiller X-Debbugs-Original-Xcc: Julien Lepiller Received: via spool by 63320-submit@debbugs.gnu.org id=B63320.16833228572028 (code B ref 63320); Fri, 05 May 2023 21:41:02 +0000 Received: (at 63320) by debbugs.gnu.org; 5 May 2023 21:40:57 +0000 Received: from localhost ([127.0.0.1]:57676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3Ae-0000Wd-QX for submit@debbugs.gnu.org; Fri, 05 May 2023 17:40:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3Ad-0000WH-96 for 63320@debbugs.gnu.org; Fri, 05 May 2023 17:40:55 -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 1pv3AX-0001Gg-Jz; Fri, 05 May 2023 17:40:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=/FYLqIwBrQzoZd57i56nUsjfd10jOyF6CsQE6i8Q1m8=; b=OOW53PMrMKKcH7/bphm2 8qftzct1gCSnnxsD1179OMZxqvUxcwmeCCZM8nuuhMYeHUNvt8O5drfaBOGe26d41qAe9sdq9GbOv hzk5m33b4fhJK3NrkPdgl66CkljE40xEPSuCc3doodH/5QCmuTSSuUVex5M0Fe6XR6tBrW/WLFfsL OWD9TyNrnSLvDzJ+wT2yuCvAGGQfpsMOexm60ypgDK/34gKbURc4o1PLsbd/FUhIoMZXTT1v8n7aT fx13YTFSlLCdWJM6Xa5XwuE4p28LFeCcTBnH/W0TQyw9ZCRwtpwuWgbuGwE9oan8wJpeeQFUW2E65 88V6eDzGOJHEtA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3AX-0006Bu-5o; Fri, 05 May 2023 17:40:49 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Fri, 5 May 2023 23:40:05 +0200 Message-Id: X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683322898; a=rsa-sha256; cv=none; b=W93ptpMK/Wx8FLUx+kerkverCmvJUE7sIyI90eR8HY+jt4k/S/7ZKGLxaGBTRjNxK4FXo4 F/FpkBHHynD7bK6H73v58feXf8KHo5Ro218QB/t3FEn/RQO6VT1Y8xpL8jWMnhY+nPweaJ fDDV89CtdxzpacnfmSx5gNVz9fNrOntCKPm6RmvW0eqcxEzc9qY0fz35TzG6p/7GDWsxy8 QOHW2JQh69/YiylKYsTAjVFPUG0noClmh0zFq3UMKL0Xs3BgnZiMksZx6LtjMKkqc09YcE D+I8DttOL0c2TVZq0F70og2KBSoOgbTsxMAd7VYy7eNntClXwp35BTjJl7ImiQ== 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=OOW53PMr; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683322898; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=/FYLqIwBrQzoZd57i56nUsjfd10jOyF6CsQE6i8Q1m8=; b=ISD7NI0HAPeRKcdCYlQs8t+hkAUu3+k81WHWi2/EZNpnQUHBX088o3mQ6Nu776MjG8oCyU 9SpYDFbRyDt6g56nyhjvegChCJ8R7bQpMPMB0PiQnToTTHUgZ6ObwQZvflY72EANI2LLK+ 5Hl06Jn1rnARbl8x5JFr54r2oBlfhKdHCMQwiJ0NuZ95z0H7il2KSha9RnmIX6ehU0Fi2c q9zxVl0GRCVdH3mSJyY3vGyYa7cJmHizkwrQI3AzcH6C5zrGuNiRPSYSfpUiQMrJKl7O1W Zz7jCpOaxGkcnnpSzbTFsdV3b3kvERcc9gxd+KmMAM6x62bUVfvuhi3fUHohtQ== X-Migadu-Spam-Score: -1.81 X-Spam-Score: -1.81 X-Migadu-Queue-Id: 040E639B32 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OOW53PMr; 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-TUID: QWz0OowaSj7B DRAFT: Missing commit ID. * etc/news.scm: Add entry. --- etc/news.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/etc/news.scm b/etc/news.scm index 22f04e4dae..41a03405a7 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,22 @@ (channel-news (version 0) + (entry (commit "FIXME") + (title + (en "New @code{arguments} rule for @command{guix style}")) + (body + (en "The @command{guix style} command has a new @dfn{styling rule} +for package definitions. Package writers may now run the following command: + +@example +guix style -L /path/to/channel -S arguments @var{package} +@end example + +This command rewrites the @code{arguments} field of @var{package} so that it +uses G-expressions instead of classical quasiquotation. + +Run @command{info \"(guix) Invoking guix style\"} for more info."))) + (entry (commit "ae11fcb84ac478dfa56d322ef08890645183a087") (title (en "New @option{--with-configure-flag} transformation option") -- 2.39.2