From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 YAJiBM/VsGLdQQEAbAwnHQ (envelope-from ) for ; Mon, 20 Jun 2022 22:17:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2EB+BM/VsGL2EAEAauVa8A (envelope-from ) for ; Mon, 20 Jun 2022 22:17:19 +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 53E003ED90 for ; Mon, 20 Jun 2022 22:17:18 +0200 (CEST) Received: from localhost ([::1]:52780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3Npk-0006oj-Rj for larch@yhetil.org; Mon, 20 Jun 2022 16:17:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3NpW-0006oZ-Ok for guix-patches@gnu.org; Mon, 20 Jun 2022 16:17:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3NpW-0007DS-GQ for guix-patches@gnu.org; Mon, 20 Jun 2022 16:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o3NpW-0005Vu-9x for guix-patches@gnu.org; Mon, 20 Jun 2022 16:17:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56092] [PATCH] challenge: Do nothing when passed zero arguments. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Jun 2022 20:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56092 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 56092@debbugs.gnu.org, Vagrant Cascadian Received: via spool by 56092-submit@debbugs.gnu.org id=B56092.165575616621129 (code B ref 56092); Mon, 20 Jun 2022 20:17:02 +0000 Received: (at 56092) by debbugs.gnu.org; 20 Jun 2022 20:16:06 +0000 Received: from localhost ([127.0.0.1]:58511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3Noc-0005Uj-7H for submit@debbugs.gnu.org; Mon, 20 Jun 2022 16:16:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3NoX-0005U2-Cd for 56092@debbugs.gnu.org; Mon, 20 Jun 2022 16:16:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59278) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3NoQ-00079g-Cm; Mon, 20 Jun 2022 16:15:54 -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=l+amlUjdTosHF/5bqU6vmkS02/dXocOrZN50wn1zy4E=; b=ZC+W7BjAk0JtkXKOVydp pS8v7zUdEdVpFDViatkUD5mOQe/Igxfqr6Kx2j8E2W0nYDWIFu0Gr7ZIDdoefR7bAn8ZFbwpTDZM+ +G3SMjSfy2bEZt/G+lqZGAL4cm1bWrO8+xPPpnLhSUefY/nCIJc4DQPhad1E8rIE1IaxG21q5vUm9 nT2iq1fxEL/8gbnZW10NZbnzgozZ0T+OA0vuT956cpkZz5rebkq4pnhzwx6qgqOBUCM/MFg+OKb3V dY4OcVCsm96ljEZveaQ4DSxjzhWGPBNWRQS7pfBfR39oRDJ45QX/c0AhO6ddz2Et+0R4K4nMm425D BYg8H70tQ3BhLQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49343 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3NoP-0001Uv-RI; Mon, 20 Jun 2022 16:15:54 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220619135522.4442-1-ludo@gnu.org> <03ea39543378bc4b40b45f603553b8b6615aa7ec.camel@telenet.be> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 2 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de l'Avoine 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: Mon, 20 Jun 2022 22:15:52 +0200 In-Reply-To: <03ea39543378bc4b40b45f603553b8b6615aa7ec.camel@telenet.be> (Maxime Devos's message of "Mon, 20 Jun 2022 16:48:55 +0200") Message-ID: <87a6a76qh3.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=1655756238; 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=l+amlUjdTosHF/5bqU6vmkS02/dXocOrZN50wn1zy4E=; b=Gc8h5Ad5GZs54lflcbjWW+CAM++4+TjhYeg0qyrHN6uCgoB2zFYFbimNYQPV4ia5W5rk/Q dK3aT5ObC2Dr3nXBbOqmJ6DzOELGBMO61h0jIlN7JnsA1dpGMRgvDNHAEyF7YTzEoEmvp4 DSQXKOFZaizJ/X4FtUn22Fr1jmUfcPWkB4HdahOYF4ABmzbOGD73ALMYCu2uazLkNkJWxh kKVwu9Jl3RL2v+pPARFUa68kQBFzgs+E7KvXehjNzloVF72k4FCQlBb2IV7PNzhnB06WC7 Ta8817/b/CcpcekCkL5zN40JQVa+6PIg6pLlAmZS8agr/X7VHXdAoCwLBwtPIQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655756238; a=rsa-sha256; cv=none; b=YZIVCnLmOToa36rotbvNm8bdKwyKoI9mLnDKqktEPkKlnLE+HEMrvHoUJXTpqXjQLrqWII y5vsawq+/AfSJqfaB6Ao8zPNDBtDJ+y1ADrppCaAD+A5NBB59I56BZZyAyo4auGEY6B4VB XSmEJiYRouowA5kHA2fWs1iGE/RuKdS4/CKkCQ6CQUj5i2XnCZBYyoayzcoP1tjnP2H3az m0u20Fruj2hmBnFgdloXag1D61CIOZQJqay7ecY2t8Ccm+DTfNIohwEa1UsTJbcPgBuv+d GI8uw7yCR5MUMpbQsRrJzdrntq6eTRCzhF3VgDFoxvP8i31yFmXr1hJIZuz2CQ== 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=ZC+W7BjA; 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.37 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ZC+W7BjA; 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: 53E003ED90 X-Spam-Score: -2.37 X-Migadu-Scanner: scn1.migadu.com X-TUID: RMt3PFdYs1P0 Hi, Maxime Devos skribis: > Ludovic Court=C3=A8s schreef op zo 19-06-2022 om 15:55 [+0200]: >> Hi! >>=20 >> This changes =E2=80=98guix challenge=E2=80=99 such that, with no argumen= ts, it does >> nothing, which is arguably less confusing that the current behavior. > > Having "guix challenge" be able to check your entire store for > reproducibility seemed a nifty feature to me. E.g., it's as good a > starting point as any to look for which packages need some > reproducibility fixes. It seemed to make sense back then, when the store was typically much smaller. Today it=E2=80=99s no longer a reasonable default as you write. > I agree that doing the _entire store_ by _default_ is a bit much, but > I'd like the old behaviour to be still available somewhere (guix > challenge --all-local-things?) It can be approximated with =E2=80=98guix challenge $(guix gc --list-live)= =E2=80=99. It=E2=80=99s not exactly the same: things not built locally are also includ= ed. But I find that it=E2=80=99s just as useful. So I=E2=80=99d lean towards not adding an option for that. WDYT? Ludo=E2=80=99. PS: What would be useful is a =E2=80=98--manifest=E2=80=99 option=E2=80=94f= uture work!