Updating a package

2019-09-23 Thread Divan Santana
Hi Guix, I'm trying to go about updating a package and submitting a patch. A good learning process for me. I managed to update the package, emacs-exwm and to build it successfully via: ./pre-inst-env guix build emacs-exwm Few Qs: Should I do this after updating a package? make check to check

Re: Updating a package

2019-09-23 Thread Danny Milosavljevic
Hi Divan, On Mon, 23 Sep 2019 12:51:42 +0200 Divan Santana wrote: > ./pre-inst-env guix build emacs-exwm > Should I do this after updating a package? make check to check all tests > pass? In this case not really--since "make check" tests guix the package manager. You didn't change the package m

(maintenance)[PATCH] refcard: Use aliases. Update version to 1.0.1.

2019-09-23 Thread zimoun
Dear, The attached patch updates the Reference Card from the repo maintenance.git. It updates the version to 1.0.1 and add all the aliases. Does this kind of patch need to go in Bug Tracker? Thank you. All the best, simon From cec0e44d7e5adb5f390cbbe36965dfe73d673ee6 Mon Sep 17 00:00:00 2001 Fr

Re: (maintenance)[PATCH] refcard: Use aliases. Update version to 1.0.1.

2019-09-23 Thread Gábor Boskovits
Hello, zimoun ezt írta (időpont: 2019. szept. 23., H, 18:48): > Dear, > > The attached patch updates the Reference Card from the repo > maintenance.git. > It updates the version to 1.0.1 and add all the aliases. > > Does this kind of patch need to go in Bug Tracker? > Looks good to me. if the l

Re: core-updates-next is stale

2019-09-23 Thread Ludovic Courtès
Hi Mathieu, Mathieu Othacehe skribis: >> So I think the right course of action would be to (1) delete it, (2) >> recreate it starting from ‘core-updates’, and (3) reinstating the >> relevant commits. > > Didn't know about that. Feel free to proceed to steps 1 and 2, and I'll > take care of reins

Re: core-updates-next is stale

2019-09-23 Thread Mathieu Othacehe
Hey! > Could you push your commits there again? Done :) Thanks, Mathieu