YetAnotherClown/planck

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

オープン

#41 opened on 2026/02/06

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Luau (16 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (56 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド