I think we should expand iteration macros to support extra end condition.
See: https://gna.org/patch/?6104#comment53
List iteration with special end conditionj
Re: List iteration with special end conditionj
It would be nice, though rarely needed (I just realized that your patch should not do that either)
Re: List iteration with special end conditionj
Yes - my patch doesn't realize this, but I link to comment describing problem.
If I found spare of time, I would prepare a patch. Should I create new macros(with different names) or change existing one?
If I found spare of time, I would prepare a patch. Should I create new macros(with different names) or change existing one?
Re: List iteration with special end conditionj
That's would be simple and painful job.
Re: List iteration with special end conditionj
Not entirely trivial, though, to get nested iterations to work without causing variable shadowing.