lua-users home
lua-l archive

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


> It's not going to lurk, by the way. In my experience, it simply 
> segfaults when you call luaopen_io. It might be nice to have a better 
> error message :)

Since 5.1.1, Lua raises an error saying  "no calling environment" if
luaopen_io is called directly. --lhf