[Home]

Summary:ASTERISK-06844: 'continue' in a for-loop does not execute post-iteration step
Reporter:Luke-Jr (luke-jr)Labels:
Date Opened:2006-04-25 10:18:36Date Closed:2006-07-06 11:17:24
Priority:MajorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_ael
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This example will infinitely loop, because "a=${a}+1" is never executed.
for (a=0; a < 1; a=${a}+1)
 continue;
Comments:By: Russell Bryant (russell) 2006-04-25 11:43:44

At this point, since AEL was considered experimental in 1.2 and the implementation in the trunk has been completeley re-done, we're not going to be spending the time we have addressing problems in the old implementation.  Feel free to test the new implementation in the trunk, though.