Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tree-sitter: update to 0.20.9
@ 2024-02-02  4:57 cinerea0
  2024-02-02  7:40 ` icp1994
  2024-02-02 21:08 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 4+ messages in thread
From: cinerea0 @ 2024-02-02  4:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/48490

tree-sitter: update to 0.20.9
#### Testing the changes
- I tested the changes in this PR: **briefly**

---

I say *briefly* because I know neovim uses this heavily. As such I'd like to get a neovim poweruser to test this before merging.



A patch file from https://github.com/void-linux/void-packages/pull/48490.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-48490.patch --]
[-- Type: text/x-diff, Size: 1253 bytes --]

From eb7db22a18b1b2c41cb0195c2dd82c446639aefe Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 1 Feb 2024 23:55:29 -0500
Subject: [PATCH] tree-sitter: update to 0.20.9

---
 srcpkgs/tree-sitter/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 575aee5bdabb3..12303f3bd7ba4 100644
--- a/srcpkgs/tree-sitter/template
+++ b/srcpkgs/tree-sitter/template
@@ -1,6 +1,6 @@
 # Template file for 'tree-sitter'
 pkgname=tree-sitter
-version=0.20.8
+version=0.20.9
 revision=1
 build_style=cargo
 make_install_args="--path=cli"
@@ -8,8 +8,8 @@ short_desc="Parser generator tool and incremental parsing library"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://tree-sitter.github.io"
-distfiles="https://github.com/tree-sitter/tree-sitter/archive/v${version}.tar.gz"
-checksum=6181ede0b7470bfca37e293e7d5dc1d16469b9485d13f13a605baec4a8b1f791
+distfiles="https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v${version}.tar.gz"
+checksum=9b2fd489a7281e3a7e5e7cbbf3a974e5a6a115889ae65676d61b79bdae96464e
 make_check=no # tests require generating fixtures from remote repositories
 
 post_build() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tree-sitter: update to 0.20.9
  2024-02-02  4:57 [PR PATCH] tree-sitter: update to 0.20.9 cinerea0
@ 2024-02-02  7:40 ` icp1994
  2024-02-02 21:08 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-02-02  7:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48490#issuecomment-1923231989

Comment:
Works fine for me :+1: 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: tree-sitter: update to 0.20.9
  2024-02-02  4:57 [PR PATCH] tree-sitter: update to 0.20.9 cinerea0
  2024-02-02  7:40 ` icp1994
@ 2024-02-02 21:08 ` cinerea0
  1 sibling, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-02-02 21:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There's a merged pull request on the void-packages repository

tree-sitter: update to 0.20.9
https://github.com/void-linux/void-packages/pull/48490

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

---

I say *briefly* because I know neovim uses this heavily. As such I'd like to get a neovim poweruser to test this before merging.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PR PATCH] tree-sitter: update to 0.20.9.
@ 2024-02-03  9:40 Gottox
  0 siblings, 0 replies; 4+ messages in thread
From: Gottox @ 2024-02-03  9:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages tree-sitter-0.20.9
https://github.com/void-linux/void-packages/pull/48505

tree-sitter: update to 0.20.9.
None

A patch file from https://github.com/void-linux/void-packages/pull/48505.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-0.20.9-48505.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From e5270e98658675c0dadcdc44e00f9852944fed52 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 3 Feb 2024 10:40:47 +0100
Subject: [PATCH] tree-sitter: update to 0.20.9.

---
 srcpkgs/tree-sitter/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 12303f3bd7ba4..3b08488501e46 100644
--- a/srcpkgs/tree-sitter/template
+++ b/srcpkgs/tree-sitter/template
@@ -1,7 +1,7 @@
 # Template file for 'tree-sitter'
 pkgname=tree-sitter
 version=0.20.9
-revision=1
+revision=2
 build_style=cargo
 make_install_args="--path=cli"
 short_desc="Parser generator tool and incremental parsing library"
@@ -21,6 +21,9 @@ post_install() {
 	# Install libtree-sitter, since do_install installs the tree-sitter CLI.
 	make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
 
+	# Install missing headers needed for parser generation.
+	vinstall lib/include/tree_sitter/parser.h 644 usr/include/tree_sitter
+
 	vlicense LICENSE
 }
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-03  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02  4:57 [PR PATCH] tree-sitter: update to 0.20.9 cinerea0
2024-02-02  7:40 ` icp1994
2024-02-02 21:08 ` [PR PATCH] [Merged]: " cinerea0
2024-02-03  9:40 [PR PATCH] " Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).