GNU bug report logs -
#71062
[PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71062 in the body.
You can then email your comments to 71062 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71062
; Package
guix-patches
.
(Sun, 19 May 2024 12:28:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Solomon Victorino <git <at> solomonvictorino.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 May 2024 12:28:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Solomon <git <at> solomonvictorino.com>
:
You have taken responsibility.
(Tue, 21 May 2024 16:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Solomon Victorino <git <at> solomonvictorino.com>
:
bug acknowledged by developer.
(Tue, 21 May 2024 16:31:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 71062-close <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Jun 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.