From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 8B88NrE25mRdMwEASxT56A (envelope-from ) for ; Wed, 23 Aug 2023 18:41:21 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aF7bNbE25mTEtQAAauVa8A (envelope-from ) for ; Wed, 23 Aug 2023 18:41:21 +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 4141354643 for ; Wed, 23 Aug 2023 18:41:21 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=pob2CyVv; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692808881; 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: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=I0yK9ZnqnsRuuiZMVsqliR/HjyEVWL73vOV8VqOHR08=; b=bLLu910do8UPPMTbbWs2T54bvzKbNATS5ccc/4p+Bp2JALEhr34RMmW9rNFDgx4+PdflfO VjPWCNPXKUw1BbKShHaUEjw8aiieWBCGmISlocRb5v2wnEef6fViBDTBt6DZ5nH3ZSRoNj 67/qmVUzY2JTrK0BnM4RkCOafyz3huQ/pzb+fcJuiGs8rapESoaeddabCktb4Avr/grzFC cE+X05envbHSGE1XhzAaWHwxTLSFGNaeO1I4gN+fje4u99XftjsN9wSpTeuUgok7NCBHrc xQzP4ty6RWz56wh2nte4PD8Mhb4KGcw46fdCTdDY8maGg1jJIaj7g/AWQ3vwKQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=pob2CyVv; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692808881; a=rsa-sha256; cv=none; b=t0jWfX+sQFNWJVARnN7Qd6ATP9CL1cfhVgKF7/QQ+3LIquOv5Le0OWID22NzrHJRGHN248 7rfmMJwDi+XwNKlDXZIbtJo0UuxwJHP+36+cQGqM/FmE2zoid9QlTJpP7Ph12JwrlW2swF Zf/qQV537u//WXWgBkZypcYVjcPJbe/ByXQIhAwjMrV++exm4M7sSn3sDsmidVCto2DqnI Qq4R38EMUJVprGouCWieMFs1s7xdx+9zf5T/HlrLMzsL+1FBBcl083wxeVtJDDNa3zX7z8 rtybuGdXxtT3cePh9CkZtsXlgf71k4S/7rD/tR5ji439n7xF12qVbuZWqzw+Xg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYqui-0002Rp-Hv; Wed, 23 Aug 2023 12:41:00 -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 1qYquh-0002RM-Oo for guix-patches@gnu.org; Wed, 23 Aug 2023 12:40:59 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qYquh-0004CX-GG for guix-patches@gnu.org; Wed, 23 Aug 2023 12:40:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qYquk-0000uD-TA for guix-patches@gnu.org; Wed, 23 Aug 2023 12:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64746] [PATCH 2/2] scripts: time-machine: Error when attempting to visit too old commits. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 23 Aug 2023 16:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64746 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Josselin Poiret , Mathieu Othacehe , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Tobias Geerinckx-Rice , Ricardo Wurmus , 64746@debbugs.gnu.org, Christopher Baines Received: via spool by 64746-submit@debbugs.gnu.org id=B64746.16928088293323 (code B ref 64746); Wed, 23 Aug 2023 16:41:02 +0000 Received: (at 64746) by debbugs.gnu.org; 23 Aug 2023 16:40:29 +0000 Received: from localhost ([127.0.0.1]:34986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYquC-0000rU-GU for submit@debbugs.gnu.org; Wed, 23 Aug 2023 12:40:28 -0400 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:38058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qYqu8-0000qx-SN for 64746@debbugs.gnu.org; Wed, 23 Aug 2023 12:40:27 -0400 Received: by mail-wm1-x32c.google.com with SMTP id 5b1f17b1804b1-3fefaf4e3c6so3054695e9.0 for <64746@debbugs.gnu.org>; Wed, 23 Aug 2023 09:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692808815; x=1693413615; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=I0yK9ZnqnsRuuiZMVsqliR/HjyEVWL73vOV8VqOHR08=; b=pob2CyVvCtFqgLjmiyrR/5V0zqrQoS3Ws5VI/yqvRPatfap3LiIbX7Q6xiGwnXYFPv royrvTWeoLKG8K44y9UIxyK0Nr7ra/G94pFSAkG4VLw8UVye1u+FbXNMxJeXFLM1QSGP imOprMPjhfvb6Ll61/UK8fO0S7sZ9O4Lk6ms0KQro+tnixW2q8d6qgyBeTAW+9M3RkwJ qLcfJUj9vVp+smMQhfEtoit1K7+gypALnrfUx6cA0VGX9uTXt8929BXIraGerqOfOE3T 9tSFBoHp9AcbwZV+8ilDQzxKsN+U7CbdUfafV/cBhp9mISaE/5UOTcwfh+hy0We80V6b zk4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692808815; x=1693413615; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=I0yK9ZnqnsRuuiZMVsqliR/HjyEVWL73vOV8VqOHR08=; b=It0lilL412Ix6BtzxBZHWH8MQranSpzuHfZPEBrbWVYqpQZa5AvyTqOXfHdS3hNeac LSHXnKtIpS0XtccTc9GpnDLL/DS9D7es39XFdCnnt/LXvjAxLRVFw9yhXknerenKluHV R4+909HI+lndVcUTGB+81QMdeFzTGxDNaz+Uinb2eLRkZChmkjq3tqiG5DCB7izsLnvx x5+SUvy0wMasCt4rrTl4YqwOpl/hqlEaxlc3SO2dCdcb5bzBDmYJ0D/pDKz7wFnRs36k e11UeCQE9XNShHgLqKL9Xknlr3y1aiNQxJYaq1LDjIA+6cPtBsYZ53BIk7iOgSS2Mr+b Op2g== X-Gm-Message-State: AOJu0YwZ/1bRWXCG1twmshXXqEfxgGO1wsea0JAXyUkIDdyeAFjXmebq EtXM8mv3oAIJrqzGqkYzUHk= X-Google-Smtp-Source: AGHT+IFzM/VpQwGpZRdDJ9JjeeUKytch91tSutr5mhy2Kq6TdliWg2XZscqYDwPjgjCpIjGpMKHlnw== X-Received: by 2002:a05:600c:3b16:b0:3fa:9767:bb0 with SMTP id m22-20020a05600c3b1600b003fa97670bb0mr10347007wms.0.1692808815388; Wed, 23 Aug 2023 09:40:15 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id z22-20020a05600c221600b003fe1c332810sm61818wml.33.2023.08.23.09.40.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Aug 2023 09:40:14 -0700 (PDT) From: Simon Tournier In-Reply-To: <87y1i2a2p4.fsf_-_@gmail.com> References: <340786ccd3d40c0c8906028dc20af5ae9b0aa6b9.1692128648.git.maxim.cournoyer@gmail.com> <87o7j7f2tb.fsf@gmail.com> <87bkf6j02r.fsf@gmail.com> <87a5up4tie.fsf@gmail.com> <87jzttfsb8.fsf@gmail.com> <87y1i2a2p4.fsf_-_@gmail.com> Date: Wed, 23 Aug 2023 10:27:51 +0200 Message-ID: <86o7iy40zc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 4.30 X-Spam-Score: 4.30 X-Migadu-Queue-Id: 4141354643 X-TUID: SYccMwbf3uar Hi Maxim, On Tue, 22 Aug 2023 at 22:54, Maxim Cournoyer wrote: > 1. (guix scripts time-machine) > 2. (guix pull) > 3. (guix git) [...] > I hope this clarifies it? All is clear since my initial comment [1] about this patch. ;-) And my proposal for improving the asymmetry your patch introduced is summarized by the alternative options I wrote in [2]. Therefore, I will continue the discussion in #65352. :-) 1: https://issues.guix.gnu.org/64746#13 2: https://issues.guix.gnu.org/65352#4 Cheers, simon