chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix argument error on incomplete here docu


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Fix argument error on incomplete here document tag due to (string-length #!eof)
Date: Tue, 24 Dec 2013 19:46:25 +0100
User-agent: Mutt/1.4.2.3i

On Sat, Dec 21, 2013 at 08:50:09PM +1300, Evan Hanson wrote:
> Hi all, here's another very minor fix.
> 
> An incomplete here document tag (consisting of only "#<<") currently
> gives the following error:
> 
>     Error: (string-length) bad argument type: #!eof
>     ...
> 

On Sat, Dec 21, 2013 at 08:41:30PM +1300, Evan Hanson wrote:
> Hi all,
> 
> This fixes a small bug triggered by unterminated string literals ending
> with '\':
> 
>     $ printf '"\\' | csi -e '(read)'
>     [panic] Low-level type assertion 
> C_charp(C_VAL1(((long*)((long*)t0)[6])[1]))=#t failed at library.c:17051 - 
> execution terminated
>     ...

Both patches have now been pushed.  Thanks, Evan!

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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