Skip to content

helpers: add debug.mesure(name, callback, print_result) & `debug.… #162

helpers: add debug.mesure(name, callback, print_result) & `debug.…

helpers: add debug.mesure(name, callback, print_result) & `debug.… #162

Triggered via push February 8, 2026 13:44
Status Success
Total duration 2m 52s
Artifacts
emmylua-analysis
2m 49s
emmylua-analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
emmylua-analysis: mods/lord/Entities/bees/hive_wild.lua#L105
expected `Position` but found `Position?`. [param-type-mismatch]
emmylua-analysis: mods/lord/Entities/bees/hive_wild.lua#L94
expected `ItemStack?` but found `""`. [param-type-mismatch]
emmylua-analysis: mods/lord/Blocks/Holidays/halloween/src/halloween/jack_o_lantern.lua#L44
Deep nesting detected (level 3). Consider using early returns to reduce complexity [invert-if]
emmylua-analysis: mods/lord/Blocks/Holidays/halloween/src/halloween/jack_o_lantern.lua#L22
Deep nesting detected (level 3). Consider using early returns to reduce complexity [invert-if]
emmylua-analysis: mods/lord/Blocks/holding_points/src/holding_points/api.lua#L8
expected 2 parameters but found 1. missing parameter: base [missing-parameter]
emmylua-analysis: mods/lord/Blocks/holding_points/src/holding_points/api.lua#L7
expected 2 parameters but found 1. missing parameter: base [missing-parameter]
emmylua-analysis: mods/lord/Blocks/holding_points/src/holding_points/api.lua#L6
expected 2 parameters but found 1. missing parameter: base [missing-parameter]
emmylua-analysis: mods/lord/Blocks/holding_points/src/holding_points/api.lua#L5
expected 2 parameters but found 1. missing parameter: base [missing-parameter]
emmylua-analysis: mods/lord/World/lord_events/src/lord_events/Event.lua#L35
Undefined field `to_string`. [undefined-field]
emmylua-analysis: mods/lord/World/lord_events/src/lord_events/Event.lua#L26
expected `string` but found `string?`. [param-type-mismatch]