[PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.

  • Open
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • Noé Lopez
  • Do?an Çeçen
Owner
unassigned
Submitted by
Do?an Çeçen
Severity
normal
D
D
Do?an Çeçen wrote on 31 Oct 23:02 +0100
(address . guix-patches@gnu.org)(name . Do?an Çeçen)(address . sepeth@fastmail.com)
61ef0a4edc78756621eb09b3f8e9d2983aa27721.1730412151.git.sepeth@fastmail.com
* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.24.3.

Change-Id: I0f9ae92283af6d4f9ff03d92b263a5d322bf4524
---
gnu/packages/tree-sitter.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 2f6e6809d7..c5cb1911b8 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.24.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tree-sitter/tree-sitter")
- (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
+ (commit "v0.24.3")))
(file-name (git-file-name name version))
(sha256
(base32
- "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
+ "1pn1k2ch14y48718l7s21rz5alqgdw1bis25r9x4rm6zac7kiy6q"))
(modules '((guix build utils)))
(snippet #~(begin
;; Remove bundled ICU parts
--
2.46.0
N
N
Noé Lopez wrote on 2 Nov 13:09 +0100
(no subject)
(address . control@debbugs.gnu.org)
87cyjdg7mr.fsf@xn--no-cja.eu
merge 74148 74147
thanks
A
A
Andreas Enge wrote 21 hours ago
Unmerge
(address . control@debbugs.gnu.org)
Z0cLmOiNAOTbNYEd@jurong
unmerge 74147
thanks
A
A
Andreas Enge wrote 20 hours ago
Moreinfo
(address . control@debbugs.gnu.org)
Z0cNvxmMCv-vYX7U@jurong
tags 74148 + moreinfo
thanks
A
A
Andreas Enge wrote 20 hours ago
Not ready
(address . 74148@debbugs.gnu.org)
Z0cPVEqxHIpOUxcr@jurong
As noticed by Noᅵ for the first version of the commit in issue 74147,
the update prevents the dependent package tree-sitter-cli from building.
So it cannot be applied as is.

Here is the error message for reference:
starting phase `patch-node'
error: in phase 'patch-node': uncaught exception:
system-error "mkstemp" "~A" ("No such file or directory") (2)
phase `patch-node' failed after 0.0 seconds

Andreas
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74148@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74148
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch