lua-users home
lua-l archive

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


On Mar 3, 2006, at 10:43 AM, Luiz Henrique de Figueiredo wrote:

Is there any way to tell the runtime NOT to do this truncation? If
not, would someone more familiar with the internals than I be kind
enough to provide a patch for 5.1 that leaves the full paths intact?

Change LUA_IDSIZE to a larger value in luaconf.h.

Ah, thanks. I would have preferred if this was a command-line option, because now I need to tell consumers of my tool to recompile their own Lua to fix this. But nice job having it in a single, clear spot. :D