Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-28 | Merge pull request #2186 from AlWoSp/pr/adapt-incomplete-signature-doc | 最萌小汐 | |
Adapt incomplete-signature-doc to warn about incomplete, not missing docs | |||
2023-06-28 | Adapt incomplete-signature-doc to warn about incomplete, not missing docs (#9) | AndreaWalchshoferSCCH | |
Previously, the diagnostic `incomplete-signature-doc` is ignoring fully undocumented functions - but is already triggered by a simple comment. This turns out to be impractical in a few cases, as it also forces a full documentation of functions that should just be annotated with `---@async` (and is therefore not yet fully compatible with `await-in-sync`) So this PR adapts the diagnostic to only warn about **incomplete** signature docs, so it requires at least one `@param` or `@return` annotation before a warning is given. (Otherwise, it would be a missing signature doc, and there's separate diagnostics about that...) | |||
2023-06-27 | Added crossfile testcase | Sewbacca | |
Improved eq error message in test/code_action/init.lua Uses core.diagnostics.undefined-global | |||
2023-06-27 | update formatting.lua | CppCXY | |
2023-06-27 | support almost nonstandard symbol | CppCXY | |
2023-06-26 | check nil | 最萌小汐 | |
2023-06-25 | fix | 最萌小汐 | |
2023-06-25 | Merge pull request #2178 from carsakiller/add-luadoc-desc-source | 最萌小汐 | |
add: description for `@source` | |||
2023-06-24 | add: description for `@source` | carsakiller | |
2023-06-23 | Fix tests failing | Sewbacca | |
2023-06-23 | Added concept of action autorequire | Sewbacca | |
2023-06-14 | fix: do not overwrite config files when building (#2163) | Julian Grinblat | |
2023-06-14 | update ann | 最萌小汐 | |
2023-06-14 | check nil | 最萌小汐 | |
2023-06-14 | 3.6.22 | 最萌小汐 | |
2023-06-14 | fix #2129 | 最萌小汐 | |
2023-06-14 | fix incorrect doc range | 最萌小汐 | |
fix #2110 | |||
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-06-13 | Merge pull request #2162 from CppCXY/master | 最萌小汐 | |
update format 1.2.0 | |||
2023-06-13 | bind overloads | 最萌小汐 | |
fix #2083 | |||
2023-06-13 | update format 1.2.0 | CppCXY | |
2023-06-13 | more smart completion for `continue` | 最萌小汐 | |
fix #2042 | |||
2023-06-13 | update config in checking | 最萌小汐 | |
fix #2038 | |||
2023-06-13 | check nil | 最萌小汐 | |
2023-06-13 | check nil | 最萌小汐 | |
2023-06-06 | update metatable | 最萌小汐 | |
2023-06-02 | Merge pull request #2153 from fesily/ci-fix-ffi-error | 最萌小汐 | |
ci:fix ffi test error | |||
2023-06-02 | ci:fix ffi test error | fesily | |
2023-06-01 | Merge pull request #2149 from CppCXY/master | 最萌小汐 | |
fix #2148 and update | |||
2023-06-01 | fix #2148 and update | CppCXY | |
2023-06-01 | Merge pull request #2147 from fesily/ffi-fix-build-path | 最萌小汐 | |
ffi:fix build path | |||
2023-06-01 | locale:add reloadFFIMeta | fesily | |
2023-06-01 | ffi:fix build path | fesily | |
2023-06-01 | Merge pull request #2106 from fesily/meta-support-metable | 最萌小汐 | |
meta:support metatable | |||
2023-06-01 | Update compiler.lua | fesily | |
2023-06-01 | getReturnOfSetMetaTable remove nil | fesily | |
2023-05-31 | fix test | fesily | |
2023-05-31 | fix test | fesily | |
2023-05-31 | reset | fesily | |
2023-05-31 | fix assign-type-mismatch | fesily | |
2023-05-31 | Merge branch 'LuaLS:master' into meta-support-metable | fesily | |
2023-05-31 | Merge pull request #2135 from junnplus/inlay-hints-padding | 最萌小汐 | |
determine the padding | |||
2023-05-28 | determine the padding | Ye Sijun | |
Signed-off-by: Ye Sijun <junnplus@gmail.com> | |||
2023-05-27 | Merge branch 'master' into meta-support-metable | fesily | |
2023-05-26 | Merge pull request #2131 from fesily/ffi-plugin-lazyload | 最萌小汐 | |
command:add reloadFFIMeta | |||
2023-05-26 | Merge branch 'master' into meta-support-metable | fesily | |
2023-05-26 | fix output error | fesily | |
2023-05-25 | special treat `__*` | 最萌小汐 | |
#2106 | |||
2023-05-25 | Merge branch 'master' into ffi-plugin-lazyload | fesily | |
2023-05-25 | command:add reloadFFIMeta | fesily | |