Accepting request 1256458 from devel:languages:lua

- update to 3.13.9:
  * remove the limit for analyzing the literal table
- update to 3.13.8:
  * fix: respect ignoreDir in --check CLI
  * Merge branch 'master' into fix-ignore-in-check
  * Chore: Update help messages
  * limit 100 items for performance reason
- update to 3.13.7:
  * Fix changelog links
  * fix: incorrect arg skip pattern for --check_out_path=
  * fix: incorrect file names in doc.json
  * fix: reimplement section luals.config in doc.json
  * fix: use fs.canonical() instead of fs.absolute()
  * fix: incorrect error message for --doc-update.
  * chore: refactoring
  * fix: default path for --doc_out_path is the current directory
  * fix: remove extra ./ prefix in check report when using --check=.
  * fix_doc_config
  * fix_doc_defaultpath
  * fix: osdate is not allowed in os.time
  * fix: another regression related to type narrow and generic since v3.10.1
  * fix: fix type annotations for bit module
  * fix: correct pattern links for string methods
  * Correct version for math.type and math.ult
  * Update changelog.md
  * fix: type narrowing bugs with literal fields
  * feat: add --help

OBS-URL: https://build.opensuse.org/request/show/1256458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-language-server?expand=0&rev=20
This commit is contained in:
2025-04-02 15:09:39 +00:00
committed by Git OBS Bridge
parent 0786afb475
commit a6f98b9101
8 changed files with 47 additions and 8 deletions

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1743021769
commit: 48a9b283c36c555931a6d0886be95b1f5b60aa24a029cdf7c4ac2369d49e3d57
url: https://src.opensuse.org/lua/lua-language-server.git
revision: 48a9b283c36c555931a6d0886be95b1f5b60aa24a029cdf7c4ac2369d49e3d57
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git

View File

@@ -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>

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
lua-language-server-3.13.6.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-3.13.9.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Mar 26 20:37:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 3.13.9:
* remove the limit for analyzing the literal table
- update to 3.13.8:
* fix: respect ignoreDir in --check CLI
* Merge branch 'master' into fix-ignore-in-check
* Chore: Update help messages
* limit 100 items for performance reason
- update to 3.13.7:
* Fix changelog links
* fix: incorrect arg skip pattern for --check_out_path=
* fix: incorrect file names in doc.json
* fix: reimplement section luals.config in doc.json
* fix: use fs.canonical() instead of fs.absolute()
* fix: incorrect error message for --doc-update.
* chore: refactoring
* fix: default path for --doc_out_path is the current directory
* fix: remove extra ./ prefix in check report when using --check=.
* fix_doc_config
* fix_doc_defaultpath
* fix: osdate is not allowed in os.time
* fix: another regression related to type narrow and generic since v3.10.1
* fix: fix type annotations for bit module
* fix: correct pattern links for string methods
* Correct version for math.type and math.ult
* Update changelog.md
* fix: type narrowing bugs with literal fields
* feat: add --help
-------------------------------------------------------------------
Tue Mar 4 13:23:11 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: lua-language-server
version: 3.13.6
mtime: 1738826052
commit: b0b5c8f17fdcb6f8d6244eca48b8fc053e9b15ea
version: 3.13.9
mtime: 1741836849
commit: dc4c9f25b37b9148165524e1e30b3b7752cf78ca

View File

@@ -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