From: Saku Laesvuori <saku@laesvuori.fi>
To: Edouard Klein <edou@rdklein.fr>
Cc: guix-devel@gnu.org
Subject: Re: Can we provide another UI for patches than just email ?
Date: Thu, 14 Sep 2023 12:37:11 +0300 [thread overview]
Message-ID: <kzaeewoxne4gwk5k4b2o5t6anq72smdbay7jhtsecgcdclqrpo@aur5x2yogxg3> (raw)
In-Reply-To: <87bke516fo.fsf@rdklein.fr>
[-- Attachment #1: Type: text/plain, Size: 2343 bytes --]
> Dear Guix,
>
> I've just blown up Guix's debbugs by opening (and then closing) 33 bugs
> instead of sending a 33-commits patch series.
>
> I've also seen that there is a huge discussion on the cognitive overhead
> of contributing. I will read it as soon as I can spare more time on this.
>
> I find git email's workflow extremely frustrating and confusing. I know
> it works for most of you who actually commit, but I would like to point
> out that I'm one more person to be tripped by its complexity, and who
> cares enough to say so here. There are probably even more people who
> don't speak up.
I have done that too, but I think the problem is caused by debbugs, not
by git send-email.
> Therefore, there is a huge cost in keeping up using it: less people will
> be able to provide patches, and software will get stale.
>
> For example, ou current Go version is 1.17 ! From 2021 ! The current is
> 1.21. I suspect that if contributing was easier, we wouldn't have a 2
> years delay in our versions.
I don't think so, because we are already getting more contributions than
are getting reviewed. If contributions were easier to send but reviewing
them wouldn't change we'd just have that 2 years of delay in applying
the patches.
> [...]
>
> Before anybody tries to explain to me that git send-email is easier than
> I think, what you have to beat is:
> git remote add guix-patches WHATEVER #only once
> git push -u guix-patches master:some-unique-name
>
> You can then push, pull, rebase, whatever, from the command line (or
> magit in my case), without leaving your dev context. Can't be easier
> than that.
It would be possible to have a git send-email -based workflow that would
look something like this:
$ git clone ...
[ make changes ]
$ git send-email origin/master
[ get feedback, edit and rebase ]
$ git send-email origin/master --in-reply-to=msgid
[ repeat ]
We could even have a script that would submit changes and with that the
workflow could be as simple as:
$ git clone ...
$ ./script new
[ make changes ]
$ ./script send
[ get feedback, edit and rebase ]
$ ./script send
[ repeat ]
The problem is not using email, it is that the tooling we currently have
or recommend requires doing more manual and error-prone steps than is
actually necessary.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2023-09-14 9:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 8:51 Can we provide another UI for patches than just email ? Edouard Klein
2023-09-14 9:37 ` Saku Laesvuori [this message]
2023-09-14 17:48 ` Simon Tournier
2023-09-14 18:57 ` Edouard Klein
2023-09-15 10:07 ` Simon Tournier
2023-09-16 6:57 ` Saku Laesvuori
2023-09-17 2:18 ` Maxim Cournoyer
2023-09-16 22:19 ` Liliana Marie Prikler
2023-09-17 11:10 ` Simon Tournier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=kzaeewoxne4gwk5k4b2o5t6anq72smdbay7jhtsecgcdclqrpo@aur5x2yogxg3 \
--to=saku@laesvuori.fi \
--cc=edou@rdklein.fr \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).