[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: file name abbreviation in luac parse only output
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 28 Oct 2013 09:28:04 -0200
> I do not understand why the file name in the output should be
> abbreviated? Is there a good reason? Would it be possible to change
> the way the luac outputs the file name? Or some option to show the
> full and correct file path?
There is a reason; whether it is a good reason for you I cannot know.
The idea is to make the messages easier to read by humans. The easiest
way to change this behavior is to increase the value of LUA_IDSIZE
in luaconf.h.
-- Roberto