Re: generate commit messages for package updates

2020-06-20 Thread Alex Sassmannshausen
Hi Ricardo, Just used your committer tool for the first time and it's bloody lovely. Thank you for sharing it :-) Alex Ricardo Wurmus writes: > Hi Guix, > > I’m currently working on upgrading all Bioconductor packages to the 3.11 > release. The hardest work here is to write commit messages

Re: generate commit messages for package updates

2020-06-19 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Pierre Neidhardt skribis: >> >>> Is it worth including in guix/etc? >> >> I think it’d be nice! > > I fixed a bug and added etc/committer.scm.in. Yay! Consider adding a line in “Contributing” to mention its existence. Thank you,

Re: generate commit messages for package updates

2020-06-16 Thread Ricardo Wurmus
Ludovic Courtès writes: > Pierre Neidhardt skribis: > >> Is it worth including in guix/etc? > > I think it’d be nice! I fixed a bug and added etc/committer.scm.in. -- Ricardo

Re: generate commit messages for package updates

2020-06-14 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Is it worth including in guix/etc? I think it’d be nice! Ludo’.

Re: generate commit messages for package updates

2020-06-14 Thread Ricardo Wurmus
Pierre Neidhardt writes: > Is it worth including in guix/etc? In my biased opinion: yes. I’d like to improve it a little more and handle more changes, but I think the general approach isn’t going to change much. -- Ricardo

Re: generate commit messages for package updates

2020-06-14 Thread Ricardo Wurmus
Ricardo Wurmus writes: > It is not fully automatic yet as it requires my input to stage > hunks, but the commit messages it produces take all input changes into > account, which is something the “update” yasnippet does not do. Attached is the fully automatic version. You just make your

Re: generate commit messages for package updates

2020-06-13 Thread Pierre Neidhardt
Same here! Thanks! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: generate commit messages for package updates

2020-06-13 Thread Hartmut Goebel
Hi Ricardo, > I wrote a little tool to reduce the amount of time needed to create > commits. It is not fully automatic yet as it requires my input to stage > hunks, but the commit messages it produces take all input changes into > account, which is something the “update” yasnippet does not do.

Re: generate commit messages for package updates

2020-06-13 Thread Edouard Klein
Thank you Ricardo ! Writing commit messages by hand is a major pain, especially for newcommers like me. For simple commits it took me more time to write the message than to write the code. The mistakes I made writing the commit messages made the reviewers lose time correcting them. Automating

generate commit messages for package updates

2020-06-12 Thread Ricardo Wurmus
Hi Guix, I’m currently working on upgrading all Bioconductor packages to the 3.11 release. The hardest work here is to write commit messages for the 200+ packages that have changed. Even with the “update” yasnippet and magit this takes a very long time. I wrote a little tool to reduce the