Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tmuxp
@ 2022-11-19 10:18 egorenar
  2022-11-19 12:12 ` [PR PATCH] [Updated] Update tmuxp egorenar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: egorenar @ 2022-11-19 10:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/40609

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

#### 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 + glibc


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

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

From ce5b142fef9cb489ee58c6b871a4d7b87e6c9024 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:02:05 +0100
Subject: [PATCH 1/2] python3-libtmux: update to 0.15.10

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..57a6fde7b63a 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From 2ecfc33be71865db3d71c2421da40cfe2496c749 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:03:06 +0100
Subject: [PATCH 2/2] python3-tmuxp: update to 1.18.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..3ef2e67909a0 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools python3-colorama python3-click
@@ -12,7 +12,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/tmuxp/"
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
@ 2022-11-19 12:12 ` egorenar
  2022-11-19 12:21 ` egorenar
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2022-11-19 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/40609

Update tmuxp
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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 + glibc


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

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

From ce5b142fef9cb489ee58c6b871a4d7b87e6c9024 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:02:05 +0100
Subject: [PATCH 1/2] python3-libtmux: update to 0.15.10

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..57a6fde7b63a 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From a7ffaae9f7ae72cf9239df989f520842bfaa83ac Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:03:06 +0100
Subject: [PATCH 2/2] python3-tmuxp: update to 1.18.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..cc9e3f6ee917 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,23 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools python3-colorama python3-click
  python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+checkdepends="python3-pytest python3-pytest-mock python3-tmuxp $depends tmux"
 short_desc="Session manager for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/tmuxp/"
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
 do_check() {
-	# XXX: test hangs and crashes midway
-	python3 -m pytest -k 'not workspacebuilder'
+	# XXX: https://github.com/tmux-python/tmuxp/issues/788
+	python3 -m pytest -k 'not builder'
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
  2022-11-19 12:12 ` [PR PATCH] [Updated] Update tmuxp egorenar
@ 2022-11-19 12:21 ` egorenar
  2022-11-19 13:12 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2022-11-19 12:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/40609

Update tmuxp
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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 + glibc


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

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

From ce5b142fef9cb489ee58c6b871a4d7b87e6c9024 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:02:05 +0100
Subject: [PATCH 1/2] python3-libtmux: update to 0.15.10

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..57a6fde7b63a 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
 # Disable check which uses pip to pull external python packages
 make_check=no
 

From 45adbd819ba5493fb33b97da756782975d57bd86 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:03:06 +0100
Subject: [PATCH 2/2] python3-tmuxp: update to 1.18.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..7ee0e684b938 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,23 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools python3-colorama python3-click
  python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+checkdepends="python3-pytest python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/tmuxp/"
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
 do_check() {
-	# XXX: test hangs and crashes midway
-	python3 -m pytest -k 'not workspacebuilder'
+	# disable 'builder' tests: https://github.com/tmux-python/tmuxp/issues/788
+	PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -k 'not builder'
 }
 
 post_install() {

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

* Re: [PR REVIEW] Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
  2022-11-19 12:12 ` [PR PATCH] [Updated] Update tmuxp egorenar
  2022-11-19 12:21 ` egorenar
@ 2022-11-19 13:12 ` paper42
  2022-11-19 13:21 ` icp1994
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-11-19 13:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40609#discussion_r1027088451

Comment:
The reason is wrong and at the time it was added it was probably just a missing dependency.
```suggestion
checkdepends="python3-pytest tmux"
# fixture 'config_file' not found
make_check=no
```

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

* Re: Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
                   ` (2 preceding siblings ...)
  2022-11-19 13:12 ` [PR REVIEW] " paper42
@ 2022-11-19 13:21 ` icp1994
  2022-11-19 13:54 ` [PR PATCH] [Updated] " egorenar
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-11-19 13:21 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/40609#issuecomment-1320884863

Comment:
https://github.com/void-linux/void-packages/pull/40193

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

* Re: [PR PATCH] [Updated] Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
                   ` (3 preceding siblings ...)
  2022-11-19 13:21 ` icp1994
@ 2022-11-19 13:54 ` egorenar
  2022-11-19 13:54 ` [PR REVIEW] " egorenar
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2022-11-19 13:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages tmuxp
https://github.com/void-linux/void-packages/pull/40609

Update tmuxp
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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 + glibc


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

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

From cc4cc08d1c4e211dba4098874e69ec84f383a520 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:02:05 +0100
Subject: [PATCH 1/2] python3-libtmux: update to 0.15.10

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-libtmux/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index b23d8ad39498..57a745c454ca 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
-version=0.11.0
-revision=2
+version=0.15.10
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest tmux"
 short_desc="Python binding for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/libtmux"
 distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
-checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
-# Disable check which uses pip to pull external python packages
+checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
+# fixture 'config_file' not found
 make_check=no
 
 post_install() {

From 8ef0bba6541722117b2005f56b1d4735ed9050e1 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 19 Nov 2022 11:03:06 +0100
Subject: [PATCH 2/2] python3-tmuxp: update to 1.18.2

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/python3-tmuxp/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index ed180ff1e744..7ee0e684b938 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,23 +1,23 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
-version=1.10.1
-revision=2
+version=1.18.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-setuptools python3-colorama python3-click
  python3-kaptan python3-libtmux"
-checkdepends="python3-pytest $depends tmux"
+checkdepends="python3-pytest python3-pytest-mock $depends tmux"
 short_desc="Session manager for tmux"
 maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
 license="MIT"
 homepage="https://github.com/tmux-python/tmuxp/"
 distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
-checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92
+checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
 conflicts="python-tmuxp>=0"
 
 do_check() {
-	# XXX: test hangs and crashes midway
-	python3 -m pytest -k 'not workspacebuilder'
+	# disable 'builder' tests: https://github.com/tmux-python/tmuxp/issues/788
+	PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest -k 'not builder'
 }
 
 post_install() {

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

* Re: [PR REVIEW] Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
                   ` (4 preceding siblings ...)
  2022-11-19 13:54 ` [PR PATCH] [Updated] " egorenar
@ 2022-11-19 13:54 ` egorenar
  2022-11-22 21:45 ` paper42
  2022-11-22 21:45 ` [PR PATCH] [Closed]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: egorenar @ 2022-11-19 13:54 UTC (permalink / raw)
  To: ml

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

New review comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/40609#discussion_r1027092845

Comment:
thanks! fixed.

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

* Re: Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
                   ` (5 preceding siblings ...)
  2022-11-19 13:54 ` [PR REVIEW] " egorenar
@ 2022-11-22 21:45 ` paper42
  2022-11-22 21:45 ` [PR PATCH] [Closed]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-11-22 21:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40609#issuecomment-1324273488

Comment:
https://github.com/void-linux/void-packages/pull/40193

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

* Re: [PR PATCH] [Closed]: Update tmuxp
  2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
                   ` (6 preceding siblings ...)
  2022-11-22 21:45 ` paper42
@ 2022-11-22 21:45 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-11-22 21:45 UTC (permalink / raw)
  To: ml

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

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

Update tmuxp
https://github.com/void-linux/void-packages/pull/40609

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

#### 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 + glibc


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 10:18 [PR PATCH] Tmuxp egorenar
2022-11-19 12:12 ` [PR PATCH] [Updated] Update tmuxp egorenar
2022-11-19 12:21 ` egorenar
2022-11-19 13:12 ` [PR REVIEW] " paper42
2022-11-19 13:21 ` icp1994
2022-11-19 13:54 ` [PR PATCH] [Updated] " egorenar
2022-11-19 13:54 ` [PR REVIEW] " egorenar
2022-11-22 21:45 ` paper42
2022-11-22 21:45 ` [PR PATCH] [Closed]: " 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).