variables beginning with "for..." inside of loops are misinterpreted as "for ()"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one uses variables or caches inside of loops or forks that begin with "for...", then NumeRe interpretes them as new "for ()" and asks for the loop definition. One cannot leave this situation and has to kill the whole application.
Analysis:
The solution is simple: just use the findCommand() function to extract the command in Loop::setCommand() and check against this command.
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
Software test returned no deviations. Fix was implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: