AccelerationNet / cl-csv

A common lisp library providing easy csv reading and writing
Other
116 stars 22 forks source link

"move special bindings just around reader construction, fixing issues #43 and #44 #47

Closed dfmorrison closed 9 months ago

dfmorrison commented 3 years ago

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.

bobbysmith007 commented 9 months ago

Thanks for the patch. I dont run CL any more so I appreciate the community continuing to help make this software run