chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] New eggs: npdiff, format-textdiff


From: Ivan Raikov
Subject: Re: [Chicken-users] New eggs: npdiff, format-textdiff
Date: Fri, 19 Nov 2010 13:42:20 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hello,

  Thanks for trying to use format-textdiff. The problem below was
actually caused by a bug in npdiff, which has been fixed in npdiff
release 1.13. Please update your copy of npdiff and try again. Let me
know if you encounter  any other issues with those eggs.

  -Ivan

Daishi Kato <address@hidden> writes:

> Hi all,
>
> Anybody using format-textdiff?
>
> I encountered the following problem:
> CHICKEN
> (c)2008-2010 The Chicken Team
> (c)2000-2007 Felix L. Winkelmann
> Version 4.6.1
> linux-unix-gnu-x86 [ manyargs dload ptables ]
> compiled 2010-09-25 on lobule (Linux)
>
> #;1> (use format-textdiff)
> #;2> (textdiff (with-input-from-string "abc\n" read-lines) 
> (with-input-from-string "def\n" read-lines))
>
> Error: bad argument count - received 4 but expected 6: #<procedure>
>
>         Call history:
>
>         ##sys#call-with-values
>         vector-lib#check-index
>         values
>         make-vector
>         vector->list
>         ##sys#call-with-values
>         vector-lib#check-index
>         values
>         make-vector
>         vector->list            <--



reply via email to

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