You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lua development version has made loop variables read-only in lua/lua@b2f7b3b so having a warning for this would be good so that those cases could be found early.
@asherber While the implementation might share some code, the <const> issue for Lua 5.4 should probably be tracked in a separate issue. Can you open a feature request for that to be added to the lua54 and lua54c presets?
Lua development version has made loop variables read-only in lua/lua@b2f7b3b so having a warning for this would be good so that those cases could be found early.
E.g. code like
Fails with
attempt to assign to const variable 'i'
The text was updated successfully, but these errors were encountered: