From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: Brainstorming features for issues.guix.gnu.org Date: Thu, 26 Mar 2020 15:10:47 +0530 Message-ID: References: <87mu83xzzr.fsf@elephly.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47218) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHP0l-0004UO-D0 for guix-devel@gnu.org; Thu, 26 Mar 2020 05:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHP0j-00021K-Gq for guix-devel@gnu.org; Thu, 26 Mar 2020 05:41:14 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:39244) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHP0i-0001wa-B9 for guix-devel@gnu.org; Thu, 26 Mar 2020 05:41:13 -0400 In-Reply-To: <87mu83xzzr.fsf@elephly.net> 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+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus , Guix-devel --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > Personally, I=E2=80=99d wish for a more streamlined workflow to download = and > apply patch sets. I don=E2=80=99t want to click on each =E2=80=9Cdownloa= d=E2=80=9D link in the > web interface. Instead I would like to run something like > > ./etc/review 12345 > > which would fetch the patches in issue 12345 and apply them to my > git worktree. This feature would be very welcome. Perhaps we need an emacs interface to mumi just as debbugs has an emacs interface. We could implement this emacs interface by first implementing a HTTP API for mumi and then making emacs interact with that HTTP API. But, I think it would be better to simply run mumi locally. That is, we first pull all the latest bug reports using something like `mumi pull` and then operate on the local copy of bug reports. WDYT? Also, the "download" link in mumi doesn't correctly download the patch when the patch is sent using `git send-email`. This is because it truncates the headers of the email that is required by `git am` to correctly apply the patch. For example, see the second email in https://issues.guix.info/issue/34948 Due to this bug, I often find myself having to fall back to the debbugs web interface. > I would also like to see neglected issues in the web interface It would be nice to have the "Recent activity" and "Priority bugs" lists on the home page load without javascript. > list of open issues that haven=E2=80=99t seen any response in a while and= that > haven=E2=80=99t been tagged as awaiting more information from the submitt= er. > This should make it easier for us to prevent patches from slipping into > obscurity, which is a terrible thing to happen especially for new > contributors. I agree completely. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl58eJ8ACgkQLiXui2GA K7O21wgAxSVRHOFnEGV/BmFGtSvyQOekAkXN+nARx+PKKFsLP6AFHhXcbx6+m9N5 JK9kD3dmPlZM9w5NOPU6yAFtHf6Vsx/lGWF2zcbU9RNKwb0kkDqbq/MnonI3Hxn1 9kv2cOnoiro7UlWPha756o5xcbA9PKa3TiZicvy38mUjRxwtDNR8Cx+DvrFli6ZG qbE0367+Zd6WiI4EU/5VglLlBpMmmLYvDIHGsiveF5Yl+DDDGBXUd7An1yUQDIxJ B10GwvSvH2jGV3mGOtlPk/0BPsqu4oUPRxDAeO3NStjBZu2bQgfAPMmlE9DOJ+2G 59BB555czhOpDYV28aTT4cU8mkq+Yw== =cR5o -----END PGP SIGNATURE----- --=-=-=--