GNU bug report logs - #62488
[PATCH] Update emacs-lemon

Previous Next

Package: guix-patches;

Reported by: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>

Date: Mon, 27 Mar 2023 16:39:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62488 in the body.
You can then email your comments to 62488 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62488; Package guix-patches. (Mon, 27 Mar 2023 16:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Baptiste Strazzulla <bstrazzull <at> hotmail.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Mar 2023 16:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Update emacs-lemon
Date: Mon, 27 Mar 2023 16:33:16 +0000
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]
[0001-gnu-emacs-lemon-Update-to-2.1.0.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#62488; Package guix-patches. (Mon, 27 Mar 2023 17:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 62488 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
Cc: 62488 <at> debbugs.gnu.org
Subject: Re: [bug#62488] [PATCH] Update emacs-lemon
Date: Mon, 27 Mar 2023 19:23:22 +0200
Hello,

Baptiste Strazzulla <bstrazzull <at> hotmail.fr> writes:

> * gnu/packages/emacs-xyz.scm (emacs-lemon-version): Update to 2.1.0

Thank you.

>  (define-public emacs-lemon
> -  (let ((commit "37a6e6d6ef0900ca19c820a2dbc122c7fe6d86cf")
> +  (let ((commit "b10e992a25757a91723c7d554a5fa8e14291e702")
>          (revision "0"))
>      (package
>        (name "emacs-lemon")
> -      (version (git-version "2.0.0" revision commit))
> +      (version (git-version "2.1.0" revision commit))

Since the commit matches the version bump, you can drop the `revision'
binding and `git-version' call. Version is simply "2.1.0". Could you
send an updated patch?

I noticed the package contains some tests. Would you try to run them, in
a subsequent patch?

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#62488; Package guix-patches. (Wed, 29 Mar 2023 00:07:02 GMT) Full text and rfc822 format available.

Message #11 received at 62488 <at> debbugs.gnu.org (full text, mbox):

From: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: "62488 <at> debbugs.gnu.org" <62488 <at> debbugs.gnu.org>
Subject: Re: [bug#62488] [PATCH] Update emacs-lemon
Date: Wed, 29 Mar 2023 00:06:41 +0000
[Message part 1 (text/plain, inline)]
Hello,

Here is two requested updates to the patch

Kind regards,
Baptiste

________________________________
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Sent: Monday, March 27, 2023 5:23 PM
To: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
Cc: 62488 <at> debbugs.gnu.org <62488 <at> debbugs.gnu.org>
Subject: Re: [bug#62488] [PATCH] Update emacs-lemon

Hello,

Baptiste Strazzulla <bstrazzull <at> hotmail.fr> writes:

> * gnu/packages/emacs-xyz.scm (emacs-lemon-version): Update to 2.1.0

Thank you.

>  (define-public emacs-lemon
> -  (let ((commit "37a6e6d6ef0900ca19c820a2dbc122c7fe6d86cf")
> +  (let ((commit "b10e992a25757a91723c7d554a5fa8e14291e702")
>          (revision "0"))
>      (package
>        (name "emacs-lemon")
> -      (version (git-version "2.0.0" revision commit))
> +      (version (git-version "2.1.0" revision commit))

Since the commit matches the version bump, you can drop the `revision'
binding and `git-version' call. Version is simply "2.1.0". Could you
send an updated patch?

I noticed the package contains some tests. Would you try to run them, in
a subsequent patch?

Regards,
--
Nicolas Goaziou
[Message part 2 (text/html, inline)]
[0001-gnu-emacs-lemon-Update-to-2.1.0.patch (application/octet-stream, attachment)]
[0002-gnu-emacs-lemon-Add-tests.patch (application/octet-stream, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 30 Mar 2023 10:38:02 GMT) Full text and rfc822 format available.

Notification sent to Baptiste Strazzulla <bstrazzull <at> hotmail.fr>:
bug acknowledged by developer. (Thu, 30 Mar 2023 10:38:02 GMT) Full text and rfc822 format available.

Message #16 received at 62488-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
Cc: "62488 <at> debbugs.gnu.org" <62488-done <at> debbugs.gnu.org>
Subject: Re: [bug#62488] [PATCH] Update emacs-lemon
Date: Thu, 30 Mar 2023 12:37:09 +0200
Hello,

Baptiste Strazzulla <bstrazzull <at> hotmail.fr> writes:

> Here is two requested updates to the patch

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Apr 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.