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 ms5.migadu.com with LMTPS id 2MQ9IIrnsWKNBgEAbAwnHQ (envelope-from ) for ; Tue, 21 Jun 2022 17:45:14 +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 WJI7IIrnsWJ9fAAA9RJhRA (envelope-from ) for ; Tue, 21 Jun 2022 17:45:14 +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 426D63CA80 for ; Tue, 21 Jun 2022 17:45:14 +0200 (CEST) Received: from localhost ([::1]:42808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3g41-0006wm-CD for larch@yhetil.org; Tue, 21 Jun 2022 11:45:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36494) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3g3b-0006vO-Vo for guix-devel@gnu.org; Tue, 21 Jun 2022 11:44:47 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:43619) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3g3a-0001Ii-7s; Tue, 21 Jun 2022 11:44:47 -0400 Received: by mail-wr1-x42e.google.com with SMTP id g27so12878289wrb.10; Tue, 21 Jun 2022 08:44:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=44eoco9YtIX9eHP7koSrMj93+r+xIn949LoT74WU7CY=; b=i66UO55l2Paka9Mvzcpo/m5q/CLxZgaeRloH2iq8WIUcMxRK0J1G5I5bf3KOSDLWyj Vc0p9mKKQyrv3btrfz1tagH7HVHv3w8JH5/aLHbjpu62AvD1k5rJWxuR+42jhFeEwLoO T+C6QevtNdRa5PpEOC21crkKxV9lBORIEd3z2CrWvGe2p1abRAXPlCLWT/a+d+PLVPs2 suCnZy2/IW6bVtoNC2/gUXqwQxrs0SRK8CS09pa7Lv9r9VpzDo9hk8fmTskFT2sZ0iQC N4vNvcnTPegyWNzx3V8emmP4Gl1biFZqpOTXM0weoUYkVN/LvrK6+qN4uAX+lsRdnkvf 8AMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=44eoco9YtIX9eHP7koSrMj93+r+xIn949LoT74WU7CY=; b=lwyJw8exyoatzQQeGcgDxE9dcCn3mjNmL6Cl8vVyBgW1mMxuukfSIKfmnAGnCxw9eo PTgwIlcjsrFuw7a10+r4Krk4rGwYahLwBCHrt8y5xizIILw+miqYCDcrjzy4DTzMH45e gAbL+66+aBg0LJasb0Dphbf5k6KB6S4dLos1Gbj43aSQpBKVDvqG6Okk7i5gPe70Qbw8 +3Qikjs4xOT8a4TtQhwq1wijYtwXpJ+CC41zkhaTEzRzDJLEBtyFH+hFm+anXYcjq1ni MFUkmNm3y4YzCPwYbsxA1s4Cfw5+u1RymNedtzJkG6aywGKmCQW+yC4nuQ+tp6M52pyK /SMQ== X-Gm-Message-State: AJIora+OJtY5bJx7PO/2Gveb6dBu6Qd+Q6vjC+z3yGjmFrs6GapYLCX3 9Pu8V1M7hq0Z9USclYz5wGorrCwiZrI= X-Google-Smtp-Source: AGRyM1sharp3kxFrSwpNhNDV5JcHQGxroMvCrQdKjeXUUScPzvM4EFXVb2QlcAcZxczBooy2KEPQZA== X-Received: by 2002:adf:d084:0:b0:21b:8a7c:d260 with SMTP id y4-20020adfd084000000b0021b8a7cd260mr14474502wrh.68.1655826284059; Tue, 21 Jun 2022 08:44:44 -0700 (PDT) Received: from lili ([147.99.27.198]) by smtp.gmail.com with ESMTPSA id j10-20020adfd20a000000b0021b9cc87aa9sm186780wrh.111.2022.06.21.08.44.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jun 2022 08:44:43 -0700 (PDT) From: zimoun To: Hartmut Goebel , guix-devel , Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: On commit access, patch review, and remaining healthy In-Reply-To: <81228805-564d-127f-96cc-986be9de6e00@crazy-compilers.com> References: <87ee07m77w.fsf@gnu.org> <87ee06g5s4.fsf@ditto.jhoto.spork.org> <87czfpilmn.fsf@gnu.org> <87ilpca4p7.fsf@gnu.org> <81228805-564d-127f-96cc-986be9de6e00@crazy-compilers.com> Date: Tue, 21 Jun 2022 17:44:27 +0200 Message-ID: <868rpqf2ck.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::42e; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x42e.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" 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=1655826314; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=44eoco9YtIX9eHP7koSrMj93+r+xIn949LoT74WU7CY=; b=O53Ceb7iRdBo+VTQ13hXey55R0/K9y2LVNbo9IAeQXyUyJZzdgXOm0kTm3sQmhjpGlPAnF eCxEahi0vnHcjPhtxjEOtdQK59yS3SVG8BHecY4urNKWdW5RmpSWoQX+lKStlUNBdUfxwH qa8JSo4Rrl6WcJx4D5uHdF8S/B7S865m+pVPZysQha6cRRRmcTN7Idna1/svU1Vyy4VVjY /ST1oVpVQ4cdYMIKupH8T/PfxGajVtsE8r9NHIDTVrD5OCmfsUOK8z5Oa/Jae4NvoYKqt5 tr9uD4wFkxd0cHHihdBiKvBl6kvDNFVmxGOPeKLU2GrDcc4dVQvOj5MSV6ChRQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655826314; a=rsa-sha256; cv=none; b=iTnMKE4iYJLGdkg50VO2S4GPCtcHFCXFJQ3z1h5pGvJkLNQ2dIS4uV7NS431f5Tor+7UF5 XyD8YDbz0xZ0q5jyLLQD8lAbhtxc/+bkhNYR370+HYGmKNOjz6ge9GMkhYpwujMZeARzvr WF45phUAdCXQ1TqmFj9j3Am0HmE8DPJvQB33tj6K7AKT8eLIBgcq0l7o+EriI2MhAqJjt6 9hRjpgP7hKMVJ8JcjUSfI60tBv9lNNLnrok5bgQ8SY2hxVfvYEPKdVxDIoDd8GkfZ4vi/u bV2f9l699+mFizl1dJK1HC5s9tr9Zmcp5u7ZV5h1OwxNZ1GxbqU+TqCCM8s0ug== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=i66UO55l; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.97 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=i66UO55l; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 426D63CA80 X-Spam-Score: -3.97 X-Migadu-Scanner: scn0.migadu.com X-TUID: XggxHUlRbGPL Hi Hartmut, On Mon, 20 Jun 2022 at 14:53, Hartmut Goebel = wrote: > my system is set up to emacs could send out mails. Well, if you are already using Emacs, the Emacs front-end is not the nicest interface but does part of the job. I have this: --8<---------------cut here---------------start------------->8--- (setq debbugs-gnu-default-packages '("guix-patches") gnus-summary-line-format "%I%(%[ %n%]%) %s\n") --8<---------------cut here---------------end--------------->8--- Then =E2=80=99M-x debbugs-gnu=E2=80=99. Yeah, I agree it is a bit slow. :-) > I tried debbugs from time to time and for me it is disgusting: > > * too complicated to get to the list of patches or bugs ( I never can > remember the many key-presses to perform) , To me, the annoyance comes from that =E2=80=99M-x debbugs-gnu-bugs RET=E2= =80=99 returns the 10 last submissions but it is for the whole GNU project; when I would like to filter only =E2=80=99guix-patches=E2=80=99 or =E2=80=99guix= =E2=80=99. > * I did not manage to apply patches from there (emacs would need to > know where my guix development directory is - how can I tell it?) > * commands withing debbugs feel complicated > * if a ticket contains several updated patches, its very hard to find > those relevant (one of the reasons of forges' success is that they > present you the current state) Well, submitter should use =E2=80=99git format-patch --reroll-count=E2=80= =99. )-: > * actually testing the patches required to apply the patches to my > worktree - and chances are high 'git am' will fail with some > conflict - chances raise extremely for old patches Again, submitter should use =E2=80=99git format-patch --base=E2=80=99; as s= pecified by the manual. :-) Using this =E2=80=99base-commit=E2=80=99, you know where t= he patch applies and so you can checkout against the right correct. > * Over all for me debbugs.el needs a much more "noops"-friendly > interface Well, I think =E2=80=99public-inbox=E2=80=99 could help. An instance is: https://yhetil.org/guix-patches/ where using lei, you can filter and receive to your inbox the patches. For example, =E2=80=99lei=E2=80=99 allows to filter (and thus follow), e.g.= , let query for the patches submitted the last 3 months to =E2=80=99gnu/packages/bioinformatics.scm=E2=80=99 touching R packages, dfn:gnu/packages/bioinformatics AND b:r-build-system AND rt:3.months.ago.. where dfn: match filename from diff b: match within message body, including text attachments rt: match date-time range, git "approxidate" formats supported Open-ended ranges such as `d:last.week..' and `d:..2.days.ago' are supported Then, =E2=80=99lei up=E2=80=99 will request the public-inbox server for thi= s query and will download the messages if any. Therefore, you can filter and receive only the patches that interest you. Then you could save such patches and apply them using =E2=80=99git am=E2=80=99. Cheers, simon