GNU bug report logs - #34928
[PATCH] gnu: emacs-rust-mode: Update to 0.4.0.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Wed, 20 Mar 2019 22:19:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Brian Leung <bkleung89 <at> gmail.com>

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 34928 in the body.
You can then email your comments to 34928 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#34928; Package guix-patches. (Wed, 20 Mar 2019 22:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Mar 2019 22:19:04 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
Date: Wed, 20 Mar 2019 17:05:42 -0500
[0001-gnu-emacs-rust-mode-Update-to-0.4.0.patch (text/x-patch, inline)]
From 51d44ab89ebf4e04f0c70574bf20d9b62532b59e Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Wed, 20 Mar 2019 17:02:04 -0500
Subject: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.
---
 gnu/packages/emacs-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9969c7968..916381841 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12202,13 +12202,11 @@ files.  It focuses on highlighting the document to improve readability.")
 
 (define-public emacs-rust-mode
   (let ((commit
-         ;; Last release is old (2016), use more recent commit to get bug
-         ;; fixes.
-         "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
+         "106aeab800fb3404baf231845d3e3549ec235afa")
         (revision "0"))
     (package
       (name "emacs-rust-mode")
-      (version (git-version "0.3.0" revision commit))
+      (version (git-version "0.4.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri
@@ -12218,7 +12216,7 @@ files.  It focuses on highlighting the document to improve readability.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
+                  "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#34928; Package guix-patches. (Thu, 21 Mar 2019 08:40:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 34928 <at> debbugs.gnu.org
Subject: Re: [bug#34928] [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
Date: Thu, 21 Mar 2019 09:39:42 +0100
Hi Brett,

> From 51d44ab89ebf4e04f0c70574bf20d9b62532b59e Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Wed, 20 Mar 2019 17:02:04 -0500
> Subject: [PATCH] gnu: emacs-rust-mode: Update to 0.4.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0.
> ---
>  gnu/packages/emacs-xyz.scm | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9969c7968..916381841 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -12202,13 +12202,11 @@ files.  It focuses on highlighting the document to improve readability.")
>  
>  (define-public emacs-rust-mode
>    (let ((commit
> -         ;; Last release is old (2016), use more recent commit to get bug
> -         ;; fixes.
> -         "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
> +         "106aeab800fb3404baf231845d3e3549ec235afa")
>          (revision "0"))
>      (package
>        (name "emacs-rust-mode")
> -      (version (git-version "0.3.0" revision commit))
> +      (version (git-version "0.4.0" revision commit))
>        (source (origin
>                  (method git-fetch)
>                  (uri
> @@ -12218,7 +12216,7 @@ files.  It focuses on highlighting the document to improve readability.")
>                  (file-name (git-file-name name version))
>                  (sha256
>                   (base32
> -                  "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
> +                  "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
>        (build-system emacs-build-system)
>        (arguments
>         `(#:phases

I would prefer to remove the let binding of “commit” and “revision”,
to replace the value of the “version” field with just “0.4.0”, and to
replace the git-fetch commit with “version”.

-- 
Ricardo





Added tag(s) moreinfo. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 10 Apr 2019 14:56:01 GMT) Full text and rfc822 format available.

Reply sent to Brian Leung <bkleung89 <at> gmail.com>:
You have taken responsibility. (Tue, 24 Sep 2019 07:12:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Tue, 24 Sep 2019 07:12:02 GMT) Full text and rfc822 format available.

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

From: Brian Leung <bkleung89 <at> gmail.com>
To: 34928-done <at> debbugs.gnu.org, brettg <at> posteo.net
Subject: close emacs-rust-mode patch
Date: Tue, 24 Sep 2019 09:11:17 +0200
[Message part 1 (text/plain, inline)]
Merged, thanks!
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 22 Oct 2019 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 181 days ago.

Previous Next


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