Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tree-sitter: update to 0.20.1.
@ 2021-11-29  5:39 jgarte
  2021-11-29  5:45 ` jgarte
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  5:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/34297

tree-sitter: update to 0.20.1.
#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 7a0d85a67557b96c2079b78f7eeedf58a2062eaf Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Mon, 29 Nov 2021 00:35:59 -0500
Subject: [PATCH] tree-sitter: update to 0.20.1.

---
 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 25d2743934c5..1408f17083b0 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.0
-revision=1
+version=0.20.1
+revision=2
 build_style=cargo
 make_install_args="--path=cli"
 short_desc="Parser generator tool and incremental parsing library"
@@ -9,7 +9,7 @@ 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=4a8070b9de17c3b8096181fe8530320ab3e8cca685d8bee6a3e8d164b5fb47da
+checksum=12a3f7206af3028dbe8a0de50d8ebd6d7010bf762db918acae76fc7585f1258d
 make_check=no # tests require generating fixtures from remote repositories
 
 post_build() {

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
@ 2021-11-29  5:45 ` jgarte
  2021-11-29  5:46 ` jgarte
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  5:45 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981310070

Comment:
@ericonr 

linter complains:

> revision should be set to 1 on update

But I set the revision to 2.

How come?

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
  2021-11-29  5:45 ` jgarte
@ 2021-11-29  5:46 ` jgarte
  2021-11-29  5:47 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  5:46 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981310070

Comment:
@ericonr 

linter complains:

> revision should be set to 1 on update

But I set the revision to 2.

How come?

`xlint` didn't complain before I pushed the pr here.

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
  2021-11-29  5:45 ` jgarte
  2021-11-29  5:46 ` jgarte
@ 2021-11-29  5:47 ` ericonr
  2021-11-29  6:06 ` cinerea0
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-11-29  5:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981310870

Comment:
It's the same thing as explained in https://github.com/void-linux/void-packages/pull/34180#issuecomment-974797682

We only need revisions when the version remains the same. Once the version changes, we reset the revision.

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (2 preceding siblings ...)
  2021-11-29  5:47 ` ericonr
@ 2021-11-29  6:06 ` cinerea0
  2021-11-29  6:50 ` [PR PATCH] [Updated] " jgarte
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2021-11-29  6:06 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981318123

Comment:
I'm currently testing this version of tree-sitter with neovim, seems to work perfectly.

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

* Re: [PR PATCH] [Updated] tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (3 preceding siblings ...)
  2021-11-29  6:06 ` cinerea0
@ 2021-11-29  6:50 ` jgarte
  2021-11-29  6:51 ` jgarte
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  6:50 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jgarte against master on the void-packages repository

https://github.com/jgarte/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/34297

tree-sitter: update to 0.20.1.
#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 352e7d0699a6dd6af52183d8085fff82963cd663 Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Mon, 29 Nov 2021 00:35:59 -0500
Subject: [PATCH] tree-sitter: update to 0.20.1.

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

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 25d2743934c5..0f92c4e67130 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.0
+version=0.20.1
 revision=1
 build_style=cargo
 make_install_args="--path=cli"
@@ -9,7 +9,7 @@ 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=4a8070b9de17c3b8096181fe8530320ab3e8cca685d8bee6a3e8d164b5fb47da
+checksum=12a3f7206af3028dbe8a0de50d8ebd6d7010bf762db918acae76fc7585f1258d
 make_check=no # tests require generating fixtures from remote repositories
 
 post_build() {

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (4 preceding siblings ...)
  2021-11-29  6:50 ` [PR PATCH] [Updated] " jgarte
@ 2021-11-29  6:51 ` jgarte
  2021-11-29  6:52 ` jgarte
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  6:51 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981336904

Comment:
> It's the same thing as explained in [#34180 (comment)](https://github.com/void-linux/void-packages/pull/34180#issuecomment-974797682)
> 
> We only need revisions when the version remains the same. Once the version changes, we reset the revision.

@ericonr 
Got it! I pushed that change.

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (5 preceding siblings ...)
  2021-11-29  6:51 ` jgarte
@ 2021-11-29  6:52 ` jgarte
  2021-11-29  6:52 ` jgarte
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  6:52 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981337121

Comment:
> I'm currently testing this version of tree-sitter with neovim, seems to work perfectly.

How are you testing tree-sitter?

Could you share a few tips? :)

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (6 preceding siblings ...)
  2021-11-29  6:52 ` jgarte
@ 2021-11-29  6:52 ` jgarte
  2021-11-29  6:59 ` cinerea0
  2021-12-02  0:38 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: jgarte @ 2021-11-29  6:52 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981337121

Comment:
> I'm currently testing this version of tree-sitter with neovim, seems to work perfectly.

How are you testing tree-sitter?

Could you share a tip? :)

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

* Re: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (7 preceding siblings ...)
  2021-11-29  6:52 ` jgarte
@ 2021-11-29  6:59 ` cinerea0
  2021-12-02  0:38 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: cinerea0 @ 2021-11-29  6:59 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34297#issuecomment-981340064

Comment:
> How are you testing tree-sitter?

I use tree-sitter indirectly because I use neovim with a few plugins that rely on its functionality. If tree-sitter broke, tons of things about my editor would be broken. Unfortunately I don't have a great way to test it directly. Sorry :(

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

* Re: [PR PATCH] [Merged]: tree-sitter: update to 0.20.1.
  2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
                   ` (8 preceding siblings ...)
  2021-11-29  6:59 ` cinerea0
@ 2021-12-02  0:38 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-02  0:38 UTC (permalink / raw)
  To: ml

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

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

tree-sitter: update to 0.20.1.
https://github.com/void-linux/void-packages/pull/34297

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2021-12-02  0:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  5:39 [PR PATCH] tree-sitter: update to 0.20.1 jgarte
2021-11-29  5:45 ` jgarte
2021-11-29  5:46 ` jgarte
2021-11-29  5:47 ` ericonr
2021-11-29  6:06 ` cinerea0
2021-11-29  6:50 ` [PR PATCH] [Updated] " jgarte
2021-11-29  6:51 ` jgarte
2021-11-29  6:52 ` jgarte
2021-11-29  6:52 ` jgarte
2021-11-29  6:59 ` cinerea0
2021-12-02  0:38 ` [PR PATCH] [Merged]: " ericonr

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).