pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/neovim
Module Name: pkgsrc
Committed By: leot
Date: Sun May 3 18:21:52 UTC 2026
Modified Files:
pkgsrc/editors/neovim: distinfo
pkgsrc/editors/neovim/patches: patch-runtime_lua_vim_pack.lua
Log Message:
neovim: Add a simpler reproducer
We can just call the undefined function to prove that it is undefined without
calling its (at the moment) only user and managing packages.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/neovim/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.24 pkgsrc/editors/neovim/distinfo:1.25
--- pkgsrc/editors/neovim/distinfo:1.24 Sat May 2 21:14:04 2026
+++ pkgsrc/editors/neovim/distinfo Sun May 3 18:21:52 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2026/05/02 21:14:04 leot Exp $
+$NetBSD: distinfo,v 1.25 2026/05/03 18:21:52 leot Exp $
BLAKE2s (neovim-0.12.2.tar.gz) = 20b33dc20434cc34f63fde7bf79c702e81bfb4165a8b83777d27fc4aaa97dd9c
SHA512 (neovim-0.12.2.tar.gz) = 5e05ea39d8c166a41384c8c453b51333554601beb6decccd7bc01943c5c656c5c72abf17a75aa693c2ef6446abb9f3490d2a19233a1bdb9ebd5817d60954d70e
Size (neovim-0.12.2.tar.gz) = 13689620 bytes
-SHA1 (patch-runtime_lua_vim_pack.lua) = 7d4be9a61ec74ea01aab20694b078811058d2084
+SHA1 (patch-runtime_lua_vim_pack.lua) = 9a3890f7faebb169b26679884e0c7e687627cac6
Index: pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua
diff -u pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua:1.1 pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua:1.2
--- pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua:1.1 Sat May 2 21:14:04 2026
+++ pkgsrc/editors/neovim/patches/patch-runtime_lua_vim_pack.lua Sun May 3 18:21:52 2026
@@ -1,9 +1,11 @@
-$NetBSD: patch-runtime_lua_vim_pack.lua,v 1.1 2026/05/02 21:14:04 leot Exp $
+$NetBSD: patch-runtime_lua_vim_pack.lua,v 1.2 2026/05/03 18:21:52 leot Exp $
Avoid calling possible unavailable uv.available_parallelism().
At least on NetBSD with libuv-1.52.1 and lua51-luv-1.43.0.0nb1 seems
-not available and it can be triggered by using vim.pack.add().
+not available. It can be easily triggered via:
+
+ :lua =vim.uv.available_parallelism()
--- runtime/lua/vim/pack.lua.orig 2026-05-02 20:51:52.218912310 +0000
+++ runtime/lua/vim/pack.lua
Home |
Main Index |
Thread Index |
Old Index