Menu

#2 bug in generated code for level 3

open
nobody
None
5
2005-03-24
2005-03-24
No

with ESC 1.13
found a bug in generated code when using level 3.
else statement without bracket was incorrectly
compressed. missing space and so
generate "undeclared function elseothers"

temporary solution is to use bracket.

--- base
if(one)
doSomething();
else
others();

--- compressed
if(one)doSomething();elseothers();

Discussion


Log in to post a comment.

MongoDB Logo MongoDB