lua-users home
lua-l archive

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


OS X 10.8.5, lua command line REPL...

Lua 5.1.5 --> false
Lua 5.2.3 --> false
Lua 5.3.0 --> true
LuaJIT 2.0.2 --> true

On Wed, Jun 10, 2015 at 5:17 AM, Egor Skriptunoff <egor.skriptunoff@gmail.com> wrote:
IMO, line# where function has been defined is a part of debug info and should be stripped out.

I'd agree with this, unless the bytecode loader absolutely depends on it for some reason. But I'd probably call that a design bug, anyway.

--
Brigham Toskin