lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Peter Melnichenko once stated:
> Hi list,
> 
> I've released Luacheck 0.23.0. Luacheck is a linter for Lua, detecting
> accidental globals, unused variables and values, unreachable code, etc.,
> see https://github.com/mpeterv/luacheck.
> 
> * Default set of standard globals is now always `max`, allowing globals of all
>   Lua versions. `_G` std is deprecated.

  THANK YOU!  This one change makes supporting multiple Lua versions *much
easier*.  Again, thank you!

  -spc