2023-05-12 23:37:32 by Nikita | Files touched by this commit (1) |
Log message:
lua-language-server: patch out randomly failing filewatch test, add clang build \
dependency.
|
2023-04-28 18:10:41 by Nikita | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
lua-language-server: update to version 3.6.19
Changelog (taken from \
https://github.com/LuaLS/lua-language-server/releases/tag/3.6.19):
3.6.19 Latest
19906a9
What's Changed
Readme refresh by @carsakiller in #2028
Add desc of skynet.task api by @Gowa2017 in #2024
更新 by @CppCXY in #2043
Add optional diagnostic warning about any global element by \
@AndreaWalchshoferSCCH in #2040
add support for musl version in github actions by @ericwq in #2049
update for feature_request_102 by @CppCXY in #2052
fix: add links to too many files warning by @carsakiller in #2080
update and fix issue by @CppCXY in #2075
Check for missing @param and @return annotations by @wetzlmaier in #2078
|
2023-04-13 14:28:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
lua-language-server: no more -Werror
Code not safe enough on all compilers
|
2023-03-31 10:16:41 by Nikita | Files touched by this commit (1) |
Log message:
lua-langua-server: patch the hardcoded /usr/pkg in 3rd.
|
2023-03-30 20:41:01 by Nikita | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
lua-language-server: update to version 3.6.18
Import from wip, packaged by wiz/nikita
Changelog:
3.6.18
What's Changed
更新 by @CppCXY in #1995
Make functions in string api accept numbers by @C3pa in #2016
3rd: meta add bee by @fesily in #2021
3.6.17
What's Changed
fix #1969 by @CppCXY in #1970
Don't override lm.bindir and lm.EXE_DIR in make.lua by @neeshy in #1977
fix issues by @CppCXY in #1987
add: description for config.addonManager.enable by @carsakiller in #1989
3.6.14
What's Changed
fix #1969 by @CppCXY in #1970
Don't override lm.bindir and lm.EXE_DIR in make.lua by @neeshy in #1977
fix issues by @CppCXY in #1987
add: description for config.addonManager.enable by @carsakiller in #1989
3.6.13
3.6.12
What's Changed
更新 by @CppCXY in #1918
fix #1919 by @CppCXY in #1920
fix #1921 by @CppCXY in #1923
add: addon manager setting to template by @carsakiller in #1931
README updates by @carsakiller in #1937
更新 by @CppCXY in #1939
更新 by @CppCXY in #1954
Array of a class type does not get completion #1940 by @jharajeev55 in #1962
Improve math.abs annotation by @C3pa in #1961
meta: newproxy can accept a userdata value by @Bilal2453 in #1959
3.6.11
What's Changed
Small improvements in make.sh by @atk91 in #1890
更新 by @CppCXY in #1894
更新修复一些issue by @CppCXY in #1908
3.6.10
What's Changed
chore: update links to point to organization by @carsakiller in #1874
更新编译 by @CppCXY in #1877
|
2023-03-29 22:32:01 by Nikita | Files touched by this commit (1) |
Log message:
lua-language-server: fix wrapper
|
2023-03-29 22:27:09 by Nikita | Files touched by this commit (6) |
Log message:
Import devel/lua-language-server as lua-language-server version 3.6.9
The Lua Language Server is a comprehensive Lua development
server. It functions as an LSP client, supporting:
* Over 20 supported annotations for documenting your code
* Go to definition
* Dynamic type checking
* Find references
* Diagnostics/Warnings
* Syntax checking
* Element renaming
* Hover to view details on variables, functions, and more
* Autocompletion
* Support for libraries
* Code formatting
* Spell checking
* Custom plugins
|