Re: [ANN] lglob - a static Lua global checker
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] lglob - a static Lua global checker
- From: Petite Abeille <petite.abeille@...>
- Date: 2014年4月22日 21:36:30 +0200
On Apr 22, 2014, at 4:00 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
> The _M abomination will be duly corrected!
What’s the heartburn about?
In 5.1, _M is set by module( … ):
“… initializes t._NAME with the given name, t._M with the module (t itself), and t._PACKAGE with the package name…"
http://www.lua.org/manual/5.1/manual.html#pdf-module
All rather very pedestrian.