From 09c1480f086932a8424952280e6417ceda64dc05 Mon Sep 17 00:00:00 2001 From: Yue-bin <3103174284@qq.com> Date: Wed, 17 Jun 2026 22:03:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat(addons):=20=E6=B7=BB=E5=8A=A0lua-bint?= =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增lua-bint类型定义子模块,用于支持大整数运算的类型检查 --- .gitmodules | 3 +++ addons/lua-bint/module | 1 + 2 files changed, 4 insertions(+) create mode 160000 addons/lua-bint/module diff --git a/.gitmodules b/.gitmodules index 047edb3..9cbf735 100644 --- a/.gitmodules +++ b/.gitmodules @@ -278,3 +278,6 @@ path = addons/ethos/module url = https://github.com/flyingeek/ethos-lua-definitions.git branch = luals-addon +[submodule "addons/lua-bint/module"] + path = addons/lua-bint/module + url = https://github.com/Yue-bin/lua-bint-type.git diff --git a/addons/lua-bint/module b/addons/lua-bint/module new file mode 160000 index 0000000..d82706d --- /dev/null +++ b/addons/lua-bint/module @@ -0,0 +1 @@ +Subproject commit d82706dbbd789d270f010bb298802ce7b496681b From 187d68e48f5203d98cd4043f09391fbdd107efff Mon Sep 17 00:00:00 2001 From: Yue-bin <3103174284@qq.com> Date: Wed, 17 Jun 2026 22:18:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat(lua-bint):=20=E6=B7=BB=E5=8A=A0lua-bin?= =?UTF-8?q?t=E5=BA=93=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增lua-bint库的类型定义文件 --- addons/lua-bint/info.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 addons/lua-bint/info.json diff --git a/addons/lua-bint/info.json b/addons/lua-bint/info.json new file mode 100644 index 0000000..0ef560d --- /dev/null +++ b/addons/lua-bint/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "lua-bint", + "description": "Type definitions for the lua-bint arbitrary-precision integer library", + "size": 1, + "hasPlugin": false +} \ No newline at end of file From 7c19e4938af0f48e219a5f3134b41db6081c0eba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:28:28 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/lua-bint/info.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/lua-bint/info.json b/addons/lua-bint/info.json index 0ef560d..bd856d7 100644 --- a/addons/lua-bint/info.json +++ b/addons/lua-bint/info.json @@ -1,7 +1,7 @@ { - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "lua-bint", - "description": "Type definitions for the lua-bint arbitrary-precision integer library", - "size": 1, - "hasPlugin": false -} \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "lua-bint", + "description": "Type definitions for the lua-bint arbitrary-precision integer library", + "size": 19626, + "hasPlugin": false +}