I just made a small lib for finding differences in sequences of objects (e.g. comparing files line by line, as UNIX diff does). If anyone needs this, the lib is here: https://bitbucket.org/dsavenko/diff
Best regards, Dmitry.
brianThu 21 Jul 2011
This is awesome Dmitry! I've actually been considering writing something like this myself b/c I often found myself wanting something like. Wondering if at some point it might be a good addition to util pod. Although soon as we get fanr up and running on fantom.org will be super easy to install pods like this from repo.
dsavFri 22 Jul 2011
Thanks a lot for your response! If you decide to add diff to the Fantom API, I won't object :)
dsav Thu 21 Jul 2011
Hi, everyone!
I just made a small lib for finding differences in sequences of objects (e.g. comparing files line by line, as UNIX
diff
does). If anyone needs this, the lib is here: https://bitbucket.org/dsavenko/diffBest regards, Dmitry.
brian Thu 21 Jul 2011
This is awesome Dmitry! I've actually been considering writing something like this myself b/c I often found myself wanting something like. Wondering if at some point it might be a good addition to util pod. Although soon as we get fanr up and running on fantom.org will be super easy to install pods like this from repo.
dsav Fri 22 Jul 2011
Thanks a lot for your response! If you decide to add diff to the Fantom API, I won't object :)