Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tree-sitter: update to 0.20.7
@ 2022-10-25 14:27 mdkcore0
  2022-10-25 14:37 ` mdkcore0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-tree-sitter
https://github.com/void-linux/void-packages/pull/40158

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l
  - i686-libc


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

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

From ceb38360e70154fe34edb62d5bb8e91e50b36bd7 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 25 Oct 2022 01:31:18 -0300
Subject: [PATCH] tree-sitter: update to 0.20.7

---
 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 660cf7043a62..109e7daf0702 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.6
+version=0.20.7
 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=4d37eaef8a402a385998ff9aca3e1043b4a3bba899bceeff27a7178e1165b9de
+checksum=b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e
 make_check=no # tests require generating fixtures from remote repositories
 
 post_patch() {

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

* Re: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
@ 2022-10-25 14:37 ` mdkcore0
  2022-10-25 14:48 ` [PR PATCH] [Updated] " mdkcore0
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 14:37 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40158#issuecomment-1290659666

Comment:
don't get it; `xlint tree-sitter` didn't have reported any issues locally
```
Error: "cargo update" commands should include the specific version we are updating from in the --package SPEC
Error: Process completed with exit code 1.
```

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

* Re: [PR PATCH] [Updated] tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
  2022-10-25 14:37 ` mdkcore0
@ 2022-10-25 14:48 ` mdkcore0
  2022-10-25 14:56 ` mdkcore0
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-tree-sitter
https://github.com/void-linux/void-packages/pull/40158

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l
  - i686-libc


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

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

From e0cfb6e4f14d987b41b134b985bc185904fb1dbc Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 25 Oct 2022 01:31:18 -0300
Subject: [PATCH] tree-sitter: update to 0.20.7

Explicitly set autocfg version on `cargo update` to 1.0.1 [1].

[1] https://github.com/tree-sitter/tree-sitter/blob/v0.20.7/Cargo.lock#L69
---
 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 660cf7043a62..2f1e958598ba 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.6
+version=0.20.7
 revision=1
 build_style=cargo
 make_install_args="--path=cli"
@@ -9,12 +9,12 @@ 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=4d37eaef8a402a385998ff9aca3e1043b4a3bba899bceeff27a7178e1165b9de
+checksum=b355e968ec2d0241bbd96748e00a9038f83968f85d822ecb9940cbe4c42e182e
 make_check=no # tests require generating fixtures from remote repositories
 
 post_patch() {
 	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg --precise 1.1.0
+	cargo update --package autocfg:1.0.1 --precise 1.1.0
 }
 
 post_build() {

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

* Re: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
  2022-10-25 14:37 ` mdkcore0
  2022-10-25 14:48 ` [PR PATCH] [Updated] " mdkcore0
@ 2022-10-25 14:56 ` mdkcore0
  2022-10-25 18:53 ` classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 14:56 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40158#issuecomment-1290693754

Comment:
Looking in the repository it seems I have to set `autocfg` version on `cargo update`

updated the PR to set it to version 1.0.1, as seems on [tree-sitter Cargo.lock](https://github.com/tree-sitter/tree-sitter/blob/v0.20.7/Cargo.lock#L69) file. 

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

* Re: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
                   ` (2 preceding siblings ...)
  2022-10-25 14:56 ` mdkcore0
@ 2022-10-25 18:53 ` classabbyamp
  2022-10-25 18:59 ` mdkcore0
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-25 18:53 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40158#issuecomment-1291001866

Comment:
> don't get it; `xlint tree-sitter` didn't have reported any issues locally

xtools doesn't get a version bump for every xlint change, and CI uses the HEAD of xtools' master branch

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

* Re: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
                   ` (3 preceding siblings ...)
  2022-10-25 18:53 ` classabbyamp
@ 2022-10-25 18:59 ` mdkcore0
  2022-10-25 22:09 ` mdkcore0
  2022-10-26  7:46 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 18:59 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40158#issuecomment-1291008084

Comment:
> > don't get it; `xlint tree-sitter` didn't have reported any issues locally
> 
> xtools doesn't get a version bump for every xlint change, and CI uses the HEAD of xtools' master branch

oh, cool, thanks for claryflying that for me!

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

* Re: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
                   ` (4 preceding siblings ...)
  2022-10-25 18:59 ` mdkcore0
@ 2022-10-25 22:09 ` mdkcore0
  2022-10-26  7:46 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mdkcore0 @ 2022-10-25 22:09 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40158#issuecomment-1291008084

Comment:
> > don't get it; `xlint tree-sitter` didn't have reported any issues locally
> 
> xtools doesn't get a version bump for every xlint change, and CI uses the HEAD of xtools' master branch

oh, cool, thanks for clarifying that for me!

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

* Re: [PR PATCH] [Merged]: tree-sitter: update to 0.20.7
  2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
                   ` (5 preceding siblings ...)
  2022-10-25 22:09 ` mdkcore0
@ 2022-10-26  7:46 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-10-26  7:46 UTC (permalink / raw)
  To: ml

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

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

tree-sitter: update to 0.20.7
https://github.com/void-linux/void-packages/pull/40158

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l
  - i686-libc


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

end of thread, other threads:[~2022-10-26  7:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 14:27 [PR PATCH] tree-sitter: update to 0.20.7 mdkcore0
2022-10-25 14:37 ` mdkcore0
2022-10-25 14:48 ` [PR PATCH] [Updated] " mdkcore0
2022-10-25 14:56 ` mdkcore0
2022-10-25 18:53 ` classabbyamp
2022-10-25 18:59 ` mdkcore0
2022-10-25 22:09 ` mdkcore0
2022-10-26  7:46 ` [PR PATCH] [Merged]: " classabbyamp

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