Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] taplo: update to 0.8.0
@ 2022-11-01  1:58 cinerea0
  2022-11-04  3:09 ` [PR PATCH] [Updated] " cinerea0
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-01  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From 149571e9f7393e81c05d49feaa0f48983d7c1b43 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 31 Oct 2022 21:56:36 -0400
Subject: [PATCH] taplo: update to 0.8.0

---
 srcpkgs/taplo/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 72e918b651b2..d1a0d719c9a5 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,19 +1,18 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
-wrksrc="${pkgname}-release-${pkgname}-cli-${version}"
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

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

* Re: [PR PATCH] [Updated] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
@ 2022-11-04  3:09 ` cinerea0
  2022-11-08 19:02 ` cinerea0
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-04  3:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From 6a7dc3f7658c2072fec37ea96b8c987d0d02f80f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 3 Nov 2022 23:08:57 -0400
Subject: [PATCH] taplo: update to 0.8.0

---
 srcpkgs/taplo/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 72e918b651b2..d1a0d719c9a5 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,19 +1,18 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
-wrksrc="${pkgname}-release-${pkgname}-cli-${version}"
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

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

* Re: [PR PATCH] [Updated] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
  2022-11-04  3:09 ` [PR PATCH] [Updated] " cinerea0
@ 2022-11-08 19:02 ` cinerea0
  2022-11-08 19:32 ` cinerea0
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-08 19:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From d39f93df5ee4791d44c32b80510997cdc75f594c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 8 Nov 2022 14:02:24 -0500
Subject: [PATCH] taplo: update to 0.8.0

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

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 7a0781d88a96..36cc4ebefe76 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,17 +1,17 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
 checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
 
 post_install() {

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

* Re: [PR PATCH] [Updated] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
  2022-11-04  3:09 ` [PR PATCH] [Updated] " cinerea0
  2022-11-08 19:02 ` cinerea0
@ 2022-11-08 19:32 ` cinerea0
  2022-11-16  2:05 ` cinerea0
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-08 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From c45c3a12bb91b6d819724aa1021a1232364d47ef Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 8 Nov 2022 14:32:11 -0500
Subject: [PATCH] taplo: update to 0.8.0

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

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 7a0781d88a96..d1a0d719c9a5 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,18 +1,18 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

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

* Re: taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (2 preceding siblings ...)
  2022-11-08 19:32 ` cinerea0
@ 2022-11-16  2:05 ` cinerea0
  2022-11-22  3:07 ` cinerea0
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-16  2:05 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#issuecomment-1316180180

Comment:
@q66 Does the change to the configure_args line look like it will all taplo to be built on ppc?

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

* Re: taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (3 preceding siblings ...)
  2022-11-16  2:05 ` cinerea0
@ 2022-11-22  3:07 ` cinerea0
  2023-02-28  2:01 ` github-actions
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2022-11-22  3:07 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#issuecomment-1316180180

Comment:
@q66 Does the change to the configure_args line look like it will allow taplo to be built on ppc?

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

* Re: taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (4 preceding siblings ...)
  2022-11-22  3:07 ` cinerea0
@ 2023-02-28  2:01 ` github-actions
  2023-02-28 15:04 ` cinerea0
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-02-28  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#issuecomment-1447452353

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (5 preceding siblings ...)
  2023-02-28  2:01 ` github-actions
@ 2023-02-28 15:04 ` cinerea0
  2023-02-28 21:56 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2023-02-28 15:04 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#issuecomment-1448343519

Comment:
This is still relevant and the issues regarding ppc have been addressed.

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

* Re: [PR REVIEW] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (6 preceding siblings ...)
  2023-02-28 15:04 ` cinerea0
@ 2023-02-28 21:56 ` paper42
  2023-03-02 15:05 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-02-28 21:56 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#discussion_r1120835600

Comment:
could you leave a comment about why this is necessary?

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

* Re: [PR PATCH] [Updated] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (7 preceding siblings ...)
  2023-02-28 21:56 ` [PR REVIEW] " paper42
@ 2023-03-02 15:05 ` cinerea0
  2023-03-02 15:12 ` cinerea0
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2023-03-02 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From 4898a53bbfd1024a0468a5e779f1f735485aace5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 2 Mar 2023 10:04:44 -0500
Subject: [PATCH] taplo: update to 0.8.0

---
 srcpkgs/taplo/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 7a0781d88a96..78f26ce739a6 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,18 +1,20 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+# no-default-features: allows selecting custom feature set
+# native-tls: Enables linking against system SSL instead of rustls/ring
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

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

* Re: [PR PATCH] [Updated] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (8 preceding siblings ...)
  2023-03-02 15:05 ` [PR PATCH] [Updated] " cinerea0
@ 2023-03-02 15:12 ` cinerea0
  2023-03-02 15:16 ` [PR REVIEW] " cinerea0
  2023-03-02 21:01 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2023-03-02 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages taplo
https://github.com/void-linux/void-packages/pull/40255

taplo: update to 0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

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

From 3710cfd087dc9d4f7ccb0374ca8f6370df70f2fd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 2 Mar 2023 10:12:15 -0500
Subject: [PATCH] taplo: update to 0.8.0

---
 srcpkgs/taplo/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/taplo/template b/srcpkgs/taplo/template
index 7a0781d88a96..af4f095d4606 100644
--- a/srcpkgs/taplo/template
+++ b/srcpkgs/taplo/template
@@ -1,18 +1,21 @@
 # Template file for 'taplo'
 pkgname=taplo
-version=0.7.0
+version=0.8.0
 revision=1
-archs="x86_64* i686* aarch64* arm*" # ring
 build_wrksrc="crates/taplo-cli"
 build_style=cargo
+# no-default-features: allows selecting custom feature set
+# lsp: builds TOML language server
+# native-tls: Enables linking against system SSL instead of rustls/ring
+configure_args="--no-default-features --features lsp,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="TOML toolkit written in Rust"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://taplo.tamasfe.dev/"
-distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/release-${pkgname}-cli-${version}.tar.gz"
-checksum=6b6d06220dabc3a63e17b87ca4be1b9dfde97dc3c6bd6e8115cc5d2e2dad9bbe
+distfiles="https://github.com/tamasfe/taplo/archive/refs/tags/${version}.tar.gz"
+checksum=079fab82f48e4f71379f0d2e249b7bd402af8ddf84ea16b65ba2742811a8d951
 
 post_install() {
 	vlicense ../../LICENSE.md

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

* Re: [PR REVIEW] taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (9 preceding siblings ...)
  2023-03-02 15:12 ` cinerea0
@ 2023-03-02 15:16 ` cinerea0
  2023-03-02 21:01 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2023-03-02 15:16 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40255#discussion_r1123264149

Comment:
Sure, just added some comments in the latest push.

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

* Re: [PR PATCH] [Merged]: taplo: update to 0.8.0
  2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
                   ` (10 preceding siblings ...)
  2023-03-02 15:16 ` [PR REVIEW] " cinerea0
@ 2023-03-02 21:01 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-03-02 21:01 UTC (permalink / raw)
  To: ml

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

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

taplo: update to 0.8.0
https://github.com/void-linux/void-packages/pull/40255

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

I've enabled a feature that should remove the arch restriction. If someone with ppc equipment could test, I'd be grateful.


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

end of thread, other threads:[~2023-03-02 21:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  1:58 [PR PATCH] taplo: update to 0.8.0 cinerea0
2022-11-04  3:09 ` [PR PATCH] [Updated] " cinerea0
2022-11-08 19:02 ` cinerea0
2022-11-08 19:32 ` cinerea0
2022-11-16  2:05 ` cinerea0
2022-11-22  3:07 ` cinerea0
2023-02-28  2:01 ` github-actions
2023-02-28 15:04 ` cinerea0
2023-02-28 21:56 ` [PR REVIEW] " paper42
2023-03-02 15:05 ` [PR PATCH] [Updated] " cinerea0
2023-03-02 15:12 ` cinerea0
2023-03-02 15:16 ` [PR REVIEW] " cinerea0
2023-03-02 21:01 ` [PR PATCH] [Merged]: " paper42

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