lua-users home
lua-l archive

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


> I wouldn't mind getting a warning about the dual-localling of  
> variables (within the same scope level).

Lua has no mechanism for warnings. Do you propose that lua_load and friends
return non-zero in this case and a warning message on the stack? How would
we turn warnings off?
--lhf