github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2021-01-31 04:26 pm

[dreamwidth/dw-free] eb1bab: [#2861] convert WHILE to FOREACH

Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: eb1bab4e11bccc203dd1aef58ee6f36f2434dc35 https://github.com/dreamwidth/dw-free/commit/eb1bab4e11bccc203dd1aef58ee6f36f2434dc35 Author: Kareila kareila@dreamwidth.org Date: 2021-01-31 (Sun, 31 Jan 2021)

Changed paths: M views/profile/_blocks.tt

Log Message:


[#2861] convert WHILE to FOREACH

WHILE has a hidden limit WHILE_MAX which will terminate a loop after 1000 iterations. FOREACH has no such restrictions.

Fixes #2861.