GNU bug report logs - #49532
[PATCH] gnu: emacs-js2-mode: Update to 20210710.

Previous Next

Package: guix-patches;

Reported by: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>

Date: Mon, 12 Jul 2021 07:10:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Olivier Rojon <o.rojon <at> posteo.net>

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 49532 in the body.
You can then email your comments to 49532 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#49532; Package guix-patches. (Mon, 12 Jul 2021 07:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 12 Jul 2021 07:10:02 GMT) Full text and rfc822 format available.

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

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-js2-mode: Update to 20210710.
Date: Mon, 12 Jul 2021 09:09:00 +0200
[Message part 1 (text/plain, inline)]
From a0b31a09cce2dbed2ce68162e5fe9aa2729d2f7d Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab <at> web.de>
Subject: [PATCH] gnu: emacs-js2-mode: Update to 20210710.

    * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20210710.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..acdebbe27a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9622,7 +9622,7 @@ to all the other commands, too.")
 (define-public emacs-js2-mode
   (package
     (name "emacs-js2-mode")
-    (version "20201220")
+    (version "20210710")
     (source
      (origin
        (method git-fetch)
-- 
2.32.0


-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#49532; Package guix-patches. (Thu, 22 Jul 2021 20:54:02 GMT) Full text and rfc822 format available.

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

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
Cc: 49532 <at> debbugs.gnu.org
Subject: Re: bug#49532: [PATCH] gnu: emacs-js2-mode: Update to 20210710.
Date: Thu, 22 Jul 2021 13:53:21 -0700
Hello,

Thanks for the patch.

Unfortunately, that version is not tagged in the git repo ("20201220" is
the latest tagged release), so the build fails.

Also, looks like you missed updating the hash.

In case you were unaware, when there *is* a tagged version, you can
usually automatically generate an updated definition with

  `guix refresh emacs-js2-mode`

or (if you are using a checkout of the guix source) update the
definition in-place with

  `./pre-inst-env guix refresh emacs-js2-mode -u`

If you are just trying to use the latest commit yourself, you can use

  `guix install emacs-js2-mode --with-branch=emacs-js2-mode=master`

(and any future invocations of `guix update` will also update that
package to master).

Hope that helps,
Sarah

"Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:

> From a0b31a09cce2dbed2ce68162e5fe9aa2729d2f7d Mon Sep 17 00:00:00 2001
> From: Arne Babenhauserheide <arne_bab <at> web.de>
> Subject: [PATCH] gnu: emacs-js2-mode: Update to 20210710.
>
>     * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20210710.
> ---
>  gnu/packages/emacs-xyz.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9f9f9909b3..acdebbe27a 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -9622,7 +9622,7 @@ to all the other commands, too.")
>  (define-public emacs-js2-mode
>    (package
>      (name "emacs-js2-mode")
> -    (version "20201220")
> +    (version "20210710")
>      (source
>       (origin
>         (method git-fetch)
> -- 
>
> 2.32.0




Added tag(s) moreinfo. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 29 Jul 2021 19:54:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#49532; Package guix-patches. (Sat, 15 Feb 2025 21:01:02 GMT) Full text and rfc822 format available.

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

From: Olivier Rojon <o.rojon <at> posteo.net>
To: Sarah Morgensen <iskarian <at> mgsn.dev>
Cc: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>, 49532 <at> debbugs.gnu.org
Subject: Re: [bug#49532] [PATCH] gnu: emacs-js2-mode: Update to 20210710.
Date: Sat, 15 Feb 2025 21:00:15 +0000
Sarah Morgensen <iskarian <at> mgsn.dev> writes:

Hello everyone,

I will close this issue because there has not been a follow up to Sarahs suggestions and
in the meantime said package has been updated to a much newer version.

Have a nice day :)
Olivier

> Hello,
>
> Thanks for the patch.
>
> Unfortunately, that version is not tagged in the git repo ("20201220" is
> the latest tagged release), so the build fails.
>
> Also, looks like you missed updating the hash.
>
> In case you were unaware, when there *is* a tagged version, you can
> usually automatically generate an updated definition with
>
>   `guix refresh emacs-js2-mode`
>
> or (if you are using a checkout of the guix source) update the
> definition in-place with
>
>   `./pre-inst-env guix refresh emacs-js2-mode -u`
>
> If you are just trying to use the latest commit yourself, you can use
>
>   `guix install emacs-js2-mode --with-branch=emacs-js2-mode=master`
>
> (and any future invocations of `guix update` will also update that
> package to master).
>
> Hope that helps,
> Sarah
>
> "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> writes:
>
>> From a0b31a09cce2dbed2ce68162e5fe9aa2729d2f7d Mon Sep 17 00:00:00 2001
>> From: Arne Babenhauserheide <arne_bab <at> web.de>
>> Subject: [PATCH] gnu: emacs-js2-mode: Update to 20210710.
>>
>>     * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20210710.
>> ---
>>  gnu/packages/emacs-xyz.scm | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
>> index 9f9f9909b3..acdebbe27a 100644
>> --- a/gnu/packages/emacs-xyz.scm
>> +++ b/gnu/packages/emacs-xyz.scm
>> @@ -9622,7 +9622,7 @@ to all the other commands, too.")
>>  (define-public emacs-js2-mode
>>    (package
>>      (name "emacs-js2-mode")
>> -    (version "20201220")
>> +    (version "20210710")
>>      (source
>>       (origin
>>         (method git-fetch)
>> -- 
>>
>> 2.32.0




bug closed, send any further explanations to 49532 <at> debbugs.gnu.org and "Dr. Arne Babenhauserheide" <arne_bab <at> web.de> Request was from Olivier Rojon <o.rojon <at> posteo.net> to control <at> debbugs.gnu.org. (Sat, 15 Feb 2025 21:01:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 54 days ago.

Previous Next


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