Path to this page:
./
devel/lua-language-server,
Language server for Lua
Branch: CURRENT,
Version: 3.8.3nb1,
Package name: lua54-language-server-3.8.3nb1,
Maintainer: nikitaThe 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
Master sites:
Filesize: 2684.627 KB
Version history: (Expand)
- (2024-07-06) Updated to version: lua54-language-server-3.8.3nb1
- (2024-05-01) Updated to version: lua54-language-server-3.8.3
- (2023-05-31) Updated to version: lua54-language-server-3.6.21
- (2023-04-28) Updated to version: lua54-language-server-3.6.19
- (2023-03-30) Updated to version: lua54-language-server-3.6.18
- (2023-03-29) Package added to pkgsrc.se, version lua54-language-server-3.6.9 (created)
CVS history: (Expand)
2023-09-22 22:17:21 by Paolo Vincenzo Olivo | Files touched by this commit (1) |
Log message:
lua-language-server: requires FORCE_CXX_STD
|
2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
|
2023-05-31 16:32:35 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
lua54-language-server: update to 3.6.21.
## 3.6.21
`2023-5-24`
* `FIX` disable ffi plugin
## 3.6.20
`2023-5-23`
* `NEW` support connecting by socket with `--socket=PORT`
* `FIX` [#2113]
|
2023-05-18 00:25:06 by nikita | Files touched by this commit (1) |
Log message:
lua-language-server: require gcc 7
|
2023-05-16 16:35:45 by nikita | Files touched by this commit (1) |
Log message:
lua-language-server: maybe fix build on EL Linux.
(which encounters errors with -std=c++17)
|
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) | |
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
|