Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | fix #1243 fix meta of `next` | 最萌小汐 | |
2022-06-29 | fix #1249 | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | fix #1242 | 最萌小汐 | |
wrong `sindex` in multi-assign which last exp is `call` or `varargs` | |||
2022-06-28 | new diag ``redundant-return-value`` | 最萌小汐 | |
2022-06-27 | diagnostic `missing-return-value` | 最萌小汐 | |
2022-06-27 | new setting `hint.semicolon` | 最萌小汐 | |
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-26 | #1207 supports `---@return boolean ...` | 最萌小汐 | |
2022-06-25 | resolve #1226 | 最萌小汐 | |
semicolons and parentheses can be used in `DocTable` | |||
2022-06-25 | add 2 type related settings | 最萌小汐 | |
`type.castNumberToInteger` and `type.weakUnionCheck` | |||
2022-06-24 | fix #1229 | 最萌小汐 | |
2022-06-23 | update config | 最萌小汐 | |
2022-06-23 | cleanup | 最萌小汐 | |
2022-06-23 | fix workspace diags | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2022-06-23 | fix #1228 `doc.as` may not work | 最萌小汐 | |
2022-06-22 | stash | 最萌小汐 | |
2022-06-22 | fix | 最萌小汐 | |
2022-06-21 | update | 最萌小汐 | |
2022-06-21 | resolve #871 infer called function by params num | 最萌小汐 | |
2022-06-17 | Merge branch 'master' into type-check | 最萌小汐 | |
2022-06-17 | 3.3.1 | 最萌小汐 | |
2022-06-17 | fix #1223 count returns of `doc.type.function` | 最萌小汐 | |
2022-06-17 | fix #1220 keep settings compatible | 最萌小汐 | |
`table<string, any>` -> `string[]` | |||
2022-06-16 | infer `nil` as redundant return value | 最萌小汐 | |
2022-06-16 | fix #1218 don't compile `for` in `local` | 最萌小汐 | |
would prevent compiling for other keys | |||
2022-06-16 | fix #1217 | 最萌小汐 | |
2022-06-16 | fix #1213 change back to enum | 最萌小汐 | |
2022-06-16 | fix #1215 penetrate parentheses | 最萌小汐 | |
2022-06-15 | 3.3.0 | 最萌小汐 | |
2022-06-15 | infer type by `local tp = type(x)` | 最萌小汐 | |
2022-06-15 | resolve #1212 | 最萌小汐 | |
2022-06-15 | fix style | 最萌小汐 | |
2022-06-15 | resolve #1105 infer type by `type(x)` | 最萌小汐 | |
2022-06-15 | resolve #1154 resolve #1165 | 最萌小汐 | |
infer type by `t and t.x` | |||
2022-06-15 | resolve #1094 infer type by `error` | 最萌小汐 | |
2022-06-15 | update changelog | 最萌小汐 | |
2022-06-15 | #1208 fix runtime error | 最萌小汐 | |
`attempt to concatenate a boolean value (local 'lastKey')` | |||
2022-06-15 | fix #1204 `missing-parameter` incorrect | 最萌小汐 | |
should count returns by `call.node` instead of `call` | |||
2022-06-14 | fix so many workspace diagnostics | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-06-09 | 3.2.5 | 最萌小汐 | |
2022-06-09 | update changelog | 最萌小汐 | |
2022-06-09 | update doc | 最萌小汐 | |
2022-06-07 | update changelog | 最萌小汐 | |
2022-05-27 | fix #1149 | 最萌小汐 | |
2022-05-25 | 3.2.4 | 最萌小汐 | |
2022-05-25 | don't scan huge directories | 最萌小汐 | |
* if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message. * show warning message when scanning more than 100,000 files. |