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.