forked from pool/lua-language-server
update to 3.13.9: required by neovim 0.11.0 #2
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -21,3 +21,4 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
lua-language-server-3.13.9.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/LuaLS/lua-language-server</param>
|
||||
<param name="revision">refs/tags/3.13.6</param>
|
||||
<param name="revision">refs/tags/3.13.9</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="submodules">enable</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c81801c1fe212527e15c39622b5a5ba8bd4b4cb3707807bd64a42e949181e2a6
|
||||
size 84190734
|
BIN
lua-language-server-3.13.9.obscpio
(Stored with Git LFS)
Normal file
BIN
lua-language-server-3.13.9.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 20:32:51 UTC 2025 - Michal Vyskocil <michal.vyskocil@gmail.com>
|
||||
|
||||
- update to 3.13.9: required by neovim 0.11.0
|
||||
* remove the limit for analyzing the literal table
|
||||
* when analyzing the literal table, only the first 100 items are analyzed at
|
||||
most
|
||||
* when checking type matching for union types, only the first 100 items are
|
||||
checked at most
|
||||
* --check now respects ignoreDir setting
|
||||
* incorrect argument skip pattern for `--check_out_path=`, which incorrectly
|
||||
skips the next argument
|
||||
* CLI: added `--help`.
|
||||
* default path for `--doc_out_path` is the current directory
|
||||
* incorrect argument skip pattern for `--check_out_path=`, which incorrectly
|
||||
skips the next argument
|
||||
* incorrect error message for `--doc_update`.
|
||||
* reimplement section `luals.config` in file doc.json
|
||||
* incorrect file names in file doc.json
|
||||
* remove extra `./` path prefix in the check report when using `--check=.`
|
||||
* Narrowing of types with literal fields: [#3056], [#3089]
|
||||
* correct lua version of `math.ult` and `math.type`
|
||||
* incorrect links for `pattern` in `string` methods
|
||||
* fix type annotations for bit module
|
||||
* Another regression related to type narrow and generic param introduced
|
||||
since `v3.10.1` [#3087]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 13:23:11 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: lua-language-server
|
||||
version: 3.13.6
|
||||
mtime: 1738826052
|
||||
commit: b0b5c8f17fdcb6f8d6244eca48b8fc053e9b15ea
|
||||
version: 3.13.9
|
||||
mtime: 1741836849
|
||||
commit: dc4c9f25b37b9148165524e1e30b3b7752cf78ca
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: lua-language-server
|
||||
Version: 3.13.6
|
||||
Version: 3.13.9
|
||||
Release: 0
|
||||
Summary: Lua Language Server coded by Lua
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user