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 ms0.migadu.com with LMTPS id MDQSJb5KTWIlUwEAgWs5BA (envelope-from ) for ; Wed, 06 Apr 2022 10:09:34 +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 eLRgIr5KTWKZfAAA9RJhRA (envelope-from ) for ; Wed, 06 Apr 2022 10:09:34 +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 036B38C13 for ; Wed, 6 Apr 2022 10:09:34 +0200 (CEST) Received: from localhost ([::1]:57290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc0jM-0000nQ-CF for larch@yhetil.org; Wed, 06 Apr 2022 04:09:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc0it-0000k5-4Z for guix-patches@gnu.org; Wed, 06 Apr 2022 04:09:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34669) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nc0is-0005ea-RO for guix-patches@gnu.org; Wed, 06 Apr 2022 04:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nc0is-0007G1-MA for guix-patches@gnu.org; Wed, 06 Apr 2022 04:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54393] [PATCH 0/2] Add 'guix manifest' to "translate" commands to manifests Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Apr 2022 08:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54393 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 54393@debbugs.gnu.org, 54393-done@debbugs.gnu.org, Maxim Cournoyer Received: via spool by 54393-submit@debbugs.gnu.org id=B54393.164923254227891 (code B ref 54393); Wed, 06 Apr 2022 08:09:02 +0000 Received: (at 54393) by debbugs.gnu.org; 6 Apr 2022 08:09:02 +0000 Received: from localhost ([127.0.0.1]:56798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc0ip-0007FZ-HX for submit@debbugs.gnu.org; Wed, 06 Apr 2022 04:09:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc0in-0007FG-Mf; Wed, 06 Apr 2022 04:08:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51890) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc0ii-0005cV-Fh; Wed, 06 Apr 2022 04:08:52 -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=kPkNtYyzRGrGUdaO1InjOe5upiKGuqBof4hIYb9561g=; b=ef5dMekTPWaNnUHdkbLX P6xFOjxG1hu6YetA1CbMozkJtQjvkyQb5qdhrgTZVFzmNzCL9A0GyBkcUX5v+ZNcM/tUV8RK+Qunn ql0KEUO171uAK5cwiIEnjCnrhRa/FnOS2tTGMURlPi4BUMsmlT1/AJ3Q38FThwP2jPy2EQvIutqVw lhCEajpNRLohZJxyg3FjOP1Ir8qM6gdbqB0YhdBnjg/1rDy5mTzVR57y3tKorxFj4+RclyAgHel+m ulyMetE879XYhlLNZuAzDQdETYF/7FBUVRuTJw7AxkwMxQ/XvZZ0/0zMnyqsNo0lrwVLN6eRpGPxS E0DwLT1GpeCR2g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61157 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc0ii-0008LV-3C; Wed, 06 Apr 2022 04:08:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87r173huph.fsf@gnu.org> <20220331110957.31829-1-ludo@gnu.org> <20220331110957.31829-3-ludo@gnu.org> <87sfqszzh5.fsf_-_@gmail.com> <87zgl0r1lu.fsf_-_@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Germinal an 230 de la =?UTF-8?Q?R=C3=A9volution?= 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: Wed, 06 Apr 2022 10:08:49 +0200 In-Reply-To: (zimoun's message of "Tue, 5 Apr 2022 07:48:29 +0200") Message-ID: <87czhuiqge.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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=1649232574; 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=kPkNtYyzRGrGUdaO1InjOe5upiKGuqBof4hIYb9561g=; b=GVt4drGaO5uHxKUjXyN/7cCAMVdmjG0xVHydLqaVjKBNFhl36eTZ7iqiCOVdFCHg8EZ5O9 IRy1gyseBZb9UaEsz9vnEJZX1KY76eXWBj07/tYnA5LBDJ2iL4qQ/ENjZPs4UFThw+hHSC uuqwHoVHYRiyTJnsjBucMWpE9ZeLR1qzsJnrJ899wZwqQpx+f/akDoNFWRk0brBR035H6w cqbDXf9qcxjJI46oNwX7/fDvksz6SK5EXoT//8yFhjhPiUCQ6VUxANI0OmYRUAbu90E8kJ 3L/zWGC+8VoD65h/orcTymFcFB+ctRILxrms7ObCGYEFDqIk9O9yUH1WnQb6lg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649232574; a=rsa-sha256; cv=none; b=rTDIXXBfD7lekj5hihsctYVm3MaV4nYP5zayZ0MQYx9OkI91n0xv6eYcVzTFKwuf/PJo5X D+IoBA7MN/fPj5QRj7Aq4eplDNa02M3r6PwuAR/IcmNja0JtmRKKMiLqUJjHIcO7Ct/8QL 8nPQ09wMyxe4BvAR1C6MTXM0uPRCxmTx9VagK4EgQBcfCYEPJbHm5ucZW1nUm4zRDZXnEn 4sK2D0stEVUiyK4NlZIYbK8dMqiyiOtS2u0aHAn9macj/sYtopKyiZjkTpdQJ7HE4qHfWF IRv1a9up+lXtSLisOToXmSzmEQPvlp8yrL7JeJYbjVTvkbIJW/2o7+2Jl09cqw== 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=ef5dMekT; 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.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ef5dMekT; 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: 036B38C13 X-Spam-Score: -3.97 X-Migadu-Scanner: scn1.migadu.com X-TUID: ZwRskzx63Dtq Hi, zimoun skribis: > As discussed on IRC [1], it could nice in the future to have a warning > message when some options are incompatible. For instance, > > guix package --install hello --export-channels > guix shell --container --export-manifest > > etc. And it would probably be an easy first contribution, or listed > as such. :-) Agreed! Ludo=E2=80=99.