chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] parameter limit


From: felix winkelmann
Subject: Re: [Chicken-users] parameter limit
Date: Tue, 8 May 2007 08:17:57 +0200

Hi!

sxml-tools uses the rather questionable idiom of "(apply append"
and "(apply string-append" at various places, which (I believe) is
repsonsible for the argument limit error.

I have uploaded a new version (1.2) that uses "concatenate" and
"string-concatenate", respectively and seems to pass the test-suites.

Please give it a try (with an unmodified chicken), since raising the
argument limit not really eliminates the problem (just pospones it).


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]