11
0

Accepting request 968306 from home:gladiac:branches:devel:languages:lua

- Update to version 3.0.0:
  * fix(completion): push (#1022) to 3.0 by @kevinhwang91 in #1026
  * fixed #976 by @xiyaowong in #983
  * Ensure that a completion result has 'isIncomplete' by @yoshi1123 in #995
  * update meta basic.lua by @fesily in #1004
  * fix(semantic-tokens): coreect token type priority by @kevinhwang91 in #1009
  * Event emitter support fix by @Cassolette in #1011
  * fix meta debuginfo in jit version by @fesily in #1007
  * chore(editorconfig): use lf for end_of_line by @kevinhwang91 in #1010
  * feat(completion): truncate arguments for callSnippet by @kevinhwang91
    in #1014
  * fix(completion): use args table instead of args string to parse snippet
    by @kevinhwang91 in #1016
  * fix(completion): avoid unnecessary file sep as trigger chars by
    @kevinhwang91 in #1017
  * fix(completion): limit extra lines by @kevinhwang91 in #1019
  * fix(files): check uri whether equal or not by @kevinhwang91 in #1020
  * chore(postfix): pretty postfix description by @kevinhwang91 in #1021
  * feat(completion): use Lua code as snippet description by @kevinhwang91
    in #1022
  * FIX #1023 by @CppCXY in #1024

OBS-URL: https://build.opensuse.org/request/show/968306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=16
This commit is contained in:
Matej Cepl 2022-04-11 09:30:16 +00:00 committed by Git OBS Bridge
parent 4c8329873b
commit db02934251
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d5b20ef6bbc6d0d34740a65bb0a58c418109db27c4231158157fb2f84df67e2
size 21398039

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46af34bc5ed7e738e6a904a2de9cd648c8181f4baef5bcbd9670d1edcd0b5609
size 25771770

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Apr 11 04:54:54 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 3.0.0:
* fix(completion): push (#1022) to 3.0 by @kevinhwang91 in #1026
* fixed #976 by @xiyaowong in #983
* Ensure that a completion result has 'isIncomplete' by @yoshi1123 in #995
* update meta basic.lua by @fesily in #1004
* fix(semantic-tokens): coreect token type priority by @kevinhwang91 in #1009
* Event emitter support fix by @Cassolette in #1011
* fix meta debuginfo in jit version by @fesily in #1007
* chore(editorconfig): use lf for end_of_line by @kevinhwang91 in #1010
* feat(completion): truncate arguments for callSnippet by @kevinhwang91
in #1014
* fix(completion): use args table instead of args string to parse snippet
by @kevinhwang91 in #1016
* fix(completion): avoid unnecessary file sep as trigger chars by
@kevinhwang91 in #1017
* fix(completion): limit extra lines by @kevinhwang91 in #1019
* fix(files): check uri whether equal or not by @kevinhwang91 in #1020
* chore(postfix): pretty postfix description by @kevinhwang91 in #1021
* feat(completion): use Lua code as snippet description by @kevinhwang91
in #1022
* FIX #1023 by @CppCXY in #1024
-------------------------------------------------------------------
Thu Feb 10 08:40:40 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -20,7 +20,7 @@
%define pkg_name lua-language-server
Name: lua-language-server
Version: 2.6.4
Version: 3.0.0
Release: 0
Summary: Lua Language Server coded by Lua
License: MIT