diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-10-20 20:49:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-10-20 20:49:11 +0800 |
commit | 0c7a22d1106cd97b47cb969e2ccfd86ca7ae2629 (patch) | |
tree | 28be218460604922063a2ca9af44f270e77e1c78 /changelog.md | |
parent | 1c79bbc9d1a238e4cc900c506690e52f8e5f12f2 (diff) | |
download | lua-language-server-0c7a22d1106cd97b47cb969e2ccfd86ca7ae2629.zip |
ignore varargs
if a function only has varargs and has `---@overload`, the varargs will be ignored
resolve #1641
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4057bce8..001fa032 100644 --- a/changelog.md +++ b/changelog.md @@ -36,6 +36,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`. * `redundant-return-value` * `return-type-mismatch` * `CHG` workspace-symbol: supports chain fields based on global variables and types. try `io.open` or `iolib.open` +* `CHG` [#1641] if a function only has varargs and has `---@overload`, the varargs will be ignored * `FIX` [#1567] * `FIX` [#1593] * `FIX` [#1595] @@ -59,6 +60,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`. [#1608]: https://github.com/sumneko/lua-language-server/issues/1608 [#1626]: https://github.com/sumneko/lua-language-server/issues/1626 [#1637]: https://github.com/sumneko/lua-language-server/issues/1637 +[#1641]: https://github.com/sumneko/lua-language-server/issues/1641 [#1642]: https://github.com/sumneko/lua-language-server/issues/1642 ## 3.5.6 |