Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lua-language-server: update to 3.6.13.
@ 2023-03-03 19:04 icp1994
  2023-03-06 20:04 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-03-03 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages lua-language-server
https://github.com/void-linux/void-packages/pull/42570

lua-language-server: update to 3.6.13.
#### 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**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-language-server-42570.patch --]
[-- Type: text/x-diff, Size: 3357 bytes --]

From 5963a394b292a122894710ffa05a09ba2712314e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Mar 2023 11:57:20 +0530
Subject: [PATCH] lua-language-server: update to 3.6.13.

---
 .../patches/fix-stupid-broken-tests.patch     | 30 ++-----------------
 srcpkgs/lua-language-server/template          | 11 ++++---
 2 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch b/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch
index 40287346b52b..04447cb981ef 100644
--- a/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch
+++ b/srcpkgs/lua-language-server/patches/fix-stupid-broken-tests.patch
@@ -32,34 +32,10 @@ index 5b85af7..cf653c0 100644
 -    end
 -    checkOK()
  end
-diff --git a/3rd/luamake/3rd/bee.lua/test/test_lua.lua b/3rd/luamake/3rd/bee.lua/test/test_lua.lua
+diff --git a/3rd/luamake/bee.lua/test/test_lua.lua b/3rd/luamake/bee.lua/test/test_lua.lua
 index 5b85af7..cf653c0 100644
---- a/3rd/luamake/3rd/bee.lua/test/test_lua.lua
-+++ b/3rd/luamake/3rd/bee.lua/test/test_lua.lua
-@@ -21,19 +21,4 @@ function test_lua:test_stack_overflow_2()
- end
- 
- function test_lua:test_next()
--    local t = {}
--    for i = 1, 26 do
--        t[string.char(0x40+i)] = true
--    end
--    local expected = {
--        'Z', 'Y', 'V', 'U', 'X', 'W', 'R', 'Q', 'T', 'S', 'N', 'M', 'P', 'O', 'J', 'I', 'L', 'K', 'F', 'E', 'H', 'G', 'B', 'A', 'D', 'C'
--    }
--    local function checkOK()
--        local key
--        for i = 1, 26 do
--            key = next(t, key)
--            lt.assertEquals(key, expected[i])
--        end
--    end
--    checkOK()
- end
-diff --git a/luamake/3rd/bee.lua/test/test_lua.lua b/luamake/3rd/bee.lua/test/test_lua.lua
-index 5b85af7..cf653c0 100644
---- a/luamake/3rd/bee.lua/test/test_lua.lua
-+++ b/luamake/3rd/bee.lua/test/test_lua.lua
+--- a/3rd/luamake/bee.lua/test/test_lua.lua
++++ b/3rd/luamake/bee.lua/test/test_lua.lua
 @@ -21,19 +21,4 @@ function test_lua:test_stack_overflow_2()
  end
  
diff --git a/srcpkgs/lua-language-server/template b/srcpkgs/lua-language-server/template
index a8108f88154f..d707362fde11 100644
--- a/srcpkgs/lua-language-server/template
+++ b/srcpkgs/lua-language-server/template
@@ -1,16 +1,15 @@
 # Template file for 'lua-language-server'
 pkgname=lua-language-server
-version=3.6.11
+version=3.6.13
 revision=1
-create_wrksrc=yes
 hostmakedepends="ninja"
 short_desc="Lua LSP implementation written in Lua"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
-homepage="https://github.com/sumneko/lua-language-server"
-changelog="https://raw.githubusercontent.com/sumneko/lua-language-server/master/changelog.md"
-distfiles="https://github.com/sumneko/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
-checksum=072b5c63c150767522a772b73fdddcfd76b787fed9a414d685098eddef7ede56
+homepage="https://github.com/LuaLS/lua-language-server"
+changelog="https://raw.githubusercontent.com/LuaLS/lua-language-server/master/changelog.md"
+distfiles="https://github.com/LuaLS/lua-language-server/releases/download/${version}/lua-language-server-${version}-submodules.zip"
+checksum=899ec6d6e4b49638bf785292141abf014623c86f1fef0be4c079edfd49688793
 
 do_build() {
 	ninja -C 3rd/luamake -f compile/ninja/linux.ninja

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

* Re: [PR PATCH] [Merged]: lua-language-server: update to 3.6.13.
  2023-03-03 19:04 [PR PATCH] lua-language-server: update to 3.6.13 icp1994
@ 2023-03-06 20:04 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-03-06 20:04 UTC (permalink / raw)
  To: ml

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

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

lua-language-server: update to 3.6.13.
https://github.com/void-linux/void-packages/pull/42570

Description:
#### 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**

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

end of thread, other threads:[~2023-03-06 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 19:04 [PR PATCH] lua-language-server: update to 3.6.13 icp1994
2023-03-06 20:04 ` [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).