Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ast-grep: update to 0.29.0.
@ 2024-11-03 19:12 icp1994
  2024-11-09 17:47 ` [PR REVIEW] " tranzystorekk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-11-03 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/52898

ast-grep: update to 0.29.0.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-52898.patch --]
[-- Type: text/x-diff, Size: 1080 bytes --]

From 33b159f176b47035cf06c3b0db92d8fb8e0861f1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 31 Oct 2024 12:38:39 +0530
Subject: [PATCH] ast-grep: update to 0.29.0.

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

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
index 2ab39cd8c79800..5876384ee7bcc3 100644
--- a/srcpkgs/ast-grep/template
+++ b/srcpkgs/ast-grep/template
@@ -1,6 +1,6 @@
 # Template file for 'ast-grep'
 pkgname=ast-grep
-version=0.28.1
+version=0.29.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://ast-grep.github.io"
 changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
-checksum=005c54fb9dc7c27ca6bbeb2b403bed557db3861e805090561d7d9813f653aec8
+checksum=6e6d56b42a4eabf479104d7eee73aeee2743c3e9e1debd860e73127b6fcad09f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] ast-grep: update to 0.29.0.
  2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
@ 2024-11-09 17:47 ` tranzystorekk
  2024-11-09 20:11 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-11-09 17:47 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52898#discussion_r1835478588

Comment:
Adding a manual `do_install` instead of the `make_install_args` would be more readable IMO

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

* Re: [PR REVIEW] ast-grep: update to 0.29.0.
  2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
  2024-11-09 17:47 ` [PR REVIEW] " tranzystorekk
@ 2024-11-09 20:11 ` icp1994
  2024-11-09 20:19 ` tranzystorekk
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-11-09 20:11 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/52898#discussion_r1835512362

Comment:
Do u have an example template in mind? I thought `--bin=<pkgname> --path=.` was somewhat of a standard practice tbh.

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

* Re: [PR REVIEW] ast-grep: update to 0.29.0.
  2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
  2024-11-09 17:47 ` [PR REVIEW] " tranzystorekk
  2024-11-09 20:11 ` icp1994
@ 2024-11-09 20:19 ` tranzystorekk
  2024-11-10 19:15 ` [PR PATCH] [Updated] " icp1994
  2024-11-10 22:45 ` [PR PATCH] [Merged]: " tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-11-09 20:19 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/52898#discussion_r1835514199

Comment:
`yazi` does this for example

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

* Re: [PR PATCH] [Updated] ast-grep: update to 0.29.0.
  2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
                   ` (2 preceding siblings ...)
  2024-11-09 20:19 ` tranzystorekk
@ 2024-11-10 19:15 ` icp1994
  2024-11-10 22:45 ` [PR PATCH] [Merged]: " tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-11-10 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/52898

ast-grep: update to 0.29.0.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-52898.patch --]
[-- Type: text/x-diff, Size: 1300 bytes --]

From 72476f78a0f5d6d54756adc59085e36ace1c35d7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 31 Oct 2024 12:38:39 +0530
Subject: [PATCH] ast-grep: update to 0.29.0.

---
 srcpkgs/ast-grep/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
index 2ab39cd8c79800..4e352d88f11d2d 100644
--- a/srcpkgs/ast-grep/template
+++ b/srcpkgs/ast-grep/template
@@ -1,18 +1,18 @@
 # Template file for 'ast-grep'
 pkgname=ast-grep
-version=0.28.1
+version=0.29.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
-make_install_args="--bin=ast-grep --path=."
 short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://ast-grep.github.io"
 changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
-checksum=005c54fb9dc7c27ca6bbeb2b403bed557db3861e805090561d7d9813f653aec8
+checksum=6e6d56b42a4eabf479104d7eee73aeee2743c3e9e1debd860e73127b6fcad09f
 
-post_install() {
+do_install() {
+	vbin target/${RUST_TARGET}/release/ast-grep
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: ast-grep: update to 0.29.0.
  2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
                   ` (3 preceding siblings ...)
  2024-11-10 19:15 ` [PR PATCH] [Updated] " icp1994
@ 2024-11-10 22:45 ` tranzystorekk
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorekk @ 2024-11-10 22:45 UTC (permalink / raw)
  To: ml

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

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

ast-grep: update to 0.29.0.
https://github.com/void-linux/void-packages/pull/52898

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**

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

end of thread, other threads:[~2024-11-10 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-03 19:12 [PR PATCH] ast-grep: update to 0.29.0 icp1994
2024-11-09 17:47 ` [PR REVIEW] " tranzystorekk
2024-11-09 20:11 ` icp1994
2024-11-09 20:19 ` tranzystorekk
2024-11-10 19:15 ` [PR PATCH] [Updated] " icp1994
2024-11-10 22:45 ` [PR PATCH] [Merged]: " tranzystorekk

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