summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-06-16fix #1218 don't compile `for` in `local`最萌小汐
would prevent compiling for other keys
2022-06-16don't show `any` as field node最萌小汐
2022-06-16fix #1213 change back to enum最萌小汐
2022-06-16fix #1215 penetrate parentheses最萌小汐
2022-06-15`need-check-nil` check `t[x]`最萌小汐
2022-06-15infer type by `local tp = type(x)`最萌小汐
2022-06-15resolve #1212最萌小汐
2022-06-15resolve #1105 infer type by `type(x)`最萌小汐
2022-06-15resolve #1154 resolve #1165最萌小汐
infer type by `t and t.x`
2022-06-15resolve #1094 infer type by `error`最萌小汐
2022-06-15fix最萌小汐
2022-06-15#1208 avoid dead cycles最萌小汐
2022-06-15fix #1204 `missing-parameter` incorrect最萌小汐
should count returns by `call.node` instead of `call`
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-09view infer must specify uri最萌小汐
2022-06-09#1148 view `table` after erasing alias最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07#1192 improve test最萌小汐
2022-06-07#1192 add benchmark for completion `jass.common`最萌小汐
2022-06-07#1192 add benchmark for `jass.common`最萌小汐
2022-06-07#1192 don't search local in simple最萌小汐
use the methods provided by `local-id` to avoid wasting on `gets`
2022-05-25fix #1155最萌小汐
2022-05-25fix #1150最萌小汐
2022-05-23fix #1131最萌小汐
2022-05-23fix #1125最萌小汐
2022-05-23fix can not union `table` with other basic types最萌小汐
2022-05-23fix can not union `unknown` with other types最萌小汐
2022-05-01fix #1107最萌小汐
2022-04-29fix #1103最萌小汐
2022-04-27pass tests最萌小汐
2022-04-27cleanup最萌小汐
2022-04-26add some tests最萌小汐
2022-04-26fix #1092最萌小汐
2022-04-26fix `unused-function`最萌小汐
cannot handle recursion correctly
2022-04-26fix `close-non-object`最萌小汐
2022-04-26cleanup最萌小汐
2022-04-26fix #1093最萌小汐
2022-04-25add test最萌小汐
2022-04-25fix `assert` dose not remove `type nil`最萌小汐
2022-04-25fix infer最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24check nil最萌小汐