Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim-remote: update to 2.5.1
@ 2023-01-15  2:11 carvalhudo
  2023-01-15 20:40 ` [PR PATCH] [Updated] WIP: " carvalhudo
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-15  2:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/carvalhudo/void-packages update_neovim_remote
https://github.com/void-linux/void-packages/pull/41659

neovim-remote: update to 2.5.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 5c5c844711e9709eb8a8e71ed10b39d23a8ff2f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= <alcm99@gmail.com>
Date: Sat, 14 Jan 2023 23:10:20 -0300
Subject: [PATCH] neovim-remote: update to 2.5.1

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

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c510d263ec45..47f7eaa40d5f 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
-version=2.4.0
+version=2.5.1
 revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mhinz/neovim-remote"
 distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
-checksum=4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7
+checksum=cff04df8d82ea99168de441b23ee1ed21d64c6cb2196cb2e3d65a6778c14da01
 
 do_check() {
 	python3 -m pytest

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

* Re: [PR PATCH] [Updated] WIP: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
@ 2023-01-15 20:40 ` carvalhudo
  2023-01-21 19:24 ` carvalhudo
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-15 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/carvalhudo/void-packages update_neovim_remote
https://github.com/void-linux/void-packages/pull/41659

WIP: neovim-remote: update to 2.5.1
#### Testing the changes
- I tested the changes in this PR: **no**

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

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

From 7b3cd91f21972cfec3110775ef2f2c571696dd4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= <alcm99@gmail.com>
Date: Sat, 14 Jan 2023 23:10:20 -0300
Subject: [PATCH] neovim-remote: update to 2.5.1

---
 .../0001-Fix-tests-for-neovim-0.8.0.patch     | 31 +++++++++++++++++++
 srcpkgs/neovim-remote/template                |  6 ++--
 2 files changed, 34 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch

diff --git a/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch b/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch
new file mode 100644
index 000000000000..60fd753315f4
--- /dev/null
+++ b/srcpkgs/neovim-remote/patches/0001-Fix-tests-for-neovim-0.8.0.patch
@@ -0,0 +1,31 @@
+Status: sent-upstream
+
+---
+From 56d2a4097f4b639a16902390d9bdd8d1350f948c Mon Sep 17 00:00:00 2001
+From: oxalica <oxalicc@pm.me>
+Date: Sun, 2 Oct 2022 08:09:57 +0800
+Subject: [PATCH] Fix tests for neovim 0.8.0
+
+Since neovim/neovim#8519, `NVIM_LISTEN_ADDRESS` is only directly used
+when it contains colons or (back-)slashes. Otherwise it is concatanated
+with a tempdir prefix and suffixes to form the final path.
+---
+ tests/test_nvr.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_nvr.py b/tests/test_nvr.py
+index 97e08ab..ea3e7f4 100755
+--- a/tests/test_nvr.py
++++ b/tests/test_nvr.py
+@@ -18,7 +18,7 @@ def run_nvr(cmdlines, env):
+         nvr.main(cmdline, env)
+
+ def setup_env():
+-    env = {'NVIM_LISTEN_ADDRESS': 'pytest_socket_{}'.format(uuid.uuid4())}
++    env = {'NVIM_LISTEN_ADDRESS': './pytest_socket_{}'.format(uuid.uuid4())}
+     env.update(os.environ)
+     return env
+
+--
+2.39.0
+
diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c510d263ec45..c2f406cfe8d9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,7 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
-version=2.4.0
-revision=4
+version=2.5.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mhinz/neovim-remote"
 distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
-checksum=4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7
+checksum=cff04df8d82ea99168de441b23ee1ed21d64c6cb2196cb2e3d65a6778c14da01
 
 do_check() {
 	python3 -m pytest

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
  2023-01-15 20:40 ` [PR PATCH] [Updated] WIP: " carvalhudo
@ 2023-01-21 19:24 ` carvalhudo
  2023-01-21 19:28 ` carvalhudo
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:24 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (some of them are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**

```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send keys to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>:w<enter>'
```

**test 3**: get the current buffer name - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
  2023-01-15 20:40 ` [PR PATCH] [Updated] WIP: " carvalhudo
  2023-01-21 19:24 ` carvalhudo
@ 2023-01-21 19:28 ` carvalhudo
  2023-01-21 19:29 ` carvalhudo
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:28 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (some of them are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**

```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>:w<enter>'
```

**test 3**: get the current buffer name - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (2 preceding siblings ...)
  2023-01-21 19:28 ` carvalhudo
@ 2023-01-21 19:29 ` carvalhudo
  2023-01-21 19:39 ` carvalhudo
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:29 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (some of them are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**

```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
```

**test 3**: get the current buffer name - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (3 preceding siblings ...)
  2023-01-21 19:29 ` carvalhudo
@ 2023-01-21 19:39 ` carvalhudo
  2023-01-21 19:57 ` carvalhudo
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:39 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (which are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
$ nvr --remote-send '10k'
$ nvr --remote-send '10j'
```

**test 3**: running expression in the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
$ nvr --remote-expr 'getline(5)'
$ nvr --remote-expr 'getpid()'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (4 preceding siblings ...)
  2023-01-21 19:39 ` carvalhudo
@ 2023-01-21 19:57 ` carvalhudo
  2023-01-21 19:57 ` carvalhudo
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:57 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (which are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppp:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
$ nvr --remote-send '5k'
$ nvr --remote-send '5j'
```

**test 3**: running expression in the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
$ nvr --remote-expr 'getline(5)'
$ nvr --remote-expr 'getpid()'
```

**test 4**: running and recording macros - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppppppp:w<enter>'
$ nvr --remote-send 'qbggVGU:w<enter>q'
$ nvr --remote-send '@b'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (5 preceding siblings ...)
  2023-01-21 19:57 ` carvalhudo
@ 2023-01-21 19:57 ` carvalhudo
  2023-01-21 20:31 ` carvalhudo
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 19:57 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed these basic test cases below (which are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppp:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
$ nvr --remote-send '5k'
$ nvr --remote-send '5j'
```

**test 3**: running expressions in the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
$ nvr --remote-expr 'getline(5)'
$ nvr --remote-expr 'getpid()'
```

**test 4**: recording and running macros - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppppppp:w<enter>'
$ nvr --remote-send 'qbggVGU:w<enter>q'
$ nvr --remote-send '@b'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (6 preceding siblings ...)
  2023-01-21 19:57 ` carvalhudo
@ 2023-01-21 20:31 ` carvalhudo
  2023-04-22  1:53 ` github-actions
  2023-05-07  1:57 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: carvalhudo @ 2023-01-21 20:31 UTC (permalink / raw)
  To: ml

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

New comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/41659#issuecomment-1399316450

Comment:
I executed the basic test cases below (which are my main use cases) with success for both 2.4.0 and 2.5.1 versions:

**test 1**: open files remotely - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1 file_2
```

**test 2**: send commands to the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppp:w<enter>'
$ nvr --remote-send 'dd:w<enter>'
$ nvr --remote-send '5k'
$ nvr --remote-send '5j'
```

**test 3**: running expressions in the current buffer - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-expr 'bufname("")'
$ nvr --remote-expr 'getline(5)'
$ nvr --remote-expr 'getpid()'
```

**test 4**: recording and running macros - **OK**
```
$ nvim --listen /tmp/nvimsocket
$ nvr --remote file_1
$ nvr --remote-send 'ihello, world!<esc>yypppppppppp:w<enter>'
$ nvr --remote-send 'qbggVGU:w<enter>q'
$ nvr --remote-send '@b'
```

Any other contributions are welcome :D

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

* Re: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (7 preceding siblings ...)
  2023-01-21 20:31 ` carvalhudo
@ 2023-04-22  1:53 ` github-actions
  2023-05-07  1:57 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-04-22  1:53 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/41659#issuecomment-1518466158

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: neovim-remote: update to 2.5.1
  2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
                   ` (8 preceding siblings ...)
  2023-04-22  1:53 ` github-actions
@ 2023-05-07  1:57 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2023-05-07  1:57 UTC (permalink / raw)
  To: ml

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

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

neovim-remote: update to 2.5.1
https://github.com/void-linux/void-packages/pull/41659

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

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

end of thread, other threads:[~2023-05-07  1:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15  2:11 [PR PATCH] neovim-remote: update to 2.5.1 carvalhudo
2023-01-15 20:40 ` [PR PATCH] [Updated] WIP: " carvalhudo
2023-01-21 19:24 ` carvalhudo
2023-01-21 19:28 ` carvalhudo
2023-01-21 19:29 ` carvalhudo
2023-01-21 19:39 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 19:57 ` carvalhudo
2023-01-21 20:31 ` carvalhudo
2023-04-22  1:53 ` github-actions
2023-05-07  1:57 ` [PR PATCH] [Closed]: " github-actions

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