YetAnotherClown/planck

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

Aberta

#41 aberto em 6 de fev. de 2026

 (0 comentário) (0 reação) (0 responsável)Luau (16 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (56 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador