merged branch fabpot/loop-errors (PR #927)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 10 Dec 2012 20:14:37 +0000 (21:14 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 10 Dec 2012 20:14:37 +0000 (21:14 +0100)
commit4b359deec003c9dfcf4d1e5fd06097b582583e7a
treec9a495051c5c95264a54327db64e4708835cdd9a
parentde5aaf2c1d43baafde255a042f5c7cf6122ea3ce
parent811dfad7c270b39b3d43aabbcfbc94b559eef845
merged branch fabpot/loop-errors (PR #927)

This PR was merged into the master branch.

Commits
-------

811dfad added a syntax error when using a loop variable that is not defined (closes #925)
aa15cae simplified code

Discussion
----------

added a syntax error when using a loop variable that is not defined

refs #925

---------------------------------------------------------------------------

by stof at 2012-12-10T15:18:30Z

in the ifexpr, you should also check for ``loop.index`` & co as they are not yet incremented (and so cannot be used properly)

---------------------------------------------------------------------------

by fabpot at 2012-12-10T20:07:08Z

@stof fixed