mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-08-13 00:45:11 +09:00
Fix stale vlayer signals and index types
`LogisticFilter.signal` became `value` in 2.0, so the clear loop broke on the first slot and outdated signals were left behind. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ local Search = {}
|
||||
local Storage = require("modules/exp_util/storage")
|
||||
|
||||
--- Setup the storage to contain the pending translations and the completed ones
|
||||
local pending = {} --- @type { [1]: string, [2]: string }[]
|
||||
local pending = {} --- @type table<uint, [string, string]>
|
||||
local translations = {} --- @type table<string, table<string, string>>
|
||||
Storage.register({
|
||||
pending,
|
||||
|
||||
Reference in New Issue
Block a user