GNU bug report logs - #71062
[PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.

Previous Next

Package: guix-patches;

Reported by: Solomon Victorino <git <at> solomonvictorino.com>

Date: Sun, 19 May 2024 12:28:03 UTC

Severity: normal

Tags: patch

Done: Solomon <git <at> solomonvictorino.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Solomon Victorino <git <at> solomonvictorino.com>
Subject: bug#71062: closed (Re: [PATCH rust-team 2/3] gnu: tree-sitter:
 Update to 0.22.6.)
Date: Tue, 21 May 2024 16:31:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71062: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71062 <at> debbugs.gnu.org.

-- 
71062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71062
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Solomon <git <at> solomonvictorino.com>
To: 71062-close <at> debbugs.gnu.org
Subject: Re: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.
Date: Tue, 21 May 2024 10:29:03 -0600
My bad, this is not a complete patch for tree-sitter;
the CLI and grammars aren't building.

Closing as a duplicate of #70146, which was much further along.


[Message part 3 (message/rfc822, inline)]
From: Solomon Victorino <git <at> solomonvictorino.com>
To: guix-patches <at> gnu.org
Cc: Solomon Victorino <git <at> solomonvictorino.com>
Subject: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.
Date: Sat, 18 May 2024 13:51:39 -0600
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.22.6.
* gnu/packages/tree-sitter.scm (tree-sitter-cli)[cargo-inputs]: Add rust-ctrlc-3.
---
 gnu/packages/tree-sitter.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 7515461993..f8df49757b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -99,16 +99,16 @@ (define-public python-tree-sitter
 (define-public tree-sitter
   (package
     (name "tree-sitter")
-    (version "0.20.10")                 ;untagged
+    (version "0.22.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/tree-sitter/tree-sitter")
-                    (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
+                "0nx3kmvbhjf6nq1pv6x85z67dkk5kagh90w1cwxh0pvg7608l44c"))
               (modules '((guix build utils)))
               (snippet #~(begin
                            ;; Remove bundled ICU parts
@@ -194,6 +194,7 @@ (define-public tree-sitter-cli
         ("rust-anyhow" ,rust-anyhow-1)
         ("rust-atty" ,rust-atty-0.2)
         ("rust-clap" ,rust-clap-2)
+        ("rust-ctrlc" ,rust-ctrlc-3)
         ("rust-difference" ,rust-difference-2)
         ("rust-dirs" ,rust-dirs-3)
         ("rust-html-escape" ,rust-html-escape-0.2)
-- 
2.45.1




This bug report was last modified 1 year and 1 day ago.

Previous Next


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