f187aa3de4
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
Matěj Cepl2025-07-22 14:47:54 +02:00
b9f8f3d890
- Upgrade to 3.6.18: - Make functions in string api accept numbers - Don't override lm.bindir and lm.EXE_DIR in make.lua - add: description for config.addonManager.enable - Don't override lm.bindir and lm.EXE_DIR in make.lua - add: description for config.addonManager.enable - add: addon manager setting to template - README updates - Array of a class type does not get completion - Improve math.abs annotation - meta: newproxy can accept a userdata value
Matej Cepl2023-04-01 11:28:14 +00:00
ce91409c89
Accepting request 1005755 from home:uncomfyhalomacro:branches:devel:languages:lua
Matej Cepl2022-09-26 10:01:12 +00:00
9db44a3608
Accepting request 991164 from devel:languages:lua
Richard Brown2022-07-26 17:45:21 +00:00
577fab7868
- 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).
Matej Cepl2022-07-26 01:01:11 +00:00
be449e9359
- 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) }
Matej Cepl2022-06-29 21:21:37 +00:00
4c8329873b
- 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
Matej Cepl2022-02-10 08:44:52 +00:00