lua-users home
lua-l archive

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


> It is a pity though that trusted config file loading would have to use
> debug library now... I understand that load{file/string} would not be
> affected by "in" construction. Am I right?

There'll be a new function, loadin:
	http://lua-users.org/lists/lua-l/2010-01/msg00179.html

So, no need to use the debug library.