Subject: | Convert assignment recursion into tail-recursion |
This is a maintainer-to-maintainer bug note. 1.0016 fixed the recursion warnings noted in
RT#53575 by turning off recursion warnings. However, this isn't the "Right Way"™ to fix the
underlying problem. Instead of the naive way of walking the assignment tree by recursing, the
fix should, instead, walk the assignment tree in a stateful fashion.