summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2023-07-19speed up tests最萌小汐
2023-07-19remove fixed code最萌小汐
see http://www.lua.org/bugs.html#5.4.4-7
2023-07-18Merge pull request #2177 from sewbacca/feature/shortcut-autorequire最萌小汐
[Feature] Add action to autorequire undefined globals
2023-07-17Resolve formattingSewbacca
Resolve member naming
2023-07-17Added testsSewbacca
2023-07-17Extracted undefined global checkSewbacca
2023-07-14fix shake of `codeLens`最萌小汐
2023-07-07make type-check happy最萌小汐
2023-07-06signature: narrow by inputed literal最萌小汐
2023-07-06fix supporting unicode in signature最萌小汐
2023-06-29exclude `_`最萌小汐
2023-06-28Merge pull request #2184 from CppCXY/master最萌小汐
support almost nonstandard token formatting
2023-06-28Adapt 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-27Added crossfile testcaseSewbacca
Improved eq error message in test/code_action/init.lua Uses core.diagnostics.undefined-global
2023-06-27update formatting.luaCppCXY
2023-06-26check nil最萌小汐
2023-06-25fix最萌小汐
2023-06-23Fix tests failingSewbacca
2023-06-23Added concept of action autorequireSewbacca
2023-06-14update ann最萌小汐
2023-06-14check nil最萌小汐
2023-06-14fix #2129最萌小汐
2023-06-14fix incorrect doc range最萌小汐
fix #2110
2023-06-13completion for quoted fields最萌小汐
fix #2088
2023-06-13bind overloads最萌小汐
fix #2083
2023-06-13more smart completion for `continue`最萌小汐
fix #2042
2023-06-13update config in checking最萌小汐
fix #2038
2023-06-13check nil最萌小汐
2023-06-13check nil最萌小汐
2023-06-02ci:fix ffi test errorfesily
2023-06-01Merge pull request #2147 from fesily/ffi-fix-build-path最萌小汐
ffi:fix build path
2023-06-01ffi:fix build pathfesily
2023-06-01Update compiler.luafesily
2023-06-01getReturnOfSetMetaTable remove nilfesily
2023-05-31resetfesily
2023-05-31fix assign-type-mismatchfesily
2023-05-28determine the paddingYe Sijun
Signed-off-by: Ye Sijun <junnplus@gmail.com>
2023-05-26Merge pull request #2131 from fesily/ffi-plugin-lazyload最萌小汐
command:add reloadFFIMeta
2023-05-26fix output errorfesily
2023-05-25special treat `__*`最萌小汐
#2106
2023-05-25Merge branch 'master' into ffi-plugin-lazyloadfesily
2023-05-25command:add reloadFFIMetafesily
2023-05-24disable ffi builder for now最萌小汐
2023-05-23cleanup最萌小汐
2023-05-23trace filter of `repeat`最萌小汐
fix #2113
2023-05-22use `detach` to avoid reffing最萌小汐
2023-05-22better socket最萌小汐
2023-05-22remove jitfesily
2023-05-22fix warnningfesily
2023-05-22special searching for `__index`最萌小汐
#2106