GNU bug report logs - #63226
[patch 0/2] gnu: neovim: Update to 0.9.0.

Previous Next

Package: guix-patches;

Reported by: ギャラ <aya <at> fubuki.me>

Date: Tue, 2 May 2023 07:37:02 UTC

Severity: normal

Tags: patch

Merged with 63227

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 63226 in the body.
You can then email your comments to 63226 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#63226; Package guix-patches. (Tue, 02 May 2023 07:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ギャラ <aya <at> fubuki.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 May 2023 07:37:02 GMT) Full text and rfc822 format available.

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

From: ギャラ <aya <at> fubuki.me>
To: Guix Patches List <guix-patches <at> gnu.org>
Subject: [patch 0/2] gnu: neovim: Update to 0.9.0.
Date: Tue, 2 May 2023 16:35:52 +0900
[Message part 1 (text/plain, inline)]
This patch update neovim to 0.9.0.

ギャラ (2):
      gnu: tree-sitter: Update to 0.20.8.
      gnu: neovim: Update to 0.9.0.

 gnu/packages/tree-sitter.scm | 4 ++--
 gnu/packages/vim.scm         | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
存在するということは、自分を创造することだ。
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#63226; Package guix-patches. (Tue, 02 May 2023 07:59:03 GMT) Full text and rfc822 format available.

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

From: ギャラ <me <at> gyara.moe>
To: 63226 <at> debbugs.gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [PATCH 1/2] gnu: tree-sitter: Update to 0.20.8.
Date: Tue,  2 May 2023 16:58:19 +0900
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.20.8.
---
 gnu/packages/tree-sitter.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index b91345bb36..386409914b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -38,7 +38,7 @@ (define-module (gnu packages tree-sitter)
 (define-public tree-sitter
   (package
     (name "tree-sitter")
-    (version "0.20.7")
+    (version "0.20.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -47,7 +47,7 @@ (define-public tree-sitter
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nv2a2hr22w8ix71b6rkkxv9rfvhvwlmyql0g6lva9qzj4vy50p4"))
+                "10w17lfn9asqrk612xivkx26lc620s3nnm30hhlyqd4bj19k7gyv"))
               (modules '((guix build utils)))
               (snippet #~(begin
                            ;; Remove bundled ICU parts

base-commit: 854c57c3525325070e261a2e6f81d4016ef44bfa
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63226; Package guix-patches. (Tue, 02 May 2023 07:59:03 GMT) Full text and rfc822 format available.

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

From: ギャラ <me <at> gyara.moe>
To: 63226 <at> debbugs.gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [PATCH 2/2] gnu: neovim: Update to 0.9.0.
Date: Tue,  2 May 2023 16:58:20 +0900
* gnu/packages/vim.scm (neovim): Update to 0.9.0.
[arguments]: CompileFlags.cmake is gone, use versiondef.h.in instead.
---
 gnu/packages/vim.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index d555194d0b..7d975efcc8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -693,7 +693,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.8.3")
+    (version "0.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -702,7 +702,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
+                "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
@@ -752,7 +752,7 @@ (define-public neovim
                    ;; nvim remembers its build options, including the compiler with
                    ;; its complete path.  This adds gcc to the closure of nvim, which
                    ;; doubles its size.  We remove the refirence here.
-                   (substitute* "cmake/GetCompileFlags.cmake"
+                   (substitute* "cmake.config/versiondef.h.in"
                      (("\\$\\{CMAKE_C_COMPILER\\}") "/gnu/store/.../bin/gcc"))
                    #t)))))
     (inputs (list libuv-for-luv
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#63226; Package guix-patches. (Tue, 02 May 2023 15:15:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: ギャラ <me <at> gyara.moe>
Cc: 63226 <at> debbugs.gnu.org
Subject: Re: [bug#63226] [PATCH 2/2] gnu: neovim: Update to 0.9.0.
Date: Tue, 2 May 2023 11:13:41 -0400
On Tue, May 2, 2023 at 3:59 AM ギャラ via Guix-patches via
<guix-patches <at> gnu.org> wrote:
>                     ;; doubles its size.  We remove the refirence here.

63227 looks to be identical except also fixing the spelling of
"refirence" to reference.




Merged 63226 63227. Request was from zimoun <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 03 May 2023 17:25:04 GMT) Full text and rfc822 format available.

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 07 May 2023 09:44:02 GMT) Full text and rfc822 format available.

Notification sent to ギャラ <aya <at> fubuki.me>:
bug acknowledged by developer. (Sun, 07 May 2023 09:44:03 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: ギャラ <aya <at> fubuki.me>
Cc: 63226-done <at> debbugs.gnu.org
Subject: Re: [patch 0/2] gnu: neovim: Update to 0.9.0.
Date: Sun, 7 May 2023 12:43:51 +0300
[Message part 1 (text/plain, inline)]
Thanks for the patches but I've pushed the other neovim patch set since
it arrived first.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 07 May 2023 09:44:03 GMT) Full text and rfc822 format available.

Notification sent to Benjamin <benjamin <at> uvy.fr>:
bug acknowledged by developer. (Sun, 07 May 2023 09:44:03 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, 04 Jun 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 342 days ago.

Previous Next


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