Commit Graph

3 Commits

Author SHA256 Message Date
07d723840e Accepting request 1295151 from devel:languages:lua
- Update to 3.15.0:
  - [fix] Linux debugging server not starting by @jpeletier
  - feat: support hex color with # by @seblyng
  - Fix gcc15 build by @CppCXY
  - docs: add missing locale. by @qwertycxz
  - Support Custom Addons Path for Enhanced Editor Flexibility by
    @IronBlood
  - Prevent class methods from triggering missing fields
    diagnostics (Fixes #3175) by @CWood-sdf
  - fix: large unions no longer erroneously fail to match later
    variants by @DoubleThoughtTheProgrammer
  - Traditional Chinese translation by @AlexCai2019
- Switch to storing upstream soruces as a tarball … saving 60MB
  on each version is just too much to overlook.

- update to 3.14.0:
  * feat: provide ES localisation
  * Diagnostics for unnecessary assert
  * fix: return empty response to textDocument/formatting if no changes
  * fix: return empty response to textDocument/completion if completion
    disabled
- move tests to a bcond_with condition, as they are very flaky, even
  on x86_64, most of the time it runs on second try, sometimes 5+

OBS-URL: https://build.opensuse.org/request/show/1295151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-language-server?expand=0&rev=21
2025-07-23 14:34:17 +00:00
a6f98b9101 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
2025-04-02 15:09:39 +00:00
7b7205ab2c Accepting request 1247013 from home:rrahl0
- update to 3.13.6:
  * Exit 1 when check error
  * Send the correct insertTextFormat
  * Fixed the error that the configuration file pointed to by the --configpath
    option was not read and loaded
  * unittest: support test specify unit test
  * Improve generic pattern to support "T.*-"
  * Mark function completion items as snippets
  * Basic partial class support
  * Fix typo in doc exporter
  * LuaDoc. Fixed the start position of the comment first symbol in docs
  * Improve generic pattern to support optional, union, array. Fixed regression.
  * fix: bind variables with @class using tail comments
  * Mark postfix completions as snippets
  * Avoid truncating output in ---doc mode
  * feat: add --check_format=json|pretty
  * feat: add variable substitution support for vscode's ${workspaceFolder:x}
  * fix: missing field completion for generic class object
- update to 3.13.5:
  * fix: incorrect infer of function array annotation on tables
  * add settingLua.hint.awaitPropagate
  * Add serverInfo.version to initialize response
- update to 3.13.4:
  * hover supports detail level
  * pass tests
  * Can adjust the level of detail of Hover
- update to 3.13.3:
  * Update Love2d version
  * Fix missing-fields diagnostic not warning about missing inherited fields
  * Added support for arrays in meta build tool

OBS-URL: https://build.opensuse.org/request/show/1247013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=38
2025-02-19 11:03:26 +00:00