LuaLS / LuaLS/lua-language-server
Feature request: Provide Windows ARM64 (win-arm64) pre-built binaries
還沒有人認領這個 Issue。
- 主要語言
- Lua
- 星號
- 4.4k
- 分支
- 442
- PR 合併指標
- 30 天內沒有已合併 PR
描述
## Summary
Please consider providing pre-built binaries for Windows ARM64 (aarch64) in the release artifacts.
## Motivation
Windows on ARM devices (e.g., Surface Pro X, Snapdragon-based laptops, Windows Dev Kit 2023) are becoming increasingly common. Currently, only `win32-x64` binaries are provided, which work via x86-64 emulation but come with a performance penalty.
Tools like [Mason.nvim](https://github.com/mason-org/mason.nvim) use strict platform matching and refuse to install lua-language-server on `win-arm64` because no native binary is available, resulting in:
```
Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
```
## Current workaround
Installing the x64 build manually (e.g., via `winget install LuaLS.lua-language-server`) works under emulation, but native ARM64 binaries would be preferred for performance and broader tooling compatibility.
## Request
Add `win32-arm64` (or `win-arm64`) to the release build matrix.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先檢查產生 win32-x64 成品的現有 release 建置矩陣,並確認平台目標的設定方式。加入 Windows ARM64 目標,然後驗證 release 成品包含可供 Mason.nvim 使用的原生 win-arm64 或 win32-arm64 二進位檔。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- lua
- 領域
- build-system, release
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100