YetAnotherClown/planck
Fallback to Source + Line for System Names When Name Is “system”
开放
#41 创建于 2026年2月6日
enhancementgood first issue
仓库指标
- 星标
- (56 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
When systems are defined as,
return {
system = function()
-- ...
end
}
The name for the system will become system. When this happens, we should fallback to using the Source + Line for the system name.