rfx
rfx copied to clipboard
Update diff with meyers_difference
Doug: thanks a lot for this! I merged your PR into a dev branch, ran the tests and had a bunch of failed cases. Also: I wonder if the Meyers diff can be translated to/from JSON. Meyer's diff produces a data structure like [[:ins, "Text"], [:eq, "x = 1\n"]]
. When you translate back/forth to JSON, the atoms are converted to strings. Will Meyer's diff work with string "keys"?
Please update PR with:
- 100% passing tests
- passing tests that demonstrate JSON conversion
THANKS!