Files
lua-language-server/_service
Ana Guerrero 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

17 lines
579 B
XML

<?xml version="1.0" ?>
<services>
<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.15.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="submodules">enable</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>