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: Daishi Kato
Subject: Re: [Chicken-users] New eggs: npdiff, format-textdiff
Date: Fri, 19 Nov 2010 12:40:29 +0900
User-agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI)

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            <--


Any help appreciated.

Best,
Daishi

At Fri, 08 Jun 2007 16:03:47 +0900,
Ivan Raikov wrote:
> 
> 
> Greetings,
> 
>   I have uploaded two new eggs:
> 
>    * npdiff -- an implementation of an O(NP) longest common substring
>      algorithm, for a sequence of arbitrary type
> 
>      http://www.call-with-current-continuation.org/eggs/npdiff.html
> 
> 
>    * format-textdiff -- using the npdiff library, defines a diff
>      function for arrays of strings, and provides some of the hunk
>      output formats supported by the Unix diff(1) command. 
> 
>      http://www.call-with-current-continuation.org/eggs/format-textdiff.html
> 
> 
>   -Ivan
> 
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
> 
> ******************************
>  XREA.COM -Free Web Hosting-
>  http://www.xrea.com/
> ******************************



reply via email to

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