lua-users home
lua-l archive

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


The bug seems fixed. I change the editor loadfile procedure and the bug desapeared... don't know exactly why...
Thinks it't not a Lua bug
Thank for your help.

Le 18 juin 2012 19:07, "Olivier Baumgartner" <olivier@boumpower.ch> a écrit :
Hi

I use AdvMemo from TMS software (Delphi component).

Don't think that's the editor, but I will test this possibility tomorrow

Thanks

2012/6/18 Peng Zhicheng <pengzhicheng1986@gmail.com>
于 2012-6-18 20:24, Olivier Baumgartner 写道:

with one | in a comment, the script compile right and seems to execute right
With two | in a comment, the script not compile
With several | in my script (where I discover the bug) the script is not stable : compile or not depending of blanks line at end, last function called at end of script not called (I have a hook that display executed line in my editor, the script end before the last function)
Best regards

Le 18 juin 2012 14:09, "Alex Queiroz" <asandroq@gmail.com> a écrit :
Hallo,

On Mon, Jun 18, 2012 at 2:08 PM, Olivier Baumgartner
<olivier@boumpower.ch> wrote:
> Hi
> It seems having a bug if I use the | character twice in a comment ?

Can you tell what exactly happens?

--
-alex
http://www.artisancoder.com/


Well, it was really interesting, but I have never encountered such problems.
I suspect that your editor is broken in some way. try some other editors and see if the problem still exists.
or try use a editor that support hex mode to see if there were some unprintable characters
in your source code, which might make the parser choke.

best regards.