﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1174	srfi-42: append-ec fails when apply limit is reached	acharlton	Ivan Raikov	"Which causes simple operations like this to fail:

{{{

(append-ec (: i 10000)
           (list i i))
}}}


Attached is a patch that fixes this issue.

This issue is also present in string-append-ec, but a similar, reasonably efficient fix would involve adding a dependancy of some sort. Probably the easiest way would be to use srfi-13 and replace (apply string-append ...) with (string-concatenate ...)"	defect	closed	minor	someday	extensions	4.9.x	fixed	srfi-42	ivan.g.raikov@…	
