12
0

update to 3.13.9: required by neovim 0.11.0 #2

Closed
mvyskocil wants to merge 1 commits from mvyskocil/lua-language-server:main into main
First-time contributor
  • remove the limit for analyzing the literal table
  • when analyzing the literal table, only the first 100 items are analyzed at
    most
  • when checking type matching for union types, only the first 100 items are
    checked at most
  • --check now respects ignoreDir setting
  • incorrect argument skip pattern for --check_out_path=, which incorrectly
    skips the next argument
  • CLI: added --help.
  • default path for --doc_out_path is the current directory
  • incorrect argument skip pattern for --check_out_path=, which incorrectly
    skips the next argument
  • incorrect error message for --doc_update.
  • reimplement section luals.config in file doc.json
  • incorrect file names in file doc.json
  • remove extra ./ path prefix in the check report when using --check=.
  • Narrowing of types with literal fields: [#3056], [#3089]
  • correct lua version of math.ult and math.type
  • incorrect links for pattern in string methods
  • fix type annotations for bit module
  • Another regression related to type narrow and generic param introduced
    since v3.10.1 [#3087]
* remove the limit for analyzing the literal table * when analyzing the literal table, only the first 100 items are analyzed at most * when checking type matching for union types, only the first 100 items are checked at most * --check now respects ignoreDir setting * incorrect argument skip pattern for `--check_out_path=`, which incorrectly skips the next argument * CLI: added `--help`. * default path for `--doc_out_path` is the current directory * incorrect argument skip pattern for `--check_out_path=`, which incorrectly skips the next argument * incorrect error message for `--doc_update`. * reimplement section `luals.config` in file doc.json * incorrect file names in file doc.json * remove extra `./` path prefix in the check report when using `--check=.` * Narrowing of types with literal fields: [#3056], [#3089] * correct lua version of `math.ult` and `math.type` * incorrect links for `pattern` in `string` methods * fix type annotations for bit module * Another regression related to type narrow and generic param introduced since `v3.10.1` [#3087]
mvyskocil added 1 commit 2025-03-26 21:46:35 +01:00
*  remove the limit for analyzing the literal table
  *  when analyzing the literal table, only the first 100 items are analyzed at
     most
  *  when checking type matching for union types, only the first 100 items are
     checked at most
  *  --check now respects ignoreDir setting
  *  incorrect argument skip pattern for `--check_out_path=`, which incorrectly
     skips the next argument
  *  CLI: added `--help`.
  *  default path for `--doc_out_path` is the current directory
  *  incorrect argument skip pattern for `--check_out_path=`, which incorrectly
     skips the next argument
  *  incorrect error message for `--doc_update`.
  *  reimplement section `luals.config` in file doc.json
  *  incorrect file names in file doc.json
  *  remove extra `./` path prefix in the check report when using `--check=.`
  *  Narrowing of types with literal fields: [#3056], [#3089]
  *  correct lua version of `math.ult` and `math.type`
  *  incorrect links for `pattern` in `string` methods
  *  fix type annotations for bit module
  *  Another regression related to type narrow and generic param introduced
     since `v3.10.1` [#3087]
Author
First-time contributor

ah @rrahl0 was faster with his PR #1 - closing :-D

ah @rrahl0 was faster with his PR https://src.opensuse.org/lua/lua-language-server/pulls/1 - closing :-D
mvyskocil closed this pull request 2025-03-26 21:48:09 +01:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lua/lua-language-server#2
No description provided.