YetAnotherClown/planck

Fallback to Source + Line for System Names When Name Is “system”

开放

#41 创建于 2026年2月6日

 (0 条评论) (0 个反应) (0 位负责人)Luau (16 个派生)auto 404
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.

贡献者指南