mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-08-13 00:45:11 +09:00
FMTK 2.1.4 onwards reshapes its generated typedefs for EmmyLua, which LuaLS misreads: 2.1.4 changed dicts to table<K,V> (game.surfaces.nauvis now reports undefined-field) and 2.1.5 changed LocalisedString to the variadic tuple [string, LocalisedString...], which LuaLS 3.18.2 cannot match against a plain string. Together those account for all 279 findings CI has reported since 2026-07-13; with 2.1.3 the check is clean. Upstream FMTK has announced it is dropping sumneko/LuaLS support in favour of EmmyLua, so this pin is a stopgap until the check is ported to emmylua_check. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>