In the iterate clause move the bindings of the three configuration variables from being global to the entire iterate form to just a let around the reader construction fix #43 and #44.
Before this change the unit tests had one failure, in something completely unrelated. After this test the unit tests still have just that one failure. I've also added two further unit tests to confirm that these two bugs are and remain fixed.
In the iterate clause move the bindings of the three configuration variables from being global to the entire iterate form to just a let around the reader construction fix #43 and #44.
Before this change the unit tests had one failure, in something completely unrelated. After this test the unit tests still have just that one failure. I've also added two further unit tests to confirm that these two bugs are and remain fixed.