Skip to content

Conversation

@mcepl
Copy link

@mcepl mcepl commented Jan 22, 2026

The problem was caused by Lua 5.5's stricter handling of loop variables in for loops, where loop variables are now considered const (constant) and cannot be modified.

The problem was caused by Lua 5.5's stricter handling of loop variables
in for loops, where loop variables are now considered const (constant)
and cannot be modified.

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant