head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.24 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.22 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.20 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.18 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.16 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.14 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.12 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.10 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.8 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.6 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2023.03.30.18.41.00; author nikita; state Exp; branches; next 1.1; commitid 2tlIWwuvOlor7bjE; 1.1 date 2023.03.29.20.27.09; author nikita; state Exp; branches; next ; commitid aTZW37E6nI6YK3jE; desc @@ 1.2 log @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 @ text @$NetBSD: patch-make.lua,v 1.1 2023/03/29 20:27:09 nikita Exp $ Do not generate directories with spaces in the file names. --- make.lua.orig 2023-03-23 07:23:30.000000000 +0100 +++ make.lua 2023-03-29 22:59:59.816110949 +0200 @@@@ -117,5 +117,5 @@@@ } lm:default { - "unit-test", + "all", } @ 1.1 log @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 @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- make.lua.orig 2022-09-06 18:48:12 UTC +++ make.lua @@@@ -96,6 +96,5 @@@@ lm:build 'unit-test' { a10 1 - "bee-test", d12 1 a12 1 + "all" @