3
0
Fork
You've already forked slua
1

Fix unnecessary log warnings #1

Merged
AbbyRead merged 1 commit from AbbyRead/slua:fix/undeclared-globals into main 2026年06月12日 11:58:49 +02:00

Was noticing these new log warnings and wanted to fix them so that logs are easier to scan for actual problems.

WARNING[ServerStart]: Mod slua at D:\Repos\luanti\games\skyblock_zero\mods\slua:
WARNING[ServerStart]: Mods not having a mod.conf file with the name is deprecated.
WARNING[ServerStart]: Assignment to undeclared global "is_numeric_type" inside a function at D:\Repos\luanti\games\skyblock_zero\mods\slua/tl/tl.lua:15196
WARNING[ServerStart]: Undeclared global variable "utf8" accessed at D:\Repos\luanti\games\skyblock_zero\mods\slua/tl/tl.lua:8614

Was noticing these new log warnings and wanted to fix them so that logs are easier to scan for actual problems. WARNING[ServerStart]: Mod slua at D:\Repos\luanti\games\skyblock_zero\mods\slua: WARNING[ServerStart]: Mods not having a mod.conf file with the name is deprecated. WARNING[ServerStart]: Assignment to undeclared global "is_numeric_type" inside a function at D:\Repos\luanti\games\skyblock_zero\mods\slua/tl/tl.lua:15196 WARNING[ServerStart]: Undeclared global variable "utf8" accessed at D:\Repos\luanti\games\skyblock_zero\mods\slua/tl/tl.lua:8614
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Compat
Breaking
Breaking change that won't be backward compatible
contribution welcome
Contributions are very welcome, get started here
good first issue
Interested in contributing? Get started here.
Kind/Bug
Something is not working
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Security
This is security issue
Kind/Testing
Issue or pull request related to testing
Kind/Translation
Changes related to translation
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
skyblock_zero/slua!1
Reference in a new issue
skyblock_zero/slua
No description provided.
Delete branch "AbbyRead/slua:fix/undeclared-globals"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?