Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim: update to 0.7.0.
@ 2022-04-15 12:48 kartikynwa
  2022-04-15 13:19 ` kartikynwa
                   ` (20 more replies)
  0 siblings, 21 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 12:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages update-neovim
https://github.com/void-linux/void-packages/pull/36704

neovim: update to 0.7.0.
#### Testing the changes
- I tested the changes in this PR: **briefly** (been using it for five minutes)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes

From reading the changelog: https://github.com/neovim/neovim/releases/tag/v0.7.0

I don't see any new dependencies or feature flags. So I have bumped the package version and changed the name of the LICENSE file as was needed. Working fine on my system. If any changes need to be made feel free to let me know.

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

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

From 7d52d19a932dc1e09783836c859d49d259e3b30b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 15 Apr 2022 18:14:54 +0530
Subject: [PATCH] neovim: update to 0.7.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..866a6aecac4f 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
+version=0.7.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
+checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
 
 alternatives="
  vi:vi:/usr/bin/nvim
@@ -30,5 +30,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
@ 2022-04-15 13:19 ` kartikynwa
  2022-04-15 13:20 ` [PR PATCH] [Updated] " kartikynwa
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 13:19 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1100104953

Comment:
If anyone has any tips for the failing crossbuilds, feel free to let me know. Meanwhile I will ask on their discourse about it.

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

* Re: [PR PATCH] [Updated] neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
  2022-04-15 13:19 ` kartikynwa
@ 2022-04-15 13:20 ` kartikynwa
  2022-04-15 13:23 ` kartikynwa
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages update-neovim
https://github.com/void-linux/void-packages/pull/36704

neovim: update to 0.7.0.
#### Testing the changes
- I tested the changes in this PR: **briefly** (been using it for five minutes)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes

From reading the changelog: https://github.com/neovim/neovim/releases/tag/v0.7.0

I don't see any new dependencies or feature flags. So I have bumped the package version and changed the name of the LICENSE file as was needed. Working fine on my system. If any changes need to be made feel free to let me know.

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

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

From ad0d146baedd9c7c9e13d3262e91a2d3e1382436 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 15 Apr 2022 18:14:54 +0530
Subject: [PATCH] neovim: update to 0.7.0.

---
 srcpkgs/neovim/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..147a103e06bc 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,20 +1,20 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
+version=0.7.0
 revision=1
 build_style=cmake
 build_helper="qemu"
 configure_args="-DCMAKE_BUILD_TYPE=Release"
-hostmakedepends="pkg-config gettext gperf LuaJIT lua51-lpeg lua51-mpack"
+hostmakedepends="pkg-config gettext gperf lua51-lpeg lua51-mpack"
 makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel
- LuaJIT-devel libluv-devel tree-sitter-devel"
+ LuaJIT LuaJIT-devel libluv-devel tree-sitter-devel"
 depends="libvterm>=0.1.0"
 short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
+checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
 
 alternatives="
  vi:vi:/usr/bin/nvim
@@ -30,5 +30,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }

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

* Re: [PR PATCH] [Updated] neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
  2022-04-15 13:19 ` kartikynwa
  2022-04-15 13:20 ` [PR PATCH] [Updated] " kartikynwa
@ 2022-04-15 13:23 ` kartikynwa
  2022-04-15 16:22 ` kartikynwa
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages update-neovim
https://github.com/void-linux/void-packages/pull/36704

neovim: update to 0.7.0.
#### Testing the changes
- I tested the changes in this PR: **briefly** (been using it for five minutes)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes

From reading the changelog: https://github.com/neovim/neovim/releases/tag/v0.7.0

I don't see any new dependencies or feature flags. So I have bumped the package version and changed the name of the LICENSE file as was needed. Working fine on my system. If any changes need to be made feel free to let me know.

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

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

From 7e172f5708d6f523eb9a0b710358f35598819918 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 15 Apr 2022 18:14:54 +0530
Subject: [PATCH] neovim: update to 0.7.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..866a6aecac4f 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
+version=0.7.0
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
+checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
 
 alternatives="
  vi:vi:/usr/bin/nvim
@@ -30,5 +30,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (2 preceding siblings ...)
  2022-04-15 13:23 ` kartikynwa
@ 2022-04-15 16:22 ` kartikynwa
  2022-04-15 16:22 ` kartikynwa
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 16:22 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1100209395

Comment:
I am thinking it will need some patches to fix the crashes on aarch64. 

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (3 preceding siblings ...)
  2022-04-15 16:22 ` kartikynwa
@ 2022-04-15 16:22 ` kartikynwa
  2022-04-17 17:04 ` [PR PATCH] [Closed]: " kartikynwa
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-15 16:22 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1100209395

Comment:
I am thinking it will need some LuaJIT patches to fix the crashes on aarch64. Can't think of anything else.

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

* Re: [PR PATCH] [Closed]: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (4 preceding siblings ...)
  2022-04-15 16:22 ` kartikynwa
@ 2022-04-17 17:04 ` kartikynwa
  2022-04-17 18:00 ` kartikynwa
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-17 17:04 UTC (permalink / raw)
  To: ml

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

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

neovim: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/36704

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly** (been using it for five minutes)

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

#### Notes

From reading the changelog: https://github.com/neovim/neovim/releases/tag/v0.7.0

I don't see any new dependencies or feature flags. So I have bumped the package version and changed the name of the LICENSE file as was needed. Working fine on my system. If any changes need to be made feel free to let me know.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (5 preceding siblings ...)
  2022-04-17 17:04 ` [PR PATCH] [Closed]: " kartikynwa
@ 2022-04-17 18:00 ` kartikynwa
  2022-04-18  4:32 ` kartikynwa
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-17 18:00 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1100924522

Comment:
Build succeeds with LuaJIT branch v2.1 HEAD (ddb95537645746) with these patches ported over to the updated code: `enable-debug-symbols.patch  fix-bcsave-ppc64.patch  get-rid-of-luajit-version-sym.patch`

But the repository has seen a lot of commits after the latest patch we have downstreamed:

```
luajit on  v2.1
❯ git log --since="2018-06-24T14:09:00" --grep=ARM --grep=arm64 --oneline | wc -l
31
```

Closing this since I am not sure what to do here.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (6 preceding siblings ...)
  2022-04-17 18:00 ` kartikynwa
@ 2022-04-18  4:32 ` kartikynwa
  2022-04-18  8:54 ` Johnnynator
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-18  4:32 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101085646

Comment:
@Johnnynator sorry for pinging you. You pushed some patches in LuaJIT to fix neovim crashes. If you can tell me how you picked those patches I can do that step myself.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (7 preceding siblings ...)
  2022-04-18  4:32 ` kartikynwa
@ 2022-04-18  8:54 ` Johnnynator
  2022-04-18  9:47 ` kartikdc
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: Johnnynator @ 2022-04-18  8:54 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101234072

Comment:
> @Johnnynator sorry for pinging you. You pushed some patches in LuaJIT to fix neovim crashes. If you can tell me how you picked those patches I can do that step myself.

I just used `git bisect` to find the commit that fixed it.
But there is also currently a discussion in #xbps on IRC whether we should just switch the LuaJIT package fuy to some newer git commit.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (8 preceding siblings ...)
  2022-04-18  8:54 ` Johnnynator
@ 2022-04-18  9:47 ` kartikdc
  2022-04-18  9:48 ` kartikdc
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikdc @ 2022-04-18  9:47 UTC (permalink / raw)
  To: ml

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

New comment by kartikdc on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101270345

Comment:
> But there is also currently a discussion in #xbps on IRC whether we should just switch the LuaJIT package fuy to some newer git commit.

LuaJIT seems to not be doing releases so this could be the easier option.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (9 preceding siblings ...)
  2022-04-18  9:47 ` kartikdc
@ 2022-04-18  9:48 ` kartikdc
  2022-04-18 11:13 ` kartikynwa
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikdc @ 2022-04-18  9:48 UTC (permalink / raw)
  To: ml

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

New comment by kartikdc on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101270345

Comment:
> But there is also currently a discussion in #xbps on IRC whether we should just switch the LuaJIT package fuy to some newer git commit.

LuaJIT seems to not be doing releases so this could be the easier option.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (10 preceding siblings ...)
  2022-04-18  9:48 ` kartikdc
@ 2022-04-18 11:13 ` kartikynwa
  2022-04-18 11:17 ` kartikynwa
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-18 11:13 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101320483

Comment:
> But there is also currently a discussion in #xbps on IRC whether we should just switch the LuaJIT package fuy to some newer git commit.

@Johnnynator For what it's worth, the neovim developers always test against the HEAD of the v2.1 branch because LuaJIT seem to not be doing any releases for the past couple of years. If neovim is the only package that is using LuaJIT, you can update it whenever there a new neovim release.

Don't have a strong opinion on this. Just laying out what I have found from pestering the neovim developers.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (11 preceding siblings ...)
  2022-04-18 11:13 ` kartikynwa
@ 2022-04-18 11:17 ` kartikynwa
  2022-04-18 19:22 ` gbrlsnchs
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-18 11:17 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101320483

Comment:
> But there is also currently a discussion in #xbps on IRC whether we should just switch the LuaJIT package fuy to some newer git commit.

@Johnnynator For what it's worth, the neovim developers always test against the HEAD of the v2.1 branch because LuaJIT seem to not be doing any releases for the past couple of years. ~~If neovim is the only package that is using LuaJIT, you can update it whenever there a new neovim release.~~

Don't have a strong opinion on this. Just laying out what I have found from pestering the neovim developers.

Edit: Seems like a good number of other packages are using LuaJIT as well. 

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (12 preceding siblings ...)
  2022-04-18 11:17 ` kartikynwa
@ 2022-04-18 19:22 ` gbrlsnchs
  2022-04-20  4:01 ` kartikynwa
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: gbrlsnchs @ 2022-04-18 19:22 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101686958

Comment:
> If anyone has any tips for the failing crossbuilds, feel free to let me know. Meanwhile I will ask on their discourse about it.

For my custom packages, I'm using the following in order to build Neovim to ARM64:
```sh
pre_configure() {
	vsed -i runtime/CMakeLists.txt \
		-e "s|\".*/bin/nvim|\${CMAKE_CROSSCOMPILING_EMULATOR} &|g"

	if [ "$CROSS_BUILD" ]; then
		# https://github.com/neovim/neovim/pull/16722#issue-1084168744
		configure_args+=" -DCOMPILE_LUA=OFF"
	fi
}
```

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (13 preceding siblings ...)
  2022-04-18 19:22 ` gbrlsnchs
@ 2022-04-20  4:01 ` kartikynwa
  2022-04-20 15:30 ` LinArcX
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-20  4:01 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1103447036

Comment:
https://github.com/void-linux/void-packages/pull/36704#issuecomment-1101686958 is also what gpanders suggested to me on the neovim forum.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (14 preceding siblings ...)
  2022-04-20  4:01 ` kartikynwa
@ 2022-04-20 15:30 ` LinArcX
  2022-04-20 16:12 ` kartikynwa
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: LinArcX @ 2022-04-20 15:30 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1104070385

Comment:
Guys, we need neovim 0.7.0

Please submit a PR if it doesn't have any issue for building in different architectures. 

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (15 preceding siblings ...)
  2022-04-20 15:30 ` LinArcX
@ 2022-04-20 16:12 ` kartikynwa
  2022-04-20 18:27 ` gbrlsnchs
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: kartikynwa @ 2022-04-20 16:12 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1104121353

Comment:
@gbrlsnchs can you confirm that after compiling with `-DCOMPILE_LUA=OFF`, neovim actually works on arm64 or not? I don't the hardware to test it.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (16 preceding siblings ...)
  2022-04-20 16:12 ` kartikynwa
@ 2022-04-20 18:27 ` gbrlsnchs
  2022-04-21  0:50 ` CameronNemo
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 24+ messages in thread
From: gbrlsnchs @ 2022-04-20 18:27 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1104286148

Comment:
> @gbrlsnchs can you confirm that after compiling with `-DCOMPILE_LUA=OFF`, neovim actually works on arm64 or not? I don't the hardware to test it.

I'm also unable to test it right now, unfortunately. I just had it compiled for future usage.

Still, I don't think that breaks anything; it seems to turn off a Lua optimization where Neovim's Lua API code is compiled ahead of time instead of interpreted during runtime.

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (17 preceding siblings ...)
  2022-04-20 18:27 ` gbrlsnchs
@ 2022-04-21  0:50 ` CameronNemo
  2022-04-23 12:03 ` LinArcX
  2022-04-23 12:04 ` LinArcX
  20 siblings, 0 replies; 24+ messages in thread
From: CameronNemo @ 2022-04-21  0:50 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1104591240

Comment:
FYI: https://github.com/void-linux/void-packages/pull/36790 and https://github.com/CameronNemo/void-packages/commit/7ec696e5d77d8dca95677e92b6ba63f2728dbd13

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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (18 preceding siblings ...)
  2022-04-21  0:50 ` CameronNemo
@ 2022-04-23 12:03 ` LinArcX
  2022-04-23 12:04 ` LinArcX
  20 siblings, 0 replies; 24+ messages in thread
From: LinArcX @ 2022-04-23 12:03 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1107460347

Comment:
I have void-linux for more than 3 years, but recently i'm thinking more to switch to another distro,(that let me do whatever i want without any stupid limitations).

The main reason is that i still don't understand why maintainers of void insist on release versions of applications.

In my opinion, there's no single direction between "no-bug" and "high-quality" software with having "releases".

Stop this annoying policy and let people be more free.



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

* Re: neovim: update to 0.7.0.
  2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
                   ` (19 preceding siblings ...)
  2022-04-23 12:03 ` LinArcX
@ 2022-04-23 12:04 ` LinArcX
  20 siblings, 0 replies; 24+ messages in thread
From: LinArcX @ 2022-04-23 12:04 UTC (permalink / raw)
  To: ml

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

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/pull/36704#issuecomment-1107460347

Comment:
I have void-linux for more than 3 years, but recently i'm thinking more to switch to another distro,(that let me do whatever i want without any stupid limitations).

The main reason is that i still don't understand why maintainers of void insist on release versions of applications.

In my opinion, there's no single direction between "no-bug" and "high-quality" software with having "releases".

Stop this annoying policy and let people be more free.



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

* [PR PATCH] neovim: update to 0.7.0.
@ 2022-04-23  2:44 thatboyjake
  0 siblings, 0 replies; 24+ messages in thread
From: thatboyjake @ 2022-04-23  2:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/thatboyjake/void-packages master
https://github.com/void-linux/void-packages/pull/36823

neovim: update to 0.7.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_x64-musl)

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

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

From 358ec1e3d7a8e8a2163466ab423d64912ca262f1 Mon Sep 17 00:00:00 2001
From: thatboyjake <jakerhackl@gmail.com>
Date: Fri, 22 Apr 2022 16:39:17 -0500
Subject: [PATCH] neovim: update to 0.7.0.

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

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..42cecfb6cf6c 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,7 +1,7 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
-revision=1
+version=0.7.0
+revision=0
 build_style=cmake
 build_helper="qemu"
 configure_args="-DCMAKE_BUILD_TYPE=Release"
@@ -14,7 +14,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="Apache-2.0, custom:Vim"
 homepage="https://neovim.io"
 distfiles="https://github.com/neovim/neovim/archive/v${version}.tar.gz"
-checksum=dd882c21a52e5999f656cae3f336b5fc702d52addd4d9b5cd3dc39cfff35e864
+checksum=792a9c55d5d5f4a5148d475847267df309d65fb20f05523f21c1319ea8a6c7df
 
 alternatives="
  vi:vi:/usr/bin/nvim
@@ -30,5 +30,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }

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

* [PR PATCH] neovim: update to 0.7.0
@ 2022-04-21 15:44 siduck
  0 siblings, 0 replies; 24+ messages in thread
From: siduck @ 2022-04-21 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/siduck/void-packages patch-1
https://github.com/void-linux/void-packages/pull/36804

neovim: update to 0.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 add ci skip tag as described in
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/36804.patch is attached

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

From 5a130d432dadaa3032a0975b5d2e8afc886ee0d9 Mon Sep 17 00:00:00 2001
From: Sidhanth Rathod <siduck@tutanota.com>
Date: Thu, 21 Apr 2022 21:14:08 +0530
Subject: [PATCH] neovim: update to 0.7.0

---
 srcpkgs/neovim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/neovim/template b/srcpkgs/neovim/template
index 28cbc7e363cb..fe3f77ac717c 100644
--- a/srcpkgs/neovim/template
+++ b/srcpkgs/neovim/template
@@ -1,6 +1,6 @@
 # Template file for 'neovim'
 pkgname=neovim
-version=0.6.1
+version=0.7.0
 revision=1
 build_style=cmake
 build_helper="qemu"

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

end of thread, other threads:[~2022-04-23 12:05 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15 12:48 [PR PATCH] neovim: update to 0.7.0 kartikynwa
2022-04-15 13:19 ` kartikynwa
2022-04-15 13:20 ` [PR PATCH] [Updated] " kartikynwa
2022-04-15 13:23 ` kartikynwa
2022-04-15 16:22 ` kartikynwa
2022-04-15 16:22 ` kartikynwa
2022-04-17 17:04 ` [PR PATCH] [Closed]: " kartikynwa
2022-04-17 18:00 ` kartikynwa
2022-04-18  4:32 ` kartikynwa
2022-04-18  8:54 ` Johnnynator
2022-04-18  9:47 ` kartikdc
2022-04-18  9:48 ` kartikdc
2022-04-18 11:13 ` kartikynwa
2022-04-18 11:17 ` kartikynwa
2022-04-18 19:22 ` gbrlsnchs
2022-04-20  4:01 ` kartikynwa
2022-04-20 15:30 ` LinArcX
2022-04-20 16:12 ` kartikynwa
2022-04-20 18:27 ` gbrlsnchs
2022-04-21  0:50 ` CameronNemo
2022-04-23 12:03 ` LinArcX
2022-04-23 12:04 ` LinArcX
2022-04-21 15:44 [PR PATCH] " siduck
2022-04-23  2:44 thatboyjake

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