- Upgrade to 3.6.18:

- Make functions in string api accept numbers
  - Don't override lm.bindir and lm.EXE_DIR in make.lua
  - add: description for config.addonManager.enable
  - Don't override lm.bindir and lm.EXE_DIR in make.lua
  - add: description for config.addonManager.enable
  - add: addon manager setting to template
  - README updates
  - Array of a class type does not get completion
  - Improve math.abs annotation
  - meta: newproxy can accept a userdata value

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=32
This commit is contained in:
2023-04-01 11:28:14 +00:00
committed by Git OBS Bridge
parent 85cd09bfe7
commit b9f8f3d890
6 changed files with 22 additions and 9 deletions

BIN
lua-language-server-3.6.11-submodules.zip (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-3.6.11.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-3.6.18-submodules.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
lua-language-server-3.6.18.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Apr 1 11:19:41 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Upgrade to 3.6.18:
- Make functions in string api accept numbers
- Don't override lm.bindir and lm.EXE_DIR in make.lua
- add: description for config.addonManager.enable
- Don't override lm.bindir and lm.EXE_DIR in make.lua
- add: description for config.addonManager.enable
- add: addon manager setting to template
- README updates
- Array of a class type does not get completion
- Improve math.abs annotation
- meta: newproxy can accept a userdata value
-------------------------------------------------------------------
Mon Feb 13 10:08:13 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -18,13 +18,11 @@
Name: lua-language-server
Version: 3.6.11
Version: 3.6.18
Release: 0
Summary: Lua Language Server coded by Lua
License: MIT
URL: https://github.com/LuaLS/lua-language-server
# Checkout from git is required because of gh#sumneko/lua-language-server#878
# Source0: %%{name}-%%{version}.tar.gz
Source0: %{url}/releases/download/%{version}/%{name}-%{version}-submodules.zip
Source1: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Source2: lua-lsp-launcher.sh