Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tokei: enable additional output formats
@ 2022-03-26 11:32 tranzystorek-io
  2022-03-26 18:17 ` tranzystorek-io
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-03-26 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 698eceb00b03b16ceca4862d6c5f8895b5e86885 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..5246209d9e05 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"

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

* Re: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
@ 2022-03-26 18:17 ` tranzystorek-io
  2022-03-26 19:37 ` tranzystorek-io
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-03-26 18:17 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36359#issuecomment-1079747628

Comment:
Seems there is a bug in LLVM that won't let tokei compile on i686

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

* Re: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
  2022-03-26 18:17 ` tranzystorek-io
@ 2022-03-26 19:37 ` tranzystorek-io
  2022-03-27 17:01 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-03-26 19:37 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36359#issuecomment-1079747628

Comment:
Seems there is a bug in LLVM that won't let tokei's tests compile on i686

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

* Re: [PR PATCH] [Updated] tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
  2022-03-26 18:17 ` tranzystorek-io
  2022-03-26 19:37 ` tranzystorek-io
@ 2022-03-27 17:01 ` tranzystorek-io
  2022-03-27 23:06 ` tranzystorek-io
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-03-27 17:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f14feff3f57fc6deec72084ebda82ca86cf5b213 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..5246209d9e05 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"

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

* Re: [PR PATCH] [Updated] tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-03-27 17:01 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-27 23:06 ` tranzystorek-io
  2022-06-07 18:06 ` tranzystorek-io
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-03-27 23:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a698794cf537a806a738ee8b0428da926eed40b0 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..5246209d9e05 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"

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

* Re: [PR PATCH] [Updated] tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-03-27 23:06 ` tranzystorek-io
@ 2022-06-07 18:06 ` tranzystorek-io
  2022-06-17  8:41 ` tranzystorek-io
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-06-07 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3556b0e72d6def22f5dcb1f0fb5ccdb169bf17d7 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..5246209d9e05 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"

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

* Re: [PR PATCH] [Updated] tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-06-07 18:06 ` tranzystorek-io
@ 2022-06-17  8:41 ` tranzystorek-io
  2022-06-17  9:53 ` tranzystorek-io
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-06-17  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e023255fa4ef9c53ad20b8e5ebf16edaafbfaa7d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..f20a1cae0bf3 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"
@@ -10,6 +11,12 @@ homepage="https://github.com/XAMPPRocky/tokei"
 distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
 checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
 
+# on i686 LLVM has problems with compiling doctests
+case "$XBPS_TARGET_MACHINE" in
+	i686) make_check_args+=" --lib";;
+	*) ;;
+esac
+
 post_install() {
 	vlicense LICENCE-MIT
 }

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

* Re: [PR PATCH] [Updated] tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-06-17  8:41 ` tranzystorek-io
@ 2022-06-17  9:53 ` tranzystorek-io
  2022-06-17 10:28 ` tranzystorek-io
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-06-17  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tokei-output
https://github.com/void-linux/void-packages/pull/36359

tokei: enable additional output formats
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3f9590766bba8c462068786f69a0a58db7e1765a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 26 Mar 2022 12:31:02 +0100
Subject: [PATCH] tokei: enable additional output formats

---
 srcpkgs/tokei/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 32aeea5e1a2a..8e5da7ab3923 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -1,8 +1,9 @@
 # Template file for 'tokei'
 pkgname=tokei
 version=12.1.2
-revision=1
+revision=2
 build_style=cargo
+configure_args="--features all"
 short_desc="Count lines of code"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"
@@ -10,6 +11,12 @@ homepage="https://github.com/XAMPPRocky/tokei"
 distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"
 checksum=81ef14ab8eaa70a68249a299f26f26eba22f342fb8e22fca463b08080f436e50
 
+# on i686 LLVM has problems with compiling doctests
+case "$XBPS_TARGET_MACHINE" in
+	i686) make_check_args+=" --tests";;
+	*) ;;
+esac
+
 post_install() {
 	vlicense LICENCE-MIT
 }

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

* Re: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-06-17  9:53 ` tranzystorek-io
@ 2022-06-17 10:28 ` tranzystorek-io
  2022-06-21  6:49 ` tranzystorek-io
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-06-17 10:28 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36359#issuecomment-1079747628

Comment:
Seems there is a bug in LLVM that won't let tokei's doctests compile on i686

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

* Re: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-06-17 10:28 ` tranzystorek-io
@ 2022-06-21  6:49 ` tranzystorek-io
  2022-06-21  7:42 ` jcgruenhage
  2022-06-24 20:09 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-06-21  6:49 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36359#issuecomment-1161332008

Comment:
@jcgruenhage do you think this is good to merge?

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

* Re: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-06-21  6:49 ` tranzystorek-io
@ 2022-06-21  7:42 ` jcgruenhage
  2022-06-24 20:09 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-21  7:42 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/36359#issuecomment-1161378401

Comment:
just checked it out locally. Builds fine for me on x86_64-glibc and works as expected. With the CI taking care of the rest, I'd say this is good to merge, yeah.


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

* Re: [PR PATCH] [Merged]: tokei: enable additional output formats
  2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-06-21  7:42 ` jcgruenhage
@ 2022-06-24 20:09 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-06-24 20:09 UTC (permalink / raw)
  To: ml

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

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

tokei: enable additional output formats
https://github.com/void-linux/void-packages/pull/36359

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-24 20:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 11:32 [PR PATCH] tokei: enable additional output formats tranzystorek-io
2022-03-26 18:17 ` tranzystorek-io
2022-03-26 19:37 ` tranzystorek-io
2022-03-27 17:01 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-27 23:06 ` tranzystorek-io
2022-06-07 18:06 ` tranzystorek-io
2022-06-17  8:41 ` tranzystorek-io
2022-06-17  9:53 ` tranzystorek-io
2022-06-17 10:28 ` tranzystorek-io
2022-06-21  6:49 ` tranzystorek-io
2022-06-21  7:42 ` jcgruenhage
2022-06-24 20:09 ` [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).