Revisions of lua-language-server
Dominique Leuenberger (dimstar_suse)
accepted
request 1077998
from
Factory Maintainer (factory-maintainer)
(revision 15)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 1061574
from
Matej Cepl (mcepl)
(revision 13)
- Update to version 3.6.7: * https://github.com/sumneko/lua-language-server/blob/3.6.7/changelog.md or packaged changelog.md - Added %check section - Moved lua-language-server binary to /usr/libexec
Richard Brown (RBrownFactory)
accepted
request 991164
from
Matej Cepl (mcepl)
(revision 11)
- Update to 3.5.0: - meta: openresty add api run_worker_thread - bugfix:allow get() in sharedict return value and nil - table new/clear function actual use scenarios - #1325: add missing paramter type for getfenv - Meta: make osdate accept strings - More tag descriptions - fix typos in annotation - Update to 3.4.1: - Fix dofile returns multiple values ---@return any ... - add 3rd luafilesystem - OpenResty type annotation updates - fixing grammar in error message - Add time_includes.patch to fix missing #includes (gh#sumneko/lua-language-server#1377).
Dominique Leuenberger (dimstar_suse)
accepted
request 985951
from
Matej Cepl (mcepl)
(revision 10)
- Update to 3.4.0: - NEW diagnostics: cast-local-type assign-type-mismatch param-type-mismatch unknown-cast-variable cast-type-mismatch missing-return-value redundant-return-value missing-return return-type-mismatch - NEW settings: diagnostics.groupSeverity diagnostics.groupFileStatus type.castNumberToInteger type.weakUnionCheck hint.semicolon - CHG infer nil as redundant return value local function f() end local x = f() -- `x` is `nil` instead of `unknown` - CHG infer called function by params num ---@overload fun(x: number, y: number):string ---@overload fun(x: number):number ---@return boolean local function f() end local n1 = f() -- `n1` is `boolean` local n2 = f(0) -- `n2` is `number` local n3 = f(0, 0) -- `n3` is `string` - CHG semicolons and parentheses can be used in DocTable ---@type { (x: number); (y: boolean) }
Dominique Leuenberger (dimstar_suse)
accepted
request 953111
from
Matej Cepl (mcepl)
(revision 7)
- Update to version 2.6.4: * fix(semantic-tokens): limit comments range * fix(semantic-tokens): data field can't be nil * Fix regular expression to find root directory in make/bootstrap.lua * feat(postfix): add templates
Dominique Leuenberger (dimstar_suse)
accepted
request 942982
from
Matej Cepl (mcepl)
(revision 5)
- With help of upstream, I finally found the released upstream zip archive.
Dominique Leuenberger (dimstar_suse)
accepted
request 942840
from
Matej Cepl (mcepl)
(revision 4)
- Update to version 2.5.6: - chore: update lua-resty-websocket library annotations - Update OpenResty typedefs, annotations, and configuration
Dominique Leuenberger (dimstar_suse)
accepted
request 906770
from
Matej Cepl (mcepl)
(revision 1)
Could be quite useful for supporting Lua development on openSUSE
Displaying all 17 revisions