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: Thu, 09 Dec 2010 23:42:22 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Daishi,

   Thanks for catching another important bug. I must admit that when I
set out to write format-textdiff, the documentation for context and
unified diffs was quite lacking, so I made a few guesses about how
merging of diffs in the context format works. I have made significant
improvements to the context diff code in format-textdiff. You will need
to upgrade both npdiff and format-textdiff to try it out. Thanks again,

  -Ivan

Daishi Kato <address@hidden> writes:

> Hi Ivan,
>
> Here'a another bug:
> (totally unsure what's going on).
>
> #;15> ((make-format-textdiff 'context) (current-output-port)(textdiff 
> (with-input-from-string "\n\nAlthough there's basically no entry point,\nhere 
> is some useful pointers.\n\n<ul>\n<li><a 
> href=\"100share/filer/base/filer.html\">Filer (without 
> login)</a></li>\n<li><a href=\"AUTH/100share/filer/base/filer.html\">Filer 
> (with login)</a></li>\n<li><a 
> href=\"100share/waitlesql/base/waitlesql_query.html\">WaitleSQL</a></li>\n</ul>\n\nHave
>  fun!!!\n\n\n</body>\n</html>\n" read-lines) (with-input-from-string 
> "\n\nAlthough there's basically no entry point,\nhere is some useful 
> pointers.\n\n<ul>\n<li><a href=\"AUTH/100share/filer/base/filer.html\">Filer 
> (with login)</a></li>\n<li><a href=\"100share/filer/base/filer.html\">Filer 
> (without login)</a></li>\n</ul>\n\nHave fun!!!\n\n</body>\n</html>\n" 
> read-lines) 3) "old" "NO DATE" "new" "NO DATE")
> *** old NO DATE
> --- new NO DATE



reply via email to

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