chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Fix for here docs with #<#


From: Reed Sheridan
Subject: [Chicken-users] Fix for here docs with #<#
Date: Tue, 11 Apr 2006 13:12:07 -0500

Here documents with the #<# syntax fail with large inputs, because it creates a list of tokens and calls ##sys#print-to-string on them.  When there are more than, what is it, 126 tokens, it fails.  A fix is attached, which changes ##sys#print-to-string to a unary procedure and changes every call to it to reflect this (all two of them).

Reed Sheridan

Attachment: here-doc-fix.patch
Description: Binary data


reply via email to

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