Skip to content

Make a SRFI-14 procedure tail-recursive to avoid stack overflow.

Sudarshan S Chawathe requested to merge chaw/Kawa:master into master

I encountered a stack overflow in %make-boundary-pairs in srfi14.scm on a large input. Making the internal procedure tail-recursive fixed the problem.

Merge request reports